[glib] 2.23.0
- From: Matthias Clasen <matthiasc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [glib] 2.23.0
- Date: Mon, 30 Nov 2009 05:12:03 +0000 (UTC)
commit 2532707ce420623acaf7f1fc0bd3670bb3a8a86b
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Nov 30 00:09:36 2009 -0500
2.23.0
docs/reference/glib/tmpl/glib-unused.sgml | 67 ++
docs/reference/glib/tmpl/macros_misc.sgml | 5 +-
docs/reference/glib/tmpl/version.sgml | 68 --
po/am.po | 282 ++++---
po/ar.po | 285 ++++---
po/as.po | 287 ++++---
po/az.po | 282 ++++---
po/be.po | 283 ++++---
po/be latin po | 286 ++++---
po/bg.po | 287 ++++---
po/bn.po | 287 ++++---
po/bn_IN.po | 287 ++++---
po/bs.po | 282 ++++---
po/ca.po | 917 ++++++++++----------
po/ca valencia po | 285 ++++---
po/cs.po | 287 ++++---
po/cy.po | 282 ++++---
po/da.po | 287 ++++---
po/de.po | 287 ++++---
po/dz.po | 282 ++++---
po/el.po | 286 ++++---
po/en shaw po | 966 +++++++++++----------
po/en_CA.po | 285 ++++---
po/en_GB.po | 287 ++++---
po/eo.po | 282 ++++---
po/es.po | 930 ++++++++++----------
po/et.po | 492 +++++++++++-
po/eu.po | 287 ++++---
po/fa.po | 282 ++++---
po/fi.po | 287 ++++---
po/fr.po | 287 ++++---
po/ga.po | 282 ++++---
po/gl.po | 941 +++++++++++----------
po/gu.po | 287 ++++---
po/he.po | 287 ++++---
po/hi.po | 287 ++++---
po/hr.po | 282 ++++---
po/hu.po | 287 ++++---
po/hy.po | 282 ++++---
po/id.po | 282 ++++---
po/is.po | 282 ++++---
po/it.po | 287 ++++---
po/ja.po | 287 ++++---
po/ka.po | 282 ++++---
po/kn.po | 287 ++++---
po/ko.po | 287 ++++---
po/ku.po | 282 ++++---
po/lt.po | 285 ++++---
po/lv.po | 282 ++++---
po/mai.po | 285 ++++---
po/mg.po | 282 ++++---
po/mk.po | 285 ++++---
po/ml.po | 287 ++++---
po/mn.po | 282 ++++---
po/mr.po | 287 ++++---
po/ms.po | 282 ++++---
po/nb.po | 943 +++++++++++----------
po/ne.po | 282 ++++---
po/nl.po | 285 ++++---
po/nn.po | 285 ++++---
po/oc.po | 282 ++++---
po/or.po | 287 ++++---
po/pa.po | 287 ++++---
po/pl.po | 287 ++++---
po/ps.po | 282 ++++---
po/pt.po | 287 ++++---
po/pt_BR.po | 951 +++++++++++----------
po/ro.po | 287 ++++---
po/ru.po | 287 ++++---
po/rw.po | 282 ++++---
po/si.po | 282 ++++---
po/sk.po | 285 ++++---
po/sl.po | 1282 +++++++++++++---------------
po/sq.po | 288 ++++---
po/sr.po | 287 ++++---
po/sr ije po | 282 ++++---
po/sr latin po | 287 ++++---
po/sv.po | 1332 ++++++++++++++---------------
po/ta.po | 287 ++++---
po/te.po | 287 ++++---
po/th.po | 287 ++++---
po/tl.po | 282 ++++---
po/tr.po | 287 ++++---
po/tt.po | 282 ++++---
po/uk.po | 287 ++++---
po/vi.po | 285 ++++---
po/wa.po | 282 ++++---
po/xh.po | 282 ++++---
po/yi.po | 282 ++++---
po/zh_CN.po | 285 ++++---
po/zh_HK.po | 287 ++++---
po/zh_TW.po | 287 ++++---
92 files changed, 16991 insertions(+), 14691 deletions(-)
---
diff --git a/docs/reference/glib/tmpl/glib-unused.sgml b/docs/reference/glib/tmpl/glib-unused.sgml
index ca73e16..139c500 100644
--- a/docs/reference/glib/tmpl/glib-unused.sgml
+++ b/docs/reference/glib/tmpl/glib-unused.sgml
@@ -900,6 +900,73 @@ Turns the argument into a string literal by using the '#' stringizing operator.
</para>
+<!-- ##### VARIABLE glib_binary_age ##### -->
+<para>
+This is the binary age passed to <application>libtool</application>. If
+<application>libtool</application> means nothing to you, don't worry
+about it. ;-)
+</para>
+
+
+<!-- ##### FUNCTION glib_check_version ##### -->
+<para>
+
+</para>
+
+ required_major:
+ required_minor:
+ required_micro:
+ Returns:
+
+<!-- ##### VARIABLE glib_interface_age ##### -->
+<para>
+This is the interface age passed to <application>libtool</application>. If
+<application>libtool</application> means nothing to you, don't worry
+about it. ;-)
+</para>
+
+
+<!-- ##### VARIABLE glib_major_version ##### -->
+<para>
+The major version number of the GLib library.
+(e.g. in GLib version 1.2.5 this is 1.)
+</para>
+
+<para>
+This variable is in the library, so represents the
+GLib library you have linked against. Contrast with the
+#GLIB_MAJOR_VERSION macro, which represents the major version of the
+GLib headers you have included.
+</para>
+
+
+<!-- ##### VARIABLE glib_micro_version ##### -->
+<para>
+The micro version number of the GLib library.
+(e.g. in GLib version 1.2.5 this is 5.)
+</para>
+
+<para>
+This variable is in the library, so represents the GLib library you
+have linked against. Contrast with the #GLIB_MICRO_VERSION macro, which
+represents the micro version of the GLib headers you have included.
+</para>
+
+
+<!-- ##### VARIABLE glib_minor_version ##### -->
+<para>
+The minor version number of the GLib library.
+(e.g. in GLib version 1.2.5 this is 2.)
+</para>
+
+<para>
+This variable is in the library, so represents the
+GLib library you have linked against. Contrast with the
+#GLIB_MINOR_VERSION macro, which represents the minor version of the
+GLib headers you have included.
+</para>
+
+
<!-- ##### MACRO lseek ##### -->
<para>
diff --git a/docs/reference/glib/tmpl/macros_misc.sgml b/docs/reference/glib/tmpl/macros_misc.sgml
index 7ce3ff3..29ad670 100644
--- a/docs/reference/glib/tmpl/macros_misc.sgml
+++ b/docs/reference/glib/tmpl/macros_misc.sgml
@@ -403,7 +403,7 @@ Since: 2.14
-<!-- ##### FUNCTION G_LIKELY ##### -->
+<!-- ##### MACRO G_LIKELY ##### -->
<para>
Hints the compiler that the expression is likely to evaluate to a true
value. The compiler may use this information for optimizations.
@@ -413,10 +413,9 @@ if (G_LIKELY (random () != 1))
g_print ("not one");
</programlisting></informalexample>
+ expr: the expression
@Returns: the value of @expr
@Since: 2.2
-<!-- # Unused Parameters # -->
- expr: the expression
<!-- ##### MACRO G_UNLIKELY ##### -->
diff --git a/docs/reference/glib/tmpl/version.sgml b/docs/reference/glib/tmpl/version.sgml
index f46c1e1..b1cf0bb 100644
--- a/docs/reference/glib/tmpl/version.sgml
+++ b/docs/reference/glib/tmpl/version.sgml
@@ -19,74 +19,6 @@ typically use the features described here.
<!-- ##### SECTION Stability_Level ##### -->
-<!-- ##### VARIABLE glib_major_version ##### -->
-<para>
-The major version number of the GLib library.
-(e.g. in GLib version 1.2.5 this is 1.)
-</para>
-
-<para>
-This variable is in the library, so represents the
-GLib library you have linked against. Contrast with the
-#GLIB_MAJOR_VERSION macro, which represents the major version of the
-GLib headers you have included.
-</para>
-
-
-<!-- ##### VARIABLE glib_minor_version ##### -->
-<para>
-The minor version number of the GLib library.
-(e.g. in GLib version 1.2.5 this is 2.)
-</para>
-
-<para>
-This variable is in the library, so represents the
-GLib library you have linked against. Contrast with the
-#GLIB_MINOR_VERSION macro, which represents the minor version of the
-GLib headers you have included.
-</para>
-
-
-<!-- ##### VARIABLE glib_micro_version ##### -->
-<para>
-The micro version number of the GLib library.
-(e.g. in GLib version 1.2.5 this is 5.)
-</para>
-
-<para>
-This variable is in the library, so represents the GLib library you
-have linked against. Contrast with the #GLIB_MICRO_VERSION macro, which
-represents the micro version of the GLib headers you have included.
-</para>
-
-
-<!-- ##### VARIABLE glib_binary_age ##### -->
-<para>
-This is the binary age passed to <application>libtool</application>. If
-<application>libtool</application> means nothing to you, don't worry
-about it. ;-)
-</para>
-
-
-<!-- ##### VARIABLE glib_interface_age ##### -->
-<para>
-This is the interface age passed to <application>libtool</application>. If
-<application>libtool</application> means nothing to you, don't worry
-about it. ;-)
-</para>
-
-
-<!-- ##### FUNCTION glib_check_version ##### -->
-<para>
-
-</para>
-
- required_major:
- required_minor:
- required_micro:
- Returns:
-
-
<!-- ##### MACRO GLIB_MAJOR_VERSION ##### -->
<para>
The major version number of the GLib library.
diff --git a/po/am.po b/po/am.po
index 766275a..f348dd8 100644
--- a/po/am.po
+++ b/po/am.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\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"
@@ -86,69 +86,69 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr ""
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr ""
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr ""
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr ""
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr ""
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr ""
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr ""
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr ""
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr ""
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s'á?? á?°á??á?¥á??á??"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr ""
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr ""
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr ""
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "á?¨á?¥á??á??á?³ á?°á??á?£á? á?µá?? á?°á??á?¥á??á??"
@@ -157,119 +157,134 @@ msgstr "á?¨á?¥á??á??á?³ á?°á??á?£á? á?µá?? á?°á??á?¥á??á??"
msgid "Error opening directory '%s': %s"
msgstr ""
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr ""
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "á??á?á?? '%s'á?? á??á??á??á? á?¥ á?µá??á?°á?µ á? á??á?¦ %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr ""
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr ""
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr ""
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr ""
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr ""
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr ""
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr ""
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr ""
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr ""
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr ""
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr ""
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, c-format
+msgid "%.1f TB"
+msgstr ""
+
+#: glib/gfileutils.c:1802
+#, c-format
+msgid "%.1f PB"
+msgstr ""
+
+#: glib/gfileutils.c:1807
+#, c-format
+msgid "%.1f EB"
+msgstr ""
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr ""
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr ""
@@ -500,7 +515,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr ""
@@ -1078,17 +1093,17 @@ msgstr ""
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr ""
@@ -1111,34 +1126,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1190,13 +1205,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr ""
@@ -1209,49 +1224,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr ""
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr ""
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr ""
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr ""
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr ""
@@ -1340,7 +1355,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr ""
@@ -1353,115 +1368,120 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "á?¨á?¥á??á??á?³ á?°á??á?£á? á?µá?? á?°á??á?¥á??á??"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, fuzzy, c-format
msgid "Error getting filesystem info: %s"
msgstr "á??á?á?? '%s'á?? á??á??á??á? á?¥ á?µá??á?°á?µ á? á??á?¦ %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr ""
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "á??á?á?? '%s'á?? á??á??á??á? á?¥ á?µá??á?°á?µ á? á??á?¦ %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
#, fuzzy
msgid "Invalid filename"
msgstr "á?¨á?¥á??á??á?³ á?°á??á?£á? á?µá?? á?°á??á?¥á??á??"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "á??á?á?? '%s'á?? á??á??á??á? á?¥ á?µá??á?°á?µ á? á??á?¦ %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "á??á?á?? '%s'á?? á??á??á??á? á?¥ á?µá??á?°á?µ á? á??á?¦ %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "á??á?á?? '%s'á?? á??á??á??á? á?¥ á?µá??á?°á?µ á? á??á?¦ %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr ""
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "á??á?á?? '%s'á?? á??á??á??á? á?¥ á?µá??á?°á?µ á? á??á?¦ %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr ""
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "á??á?á?? '%s'á?? á??á??á??á? á?¥ á?µá??á?°á?µ á? á??á?¦ %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr ""
+
+#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "á??á?á?? '%s'á?? á??á??á??á? á?¥ á?µá??á?°á?µ á? á??á?¦ %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "á??á?á?? '%s'á?? á??á??á??á? á?¥ á?µá??á?°á?µ á? á??á?¦ %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "á??á?á?? '%s'á?? á??á??á??á? á?¥ á?µá??á?°á?µ á? á??á?¦ %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr ""
@@ -1482,103 +1502,103 @@ msgstr ""
msgid "Error setting extended attribute '%s': %s"
msgstr "á??á?á?? '%s'á?? á??á??á??á? á?¥ á?µá??á?°á?µ á? á??á?¦ %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "á??á?á?? '%s'á?? á??á??á??á? á?¥ á?µá??á?°á?µ á? á??á?¦ %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "á??á?á?? '%s'á?? á??á??á??á? á?¥ á?µá??á?°á?µ á? á??á?¦ %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "á??á?á?? '%s'á?? á??á??á??á? á?¥ á?µá??á?°á?µ á? á??á?¦ %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "á??á?á?? '%s'á?? á??á??á??á? á?¥ á?µá??á?°á?µ á? á??á?¦ %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "á??á?á?? '%s'á?? á??á??á??á? á?¥ á?µá??á?°á?µ á? á??á?¦ %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "á??á?á?? '%s'á?? á??á??á??á? á?¥ á?µá??á?°á?µ á? á??á?¦ %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "á??á?á?? '%s'á?? á??á??á??á? á?¥ á?µá??á?°á?µ á? á??á?¦ %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "á??á?á?? '%s'á?? á??á??á??á? á?¥ á?µá??á?°á?µ á? á??á?¦ %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "á??á?á?? '%s'á?? á??á??á??á? á?¥ á?µá??á?°á?µ á? á??á?¦ %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "á??á?á?? '%s'á?? á??á??á??á? á?¥ á?µá??á?°á?µ á? á??á?¦ %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "á??á?á?? '%s'á?? á??á??á??á? á?¥ á?µá??á?°á?µ á? á??á?¦ %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
@@ -1660,49 +1680,49 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+msgid "mount doesn't implement \"unmount\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+msgid "mount doesn't implement \"eject\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
@@ -1711,11 +1731,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr ""
@@ -1848,7 +1868,7 @@ msgstr "á??á?á?? '%s'á?? á??á??á??á? á?¥ á?µá??á?°á?µ á? á??á?¦ %s"
msgid "GSocketControlMessage not supported on windows"
msgstr ""
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "á??á?á?? '%s'á?? á??á??á??á? á?¥ á?µá??á?°á?µ á? á??á?¦ %s"
diff --git a/po/ar.po b/po/ar.po
index 1d1c0e1..8f3760a 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2008-09-17 05:06+0300\n"
"Last-Translator: Anas Afif Emad <anas e87 gmail com>\n"
"Language-Team: Arabic <doc arabeyes org>\n"
@@ -92,69 +92,69 @@ msgstr "Ù?Ù? Ù?سجÙ? Ø£Ù? تطبÙ?Ù? باÙ?اسÙ? '%s' عÙ?اÙ?Ø© '%s'"
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:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "اÙ?تØÙ?Ù?Ù? Ù?Ù? Ù?جÙ?Ù?عة اÙ?Ù?ØارÙ? '%s' Ø¥Ù?Ù? '%s' غÙ?ر Ù?دعÙ?Ù?"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "تعذÙ?ر Ù?ØªØ Ø§Ù?Ù?Ù?ØÙ?Ù?Ù?Ù? Ù?Ù? '%s' Ø¥Ù?Ù? '%s'"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "سÙ?سÙ?Ø© باÙ?تات غÙ?ر سÙ?Ù?Ù?Ø© Ù?Ù? دخÙ?Ù? اÙ?تØÙ?Ù?Ù?"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "خطأ أثÙ?اء اÙ?تØÙ?Ù?Ù?: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "تتابع Ù?ØارÙ? جزئÙ? عÙ?د Ù?Ù?اÙ?Ø© اÙ?دخÙ?Ù?"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "تعذÙ?ر تØÙ?Ù?Ù? fallback '%s' Ø¥Ù?Ù? Ù?جÙ?Ù?عة اÙ?Ù?ØارÙ? '%s'"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "اÙ?Ù?سار '%s' Ù?Ù?س Ù?سارا Ù?Ø·Ù?Ù?ا باستخداÙ? اÙ?Ù?خطط \"file\""
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Ù?Ù?Ù? اÙ?Ù?سار اÙ?Ù?ØÙ?Ù? '%s' Ù?ا Ù?Ù?Ù?Ù? Ø£Ù? Ù?ØتÙ?Ù? عÙ?Ù? '#'"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "اÙ?Ù?سار '%s' غÙ?ر سÙ?Ù?Ù?"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "اسÙ? Ù?ستضÙ?Ù? اÙ?Ù?سار '%s' غÙ?ر سÙ?Ù?Ù?"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "اÙ?Ù?سار '%s' Ù?ØتÙ?Ù? عÙ?Ù? Ù?ØارÙ? Ø®Ù?Ù?ص غÙ?ر سÙ?Ù?Ù?Ø© "
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "اسÙ? اÙ?Ù?سار '%s' Ù?Ù?س Ù?سارا Ù?اÙ?Ù?ا"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "اسÙ? اÙ?Ù?ستضÙ?Ù? غÙ?ر سÙ?Ù?Ù?"
@@ -163,92 +163,92 @@ msgstr "اسÙ? اÙ?Ù?ستضÙ?Ù? غÙ?ر سÙ?Ù?Ù?"
msgid "Error opening directory '%s': %s"
msgstr "خطأ أثÙ?اء Ù?ØªØ Ø§Ù?دÙ?Ù?Ù? '%s'â??: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "تعذÙ?ر تØصÙ?ص %Ilu باÙ?تات Ù?Ù?رائة اÙ?Ù?Ù?Ù? \"%s\""
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "خطأ عÙ?د Ù?راءة اÙ?Ù?Ù?Ù? '%s'â??: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "اÙ?Ù?Ù?Ù? \"%s\" Ù?بÙ?ر جدا"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Ù?Ø´Ù?ت اÙ?Ù?راءة Ù?Ù? اÙ?Ù?Ù?Ù? '%s'â??: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Ù?Ø´Ù? Ù?ØªØ Ø§Ù?Ù?Ù?Ù? '%s'â??: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Ù?Ø´Ù?ت Ù?Ù? أخذ صÙ?ات اÙ?Ù?Ù?Ù? '%s': Ù?Ø´Ù? fstat(): %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Ù?Ø´Ù? Ù?ØªØ Ø§Ù?Ù?Ù?Ù? '%s': Ù?Ø´Ù? fdopen(): %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Ù?Ø´Ù? إعادة تسÙ?Ù?Ø© اÙ?Ù?Ù?Ù? '%s' Ø¥Ù?Ù? '%s': Ù?Ø´Ù? g_rename(): %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Ù?Ø´Ù? Ø¥Ù?شاء اÙ?Ù?Ù?Ù? '%s'â??: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Ù?Ø´Ù? Ù?ØªØ Ø§Ù?Ù?Ù?Ù? '%s' Ù?Ù?Ù?تابة: Ù?Ø´Ù? fdopen(): %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Ù?Ø´Ù?ت Ù?Ù? Ù?تابة اÙ?Ù?Ù?Ù? '%s': Ù?Ø´Ù? fwrite(): %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Ù?Ø´Ù?ت Ù?Ù? Ù?تابة اÙ?Ù?Ù?Ù? '%s': Ù?Ø´Ù? fwrite(): %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Ù?Ø´Ù?ت Ù?Ù? Ù?تابة اÙ?Ù?Ù?Ù? '%s': Ù?Ø´Ù? fwrite(): %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Ù?Ø´Ù?ت Ù?Ù? غÙ?Ù? اÙ?Ù?Ù?Ù? '%s': Ù?Ø´Ù? fclose(): %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Ù?ا Ù?Ù?Ù?Ù? ØØ°Ù? اÙ?Ù?Ù?Ù? اÙ?Ù?Ù?جÙ?د Ù?سبÙ?ا '%s': Ù?Ø´Ù? g_unlink(): %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "اÙ?Ù?اÙ?ب '%s' غÙ?ر سÙ?Ù?Ù?Ø? Ù?ا Ù?جب Ø£Ù? Ù?ØتÙ?Ù? عÙ?Ù? '%s'"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Ù?ا Ù?ØتÙ?Ù? اÙ?Ù?اÙ?ب '%s' عÙ?Ù? XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -259,27 +259,42 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%I.1f Ù?.باÙ?ت"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%I.1f Ù?.باÙ?ت"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%I.1f ج.باÙ?ت"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%I.1f Ù?.باÙ?ت"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%I.1f Ù?.باÙ?ت"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%I.1f Ù?.باÙ?ت"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ù?Ø´Ù?ت Ù?راءة اÙ?Ù?صÙ?Ø© اÙ?رÙ?زÙ?Ø© '%s'â??: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "اÙ?Ù?صÙ?ات اÙ?رÙ?زÙ?Ø© غÙ?ر Ù?دعÙ?Ù?Ø©"
@@ -525,7 +540,7 @@ msgstr "Ù?Ù?صÙ?Ù?Ù? Ù?Ù?Øد اÙ?Ù?سÙ?Ù?Ø Ø¨Ù? Ù?Ù? Ø£Ù?Ù?Ù?Ø© اÙ?رجÙ?ع
msgid "the pattern contains items not supported for partial matching"
msgstr "اÙ?Ù?ثاÙ? Ù?ØتÙ?Ù? عÙ?Ù? عÙ?اصر Ù?ا تØتÙ?Ù? اÙ?تطابÙ? اÙ?جزئÙ?"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "خطأ داخÙ?Ù?"
@@ -1106,17 +1121,17 @@ msgstr "Ù?ا Ù?Ù?Ù?Ù? تÙ?سÙ?ر اÙ?Ù?Ù?Ù?Ø© '%s' Ù?عدد Ù?Ù?Ø·Ù?Ù?."
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "Ù?Ù?رÙ?Ù?رت Ù?Ù?Ù?Ø© Ù?بÙ?رة جدÙ?ا Ø¥Ù?Ù? %s"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "سبÙ? إغÙ?اÙ? اÙ?دÙ?Ù?Ù? "
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "Ø£Ù?Ù?غÙ?ت اÙ?عÙ?Ù?Ù?Ø© "
@@ -1139,34 +1154,34 @@ msgstr "Ù?Ù?ع %s"
msgid "Unexpected early end-of-stream"
msgstr "Ù?Ù?اÙ?Ø© دÙ?Ù?Ù? غÙ?ر Ù?تÙ?Ù?Ù?عة Ù?غÙ?ر Ù?تÙ?Ù?عة "
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "غÙ?ر Ù?سÙ?Ù?Ù?"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "Ù?Ù?Ù? Ø³Ø·Ø Ø§Ù?Ù?Ù?تب Ù?Ù? Ù?Øدد اÙ?ØÙ?Ù? اÙ?تÙ?Ù?Ù?دÙ?"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "تعذÙ?ر Ø¥Ù?جاد اÙ?طرÙ?Ù?Ø© اÙ?Ù?Ø·Ù?Ù?بة Ù?Ù?تطبÙ?Ù?"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "تعذÙ?ر Ø¥Ù?شاء Ù?جÙ?د اÙ?تÙ?Ù?ئة اÙ?خاص بتطبÙ?Ù? اÙ?Ù?ستخدÙ? %s: â??%s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Ù?ا Ù?Ù?Ù?Ù? Ø¥Ù?شاء Ù?جÙ?د اÙ?تÙ?Ù?ئة MIME %s Ù?Ù?Ù?ستخدÙ?: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Ù?ا Ù?Ù?Ù?Ù? Ø¥Ù?شاء اÙ?Ù?Ù?Ù? %s"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "تعرÙ?Ù? Ù?خصص Ù?Ù? %s"
@@ -1221,13 +1236,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "عÙ?Ù?Ù?Ù?Ø© غÙ?ر Ù?دعÙ?Ù?Ø©"
@@ -1240,50 +1255,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "اÙ?Ù?صÙ? اÙ?ØاÙ?Ù? غÙ?ر Ù?Ù?جÙ?د"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Ù?ا Ù?Ù?Ù?Ù?Ù? Ù?Ù?Ù? دÙ?Ù?Ù? عÙ?Ù? دÙ?Ù?Ù?"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "Ù?ا Ù?Ù?Ù?Ù?Ù? Ù?سخ دÙ?Ù?Ù? عÙ?Ù? دÙ?Ù?Ù?"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "اÙ?Ù?Ù?Ù? اÙ?Ù?دÙ? Ù?Ù?جÙ?د Ù?سبÙ?Ù?ا"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr " Ù?ا Ù?Ù?Ù?Ù?Ù? اÙ?Ù?سخ اÙ?تÙ?رارÙ? Ù?Ù?دÙ?Ù?Ù? "
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
#, fuzzy
msgid "Can't copy special file"
msgstr "Ù?ا Ù?Ù?Ù?Ù?Ù? Ù?Ù?Ù? دÙ?Ù?Ù? عÙ?Ù? دÙ?Ù?Ù?"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr " Ù?Ù?Ù?Ø© اÙ?Ù?صÙ?Ø© اÙ?رÙ?زÙ?Ø© اÙ?Ù?Ù?عطاة غÙ?ر سÙ?Ù?Ù?Ø©"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "اÙ?Ù?Ù?Ù?Ù?ات غÙ?ر Ù?دعÙ?Ù?Ø©"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Ù?ا Ù?Ù?Ù?Ù? Ù?أسÙ?اء اÙ?Ù?Ù?Ù?ات Ø£Ù? تØتÙ?Ù? عÙ?Ù? '%c' "
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "اÙ?جÙ?از Ù?ا Ù?Ù?Ù?Ø° اÙ?Ù?Ù?صÙ?"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "Ù?Ù? Ù?سجÙ? Ø£Ù? تطبÙ?Ù? Ù?Ù?عاÙ?ج Ù?Ù?ذا اÙ?Ù?Ù?Ù?"
@@ -1372,7 +1387,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr " Ù?Ù?دÙ?Ù?Ù? عÙ?Ù?Ù?Ø© عاÙ?Ù?Ø©"
@@ -1385,114 +1400,119 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "تعذÙ?ر اÙ?جاد Ù?Ù?ع اÙ?Ù?راÙ?بة Ù?Ù?دÙ?Ù?Ù? اÙ?Ù?ØÙ?Ù? اÙ?اÙ?تراضÙ? "
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "اسÙ? Ù?Ù?Ù? غÙ?ر صاÙ?Ø %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "خطأ أثÙ?اء تÙ?Ù?Ù? Ù?عÙ?Ù?Ù?ات Ù?ظاÙ? اÙ?Ù?Ù?Ù?ات: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr " Ù?ا Ù?Ù?Ù?Ù?Ù? إعادة تسÙ?Ù?Ø© اÙ?دÙ?Ù?Ù? اÙ?جذرÙ? "
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "خطأ عÙ?د إعادة تسÙ?Ù?Ø© اÙ?Ù?Ù?Ù?: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "Ù?ا Ù?Ù?Ù?Ù?Ù? إعادة تسÙ?Ù?Ø© اÙ?Ù?Ù?Ù?Ø? اسÙ? اÙ?Ù?Ù?Ù? Ù?Ù?جÙ?د باÙ?Ù?عÙ?"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "اسÙ? Ù?Ù?Ù? غÙ?ر صاÙ?Ø"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "خطأ عÙ?د Ù?ØªØ Ø§Ù?Ù?Ù?Ù?: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Ù?ا Ù?Ù?Ù?Ù? Ù?ØªØ Ø§Ù?دÙ?Ù?Ù?Ù?"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "خطأ عÙ?د ØØ°Ù? اÙ?Ù?Ù?Ù?: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "خطأ عÙ?د ارساÙ? اÙ?Ù?Ù?Ù? Ù?Ù?Ù?Ù?Ù?Ù?ات: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "تعذÙ?ر Ø¥Ù?شاء Ù?جÙ?د سÙ?Ø© اÙ?Ù?Ù?Ù?Ù?ات %s: â??%s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "تعذÙ?ر Ø¥Ù?جاد دÙ?Ù?Ù? اÙ?Ù?ستÙ?Ù? اÙ?أعÙ?Ù? Ù?Ù?Ù?Ù?Ù?Ù?ات"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "تعذÙ?ر اÙ?جاد Ø£Ù? Ø¥Ù?شاء دÙ?Ù?Ù? اÙ?Ù?Ù?Ù?Ù?ات"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "تعذÙ?ر Ø¥Ù?شاء Ù?Ù?Ù? اÙ?Ù?Ù?Ù?Ù?Ù?Ù?ات: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "تعذÙ?ر Ù?Ù?Ù? اÙ?Ù?Ù?Ù?: %s Ø¥Ù?Ù? اÙ?Ù?Ù?Ù?Ù?ات "
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "خطأ أثÙ?اء Ø¥Ù?شاء اÙ?دÙ?Ù?Ù?: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Ù?Ø´Ù?ت Ù?راءة اÙ?Ù?صÙ?Ø© اÙ?رÙ?زÙ?Ø© '%s'â??: %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "خطأ أثÙ?اء تشÙ?Ù?Ù? اÙ?Ù?صÙ?Ø© اÙ?رÙ?زÙ?Ø©: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "خطأ عÙ?دÙ?Ù?Ù? اÙ?Ù?Ù?Ù?: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Ù?ا Ù?Ù?Ù?Ù?Ù? Ù?Ù?Ù? دÙ?Ù?Ù? عÙ?Ù? دÙ?Ù?Ù?"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Ù?Ø´Ù? Ø¥Ù?شاء Ù?Ù?Ù? اÙ?Ù?سخة اÙ?اØتÙ?اطÙ?Ø©"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "خطأ Ù?Ù? إزاÙ?Ø© اÙ?Ù?Ù?Ù? اÙ?Ù?دÙ?: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "اÙ?Ù?Ù?Ù? بÙ?Ù? اÙ?Ù?صÙ?ات غÙ?ر Ù?دعÙ?Ù?"
@@ -1513,103 +1533,103 @@ msgstr "اسÙ? غÙ?ر سÙ?Ù?Ù? Ù?Ù?خاصÙ?Ø© اÙ?Ù?Ù?تدة"
msgid "Error setting extended attribute '%s': %s"
msgstr "خطأ عÙ?د تعÙ?Ù?Ù? اÙ?خاصÙ?Ø© اÙ?Ù?Ù?تدة '%s'â??: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "خطأ عÙ?د تÙ?اÙ?Ù? اÙ?Ù?Ù?Ù? '%s'â??: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (ترÙ?Ù?ز غÙ?ر سÙ?Ù?Ù?)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "خطأ Ù?Ù? تÙ?اÙ?Ù? Ù?اصÙ? اÙ?Ù?Ù?Ù?: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ù?Ù?ع اÙ?خاصÙ?Ø© غÙ?ر سÙ?Ù?Ù? ( Ù?Ù?Ù?ترض uint32 )"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ù?Ù?ع اÙ?خاصÙ?Ø© غÙ?ر سÙ?Ù?Ù? ( Ù?Ù?Ù?ترض uint64 )"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Ù?Ù?ع اÙ?خاصÙ?Ø© غÙ?ر سÙ?Ù?Ù? ( Ù?Ù?Ù?تضر Ù?Ù?طع باÙ?ت )"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "خطأ تعÙ?Ù?Ù? اÙ?أذÙ?Ù?ات: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "خطأ تعÙ?Ù?Ù? اÙ?أذÙ?Ù?ات: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "خطأ تعÙ?Ù?Ù? اÙ?Ù?اÙ?Ù?: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "Ù?جب Ø£Ù? Ù?Ù?Ù?Ù? Ù?Ù?رس اÙ?Ù?ائÙ?Ø© غÙ?ر سÙ?بÙ?"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "خطأ أثÙ?اء تعÙ?Ù?Ù? اÙ?Ù?صÙ?Ø© اÙ?رÙ?زÙ?Ø©: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "خطأ Ù?Ù? تعÙ?Ù?Ù? اÙ?Ù?صÙ?Ø© اÙ?رÙ?زÙ?Ø©: اÙ?Ù?Ù?Ù? Ù?Ù?س Ù?صÙ?Ø© رÙ?زÙ?Ø©"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "خطأ تعÙ?Ù?Ù? اÙ?أذÙ?Ù?ات: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "Ù?جب Ø£Ù?ا Ù?Ù?Ù?Ù? سÙ?اÙ? SELinux صÙ?را"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "خطأ Ù?Ù? ضبط سÙ?اÙ? SELinux: â??%s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "â??SELinux Ù?Ù?س Ù?Ù?عÙ?ا عÙ?Ù? Ù?ذا اÙ?Ù?ظاÙ?"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "تعÙ?Ù?Ù? اÙ?صÙ?Ø© %s غÙ?ر Ù?Ù?دÙ?عÙ?Ù?Ù?"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "خطأ أثÙ?اء اÙ?Ù?راءة Ù?Ù? اÙ?Ù?Ù?Ù?: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "خطأ أثÙ?اء تصÙ?Ø Ø§Ù?Ù?Ù?Ù?: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "خطأ عÙ?د غÙ?Ù? اÙ?Ù?Ù?Ù?: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "تعذÙ?ر Ø¥Ù?جاد Ù?Ù?ع اÙ?Ù?راÙ?بة Ù?Ù?Ù?Ù?Ù? اÙ?Ù?ØÙ?Ù? اÙ?اÙ?تراضÙ? "
@@ -1690,51 +1710,54 @@ msgstr "Ù?Ø´Ù? تغÙ?Ù?ر Ù?Ù?اس دÙ?Ù?Ù?Ù?Ù? اÙ?اخراج Ù?Ù?ذاÙ?رة"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "Ù?Ù?طة اÙ?Ù?صÙ? Ù?ا تدعÙ? اÙ?Ù?صÙ?"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "Ù?Ù?Ø·Ù? اÙ?Ù?صÙ?Ù? Ù?ا Ù?تدعÙ? اÙ?إخراج"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
+#: gio/gmount.c:568
#, fuzzy
-msgid "mount doesn't implement unmount or unmount_with_operation"
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "Ù?Ù?طة اÙ?Ù?صÙ? Ù?ا تدعÙ? اÙ?Ù?صÙ?"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
+#: gio/gmount.c:655
#, fuzzy
-msgid "mount doesn't implement eject or eject_with_operation"
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "Ù?Ù?Ø·Ù? اÙ?Ù?صÙ?Ù? Ù?ا Ù?تدعÙ? اÙ?إخراج"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "Ù?Ù?طة اÙ?Ù?صÙ? Ù?ا تدعÙ? اÙ?تخÙ?Ù?Ù? اÙ?Ù?تزاÙ?Ù? Ù?Ù?Ù?ع اÙ?Ù?ØتÙ?Ù?"
@@ -1743,11 +1766,11 @@ msgstr "Ù?Ù?طة اÙ?Ù?صÙ? Ù?ا تدعÙ? اÙ?تخÙ?Ù?Ù? اÙ?Ù?تزاÙ?Ù? Ù?Ù?Ù?
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "دÙ?Ù?Ù?Ù?Ù? اÙ?اخراج Ù?ا Ù?دعÙ? اÙ?Ù?تابة"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "دÙ?Ù?Ù?Ù?Ù? اÙ?Ù?Ù?صدر سبÙ? إغÙ?اÙ?Ù?"
@@ -1883,7 +1906,7 @@ msgstr "خطأ عÙ?د Ù?ØªØ Ø§Ù?Ù?Ù?Ù?: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "تغÙ?Ù?ر اÙ?ترابطات غÙ?ر Ù?دعÙ?Ù? عÙ?Ù? win32"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "خطأ عÙ?د ØØ°Ù? اÙ?Ù?Ù?Ù?: %s"
diff --git a/po/as.po b/po/as.po
index ed51897..e9f77b0 100644
--- a/po/as.po
+++ b/po/as.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: as\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-15 12:48+0530\n"
"Last-Translator: \n"
"Language-Team: Assamese <>\n"
@@ -88,69 +88,69 @@ msgstr "'%s' নামৰ ��ন� �ন�প�ৰ���� '%s' ৰ
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "exec শাৰ� '%s', য'ত URI '%s' ���, বিস�ত�ত �ৰাত বিফল"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "��ৰৰ ��� '%s' ৰ পৰা '%s' ল� সলনি �ৰাৰ সমৰ�থন না�"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' ৰ পৰা '%s' ল� সলনি �ৰা যন�ত�ৰ� ��লিব ন�ৱাৰি"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "সলনি �ৰাৰ নিব�শত �ৱ�ধ byte ��ৰম"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "সলনি à¦?ৰাৰ সমà§?ত à¦à§?ল: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "নিব�শৰ �ন�তত �সম�প�ৰ�ণ ��ৰৰ ���"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "fallback '%s' � codeset '%s' ল� সলনি �ৰিব ন�ৱাৰি"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "\"file\" ���নি ব�যৱহাৰ �ৰি URI '%s' ��া সম�প�ৰ�ণ URI নহ�"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "স�থানি� নথিপত�ৰৰ URI '%s' ত ��া '#' থা�িব ন�ৱাৰ�"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' �ৱ�ধ"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI '%s' ৰ ��হস�থৰনাম �ৱ�ধ"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' ত à¦?ৱà§?ধà¦à¦¾à¦¬à§? মà§?à¦?à§?তি পà§?ৱা à¦?à¦?ৰ à¦?à¦?à§?"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "'%s' পথৰ নাম ��া সম�প�ৰ�ণ পথৰ নাম নহ�"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "�ৱ�ধ ��হস�থৰনাম"
@@ -159,119 +159,134 @@ msgstr "�ৱ�ধ ��হস�থৰনাম"
msgid "Error opening directory '%s': %s"
msgstr "'%s' পà¦?à§?à¦?িà¦?া à¦?à§?লà§?à¦?তà§? à¦à§?ল: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "%lu bytes বিতৰণ �ৰিব পৰা ন'�'ল নথিপত�ৰ \"%s\" প�িবল� "
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "নথিপতà§?ৰ '%s' পà§?à§?à¦?তà§? à¦à§?ল: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "\"%s\" নথিপত�ৰ বৰ ডা�ৰ"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "'%s' নথিপত�ৰৰ পৰা প���ত� বিফল: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "'%s' নথিপতà§?ৰ à¦?à§?লà§?à¦?তà§? à¦à§?ল: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "'%s' নথিপত�ৰৰ ��ণ পা��ত� বিফল: fstat() বিফল: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "'%s' নথিপতà§?ৰ à¦?à§?লà§?à¦?তà§? à¦à§?ল: fdopen() বিফল: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "'%s' নথিপত�ৰ� '%s' ল� প�ন�নাম�ৰণ �ৰ��ত� বিফল: g_rename() বিফল: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "'%s' নথিপত�ৰ স�ষ��ি �ৰ��ত� বিফল: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "'%s' নথিপত�ৰ লি�িবৰ বাব� ��লাত বিফল: fdopen() বিফল: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "'%s' নথিপত�ৰ লি�াত বিফল: fwrite() বিফল: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "'%s' নথিপত�ৰ লি�াত বিফল: fflush() বিফল: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "'%s' নথিপত�ৰ লি�াত বিফল: fsync() বিফল: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "'%s' নথিপত�ৰ বন�ধ �ৰাত বিফল: fclose() বিফল: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "বৰ�ত�তমান� থ�া নথিপত�ৰ '%s' ��তৰাব পৰা ন'�'ল: g_unlink() বিফল: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "'%s' ��মপ�ল�� �ৱ�ধ, ��া '%s' থা�িব নালা��"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "'%s' ��মপ�ল��ত XXXXXX না�"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u bytes"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "সা����তি� স�য�� প�াত বিফল '%s': %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "সা����তি� স�য�� সমৰ�থিত নহ�"
@@ -526,7 +541,7 @@ msgstr "backtracking ৰ স�নিৰ�দিষ�� স�মা প�
msgid "the pattern contains items not supported for partial matching"
msgstr "à¦?লà§?লিà¦?িত বিনà§?যাসত à¦?নà§?তৰà§?à¦à§?à¦?à§?ত সামà¦?à§?ৰà§?, à¦?à¦?শিà¦? মিল à¦?নà§?সনà§?ধানত সমৰà§?থিত নহà§?"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "à¦?à¦à§?যনà§?তৰà§?ণ সমসà§?যা"
@@ -1106,17 +1121,17 @@ msgstr "'%s' মান ব�লি��ন ৰ�প� ব��িব পৰ
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "%s ল� বহ�ত ডা�ৰ count মান দি�া হ���"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "স�ৰ�ত �তিমধ�য� বন�ধ"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "�ৰ�ম বাতিল �ৰা হ���"
@@ -1139,34 +1154,34 @@ msgstr "%s ধৰন"
msgid "Unexpected early end-of-stream"
msgstr "স�ৰ�তৰ �প�ৰত�যাশিত ��ত��া �ন�ত ।"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "নামবিহ�ন"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "ড�স���প নথিপত�ৰত Exec ��ষ�ত�ৰ নিৰ�ধাৰিত নহ�"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "�ন�প�ৰ���ৰ বাব� �ৱশ�য� �াৰ�মিন�ল প�ৱা নাযা�"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "ব�যৱহাৰ�ৰ�তা �ন�প�ৰ���ৰ বিন�যাস ফ�ল�ডাৰ %s নিৰ�মাণ �ৰিবল� ব�যৰ�থ: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "ব�যৱহাৰ�ৰ�তা MIME বিন�যাস ফ�ল�ডাৰ %s নিৰ�মাণ �ৰিবল� ব�যৰ�থ: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "ব�যৱহাৰ�ৰ�তা ড�স���প নথিপত�ৰ %s নিৰ�মাণ �ৰিবল� ব�যৰ�থ"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "%s ৰ বাব� স�বনিৰ�ধাৰত ব�যা��যা"
@@ -1218,13 +1233,13 @@ msgstr "GEmblemedIcon encoding ত à¦?'à¦?à§?নৰ à¦à§?ল সà¦?à¦?à§?যা
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "GEmblemedIcon ৰ �াৰণ� ��া GEmblem প�ৰত�যাশিত"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "�াৰ�য�য সমৰ�থিত নহ�"
@@ -1237,49 +1252,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "ধাৰণ�াৰ� মা�ন�� �পস�থিত না�"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "প���ি�াৰ �পৰতত ন�ল �ৰা নাযাব"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "প���ি�াৰ �পৰত প���ি�া ন�ল �ৰা নাযা�"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "ল��ষ�য নথিপত�ৰ �পস�থিত ���"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "ৰিà¦?াৰà§?à¦?িঠà¦à¦¾à¦¬à§? পà¦?à§?à¦?িà¦?া নà¦?ল à¦?ৰা নাযাব"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "বিশ�ষ নথিপত�ৰ ন�ল �ৰিব ন�ৱাৰি"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "�ৱ�ধ সিম-স�য�� মান �পলব�ধ �ৰা হ���"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "�বৰ��না সমৰ�থিত নহ�"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "নথিপত�ৰৰ নামত '%c' ব�যৱহাৰ �ৰা নাযাব"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "à¦à¦²à¦¿à¦?ম দà§?বাৰা mount পà§?ৰà§?à§?à¦? à¦?ৰা নহà§?"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "�িহ�নিত নথিপত�ৰ ব�যৱস�থাপনাৰ �দ�দ�শ�য� ��ন� �ন�প�ৰ��� নিবন�ধিত নহ�"
@@ -1368,7 +1383,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "স�ৰ�তৰ ��ষ�ত�ৰত �সমাপ�ত �ৰ�ম �পস�থিত ���"
@@ -1381,115 +1396,120 @@ msgstr "���� ঠি�নাৰ �াৰণ� যথ�ষ�� স
msgid "Unsupported socket address"
msgstr "�সমৰ�থিত ���� ঠি�না"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "�বি�ল�পিত স�থান�� প���ি�াৰ মনি�ৰৰ ধৰন প�ৱা ন'�'ল"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "নথিপত�ৰৰ নাম �ৱ�ধ: %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "নথিপত�ৰপ�ৰণাল� স���ৰান�ত তথ�য প�ৰাপ�ত �ৰিবল� সমস�যা: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "root পà¦?à§?à¦?িà¦?াৰ নাম পৰিবৰà§?তন à¦?ৰা সমà§?à¦à§± নহà§?"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "নথিপত�ৰৰ নাম পৰিবৰ�তনত সমস�যা: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
"নথিপত�ৰৰ নাম পৰিবৰ�তন �ৰা নাযা�, নত�ন নামৰ ��া নথিপত�ৰৰ নাম বৰ�তমান� �পস�থিত ���"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "নথিপত�ৰৰ নাম �ব�ধ"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "নথিপত�ৰ ��লিবল� সমস�যা: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "প���ি�া ��লিবল� সমস�যা"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "নথিপত�ৰ ��তৰাবল� সমস�যা: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "নথিপত�ৰ �বৰ��নাল� স�থানান�তৰ �ৰিবল� সমস�যা: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "�বৰ��নাৰ প���ি�া %s নিৰ�মাণ �ৰিবল� সমস�যা: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "�বৰ��নাৰ �ৰ�ধ�বতন প���ি�া সনা��ত �ৰিবল� ব�যৰ�থ"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "�বৰ��নাৰ প���ি�া সনা��ত বা নিৰ�মাণ �ৰিবল� ব�যৰ�থ"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "trashing তথ�যৰ নথিপত�ৰ স�ষ��ি �ৰিব ন�ৱাৰি: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "নথিপত�ৰ বৰ��ন �ৰিবল� ব�যৰ�থ: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "প���ি�া নিৰ�মাণ �ৰিবল� ব�যৰ�থ: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "সা����তি� স�য�� প�াত বিফল '%s': %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "সা����তি� স�য�� নিৰ�মাণ �ৰিবল� ব�যৰ�থ: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "নথিপত�ৰ স�থানান�তৰ �ৰিবল� সমস�যা: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "প���ি�াৰ �পৰত প���ি�া স�থানান�তৰ �ৰা নাযাব"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "ব��-�প নথিপত�ৰ নিৰ�মাণ �ৰিবল� ব�যৰ�থ"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "ল��ষ�য নথিপত�ৰ ��তৰাবল� সমস�যা: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "মাà¦?নà§?à¦? à¦?ৰা à¦?ৱসà§?থানত সà§?থানানà§?তৰ à¦?ৰা সমà§?à¦à§± নহà§?"
@@ -1510,102 +1530,102 @@ msgstr "�ব�ধ সম�প�ৰসাৰিত ��ণৰ নাম"
msgid "Error setting extended attribute '%s': %s"
msgstr "সমà§?পà§?ৰসাৰিত à¦?à§?ণ নিৰà§?ধাৰণ à¦?ৰà§?à¦?তà§? à¦à§?ল '%s': %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "নথিপত�ৰ '%s' stat �ৰিবল� ব�যৰ�থ: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (�ৱ�ধ �ন��ডি�)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "নথিপত�ৰৰ দ�স���ৰিপ��ৰ stat �ৰিবল� সমস�যা: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "��ণৰ ধৰন ব�ধ নহ� (প�ৰত�যাশিত uint32)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "��ণৰ ধৰন ব�ধ নহ� (প�ৰত�যাশিত uint64)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "��ণৰ ধৰন ব�ধ নহ� (প�ৰত�যাশিত byte স���ৰি�)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "symlinks ত সন�মতি নিৰ�ধাৰণ �ৰিব ন�ৱাৰি"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "�ন�মতি নিৰ�ধাৰণ �ৰিবল� সমস�যা: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "�ৰা�� নিৰ�ধাৰণ �ৰিবল� সমস�যা: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "সা����তি� স�য�� NULL হ'ব ন�ৱাৰ�"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "সা����তি� স�য�� নিৰ�ধাৰণ �ৰিবল� সমস�যা: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "সা����তি� স�য�� নিৰ�ধাৰণ �ৰিবল� ত�ৰ��ি: নথিপত�ৰ সা����তি� স�য�� নহ�"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "সাল সলনি বা à¦?à¦à¦¿à¦?মৰ সমà§? নিৰà§?ধাৰণ à¦?ৰিবলà§? সমসà§?যা: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux ৰ সন�দৰ�ঠNULL হ'ব ন�ৱাৰ�"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "SELinux ৰ সন�দৰ�ঠনিৰ�ধাৰণ �ৰিবল� ব�যৰ�থ: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "�� ব�যৱস�থাপ�ৰণাল�ত SELinux স��ৰি� �ৰা নহ�"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "%s ��ণৰ মান নিৰ�ধাৰণ সমৰ�থিত নহ�"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "নথিপত�ৰৰ পৰা প�িবল� সমস�যা: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "নথিপত�ৰত seek �ৰিবল� সমস�যা: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "নথিপত�ৰ বন�ধ �ৰিবল� সমস�যা: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "�বি�ল�পিত স�থান�� নথিপত�ৰৰ মনি�ৰৰ ধৰন প�ৱা ন'�'ল"
@@ -1686,49 +1706,54 @@ msgstr "স�ম�তিশ��তিৰ নিৰ��মৰ স�ৰ�
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "mount ৰ দ�বাৰা unmount প�ৰ��� �ৰা নহ�"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "mount ৰ দ�বাৰা ������ �ৰ�ম স���ালিত নহ�"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "mount ৰ দ�বাৰা unmount বা unmount_with_operation প�ৰ��� �ৰা নহ�"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "mount ৰ দ�বাৰা ������ বা eject_with_operation �ৰ�ম স���ালিত নহ�"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+msgid "mount doesn't implement \"remount\""
msgstr "mount ৰ দ�বাৰা remount প�ৰ��� �ৰা নহ�"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:797
+#: gio/gmount.c:828
msgid "mount doesn't implement content type guessing"
msgstr "mount দà§?বাৰা সামà¦?à§?ৰà§?ৰ ধৰন à¦?নà§?মান à¦?ৰা সমà§?à¦à§± নহà§?"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "mount দà§?বাৰা সà§?সà¦?à¦?তà¦à¦¾à¦¬à§? সামà¦?à§?ৰà§?ৰ ধৰন à¦?নà§?মান à¦?ৰা সমà§?à¦à§± নহà§?"
@@ -1737,11 +1762,11 @@ msgstr "mount দà§?বাৰা সà§?সà¦?à¦?তà¦à¦¾à¦¬à§? সামà¦?à§?
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "��হস�থৰনাম '%s' ত '[' ��� �িন�ত� ']' না�"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "নিৰ��মৰ স�ৰ�ত� লি�া �াৰ�য ৰ�পা�ন ন�ৰ�"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "��সৰ স�ৰ�ত �তিমধ�য� বন�ধ"
@@ -1873,7 +1898,7 @@ msgstr "সমà§?বাদ পঠিà§?াà¦?à¦?তà§? à¦à§?ল: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage � windows ত সমৰ�থিত নহ�"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "সমà§?বাদ পাà¦?à¦?তà§? à¦à§?ল: %s"
diff --git a/po/az.po b/po/az.po
index 68c2f6d..60c49c7 100644
--- a/po/az.po
+++ b/po/az.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.az\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\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"
@@ -87,69 +87,69 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "'%s' simvolik körpüsü oxuna bilmÉ?di: %s"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "`%s' hÉ?rf dÉ?stÉ?sindÉ?n `%s' hÉ?rf dÉ?stÉ?sinÉ? dönüÅ?dürmÉ? dÉ?stÉ?klÉ?nmir"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, fuzzy, c-format
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:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "dönüÅ?dürmÉ? giriÅ?indÉ? hökmsüz bayt qatarı"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "DönüÅ?dürmÉ? sırasında xÉ?ta yarandı: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "GiriÅ?in sonunda parçalı hÉ?rf qatarı"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "fallback '%s' hÉ?rf dÉ?stÉ?si '%s' É? dönüÅ?dürülÉ? bilmir"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "`%s' URI-si fayl sxemini iÅ?lÉ?dÉ?n mütlÉ?q URI deyildir"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Yerli fayl uRI-si `%s' `#' daxil edÉ? bilmÉ?z"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "`%s' URI-si sÉ?hvdir"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "`%s' URI-sinin qovÅ?aq adı sÉ?hv qaçırılmıÅ?"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "`%s'in URÄ°-si sÉ?hv qaçırılmıÅ? xarakterlÉ?r daxil edir"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "`%s'in cıÄ?ır adı mütlÉ?q cıÄ?ır deyildir"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Hökmsüz qovÅ?aq adı"
@@ -158,119 +158,134 @@ msgstr "Hökmsüz qovÅ?aq adı"
msgid "Error opening directory '%s': %s"
msgstr "CÉ?rgÉ? açma xÉ?tası: '%s': %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "\"%2$s\" faylını oxumaq üçün %1$lu bayt ayrıla bilmir"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Fayl oxuma xÉ?tası: '%s': %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Fayldan oxuma iflası '%s': %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Fayl açma iflası '%s': %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Faylın xüsusiyyÉ?tlÉ?rini É?ldÉ? etmÉ? iflası '%s': fstat() iflası: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Fayl açma iflası '%s': fdopen() iflası: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, fuzzy, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Fayl açma iflası '%s': fdopen() iflası: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Fayl yaratma iflası '%s': %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, fuzzy, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Fayl açma iflası '%s': fdopen() iflası: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, fuzzy, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Fayl açma iflası '%s': fdopen() iflası: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Fayl açma iflası '%s': fdopen() iflası: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Fayl açma iflası '%s': fdopen() iflası: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, fuzzy, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Fayl açma iflası '%s': fdopen() iflası: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "NümunÉ? '%s' hökmsüzdür, '%s' daxil etmÉ?mÉ?lidir"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, fuzzy, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Å?ablon '%s' XXXXXX ilÉ? qurtarmır"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, c-format
+msgid "%.1f TB"
+msgstr ""
+
+#: glib/gfileutils.c:1802
+#, c-format
+msgid "%.1f PB"
+msgstr ""
+
+#: glib/gfileutils.c:1807
+#, c-format
+msgid "%.1f EB"
+msgstr ""
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "'%s' simvolik körpüsü oxuna bilmÉ?di: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Simvolik körpülÉ?r dÉ?stÉ?klÉ?nmir"
@@ -534,7 +549,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr ""
@@ -1120,17 +1135,17 @@ msgstr ""
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr ""
@@ -1153,34 +1168,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1232,13 +1247,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1252,50 +1267,50 @@ msgstr "Simvolik körpülÉ?r dÉ?stÉ?klÉ?nmir"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: gio/gfile.c:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr ""
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr ""
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr ""
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
#, fuzzy
msgid "Trash not supported"
msgstr "Simvolik körpülÉ?r dÉ?stÉ?klÉ?nmir"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr ""
@@ -1384,7 +1399,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr ""
@@ -1397,115 +1412,120 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Hökmsüz qovÅ?aq adı"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, fuzzy, c-format
msgid "Error getting filesystem info: %s"
msgstr "Fayl oxuma xÉ?tası: '%s': %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr ""
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Fayl oxuma xÉ?tası: '%s': %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
#, fuzzy
msgid "Invalid filename"
msgstr "Hökmsüz qovÅ?aq adı"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Fayl oxuma xÉ?tası: '%s': %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Fayl oxuma xÉ?tası: '%s': %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Fayl oxuma xÉ?tası: '%s': %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Fayl yaratma iflası '%s': %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Fayl yaratma iflası '%s': %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Fayl yaratma iflası '%s': %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "CÉ?rgÉ? açma xÉ?tası: '%s': %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "'%s' simvolik körpüsü oxuna bilmÉ?di: %s"
+
+#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "DönüÅ?dürmÉ? sırasında xÉ?ta yarandı: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Fayl oxuma xÉ?tası: '%s': %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Fayl oxuma xÉ?tası: '%s': %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr ""
@@ -1527,103 +1547,103 @@ msgstr "SÉ?nÉ?d bir xüsusiyyÉ?t adı içindÉ? gözlÉ?nilmÉ?z bir Å?É?kildÉ? qur
msgid "Error setting extended attribute '%s': %s"
msgstr "CÉ?rgÉ? açma xÉ?tası: '%s': %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Fayl oxuma xÉ?tası: '%s': %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Fayl oxuma xÉ?tası: '%s': %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "DönüÅ?dürmÉ? sırasında xÉ?ta yarandı: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "DönüÅ?dürmÉ? sırasında xÉ?ta yarandı: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "DönüÅ?dürmÉ? sırasında xÉ?ta yarandı: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "%d sÉ?tirindÉ? xÉ?ta : %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "DönüÅ?dürmÉ? sırasında xÉ?ta yarandı: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "DönüÅ?dürmÉ? sırasında xÉ?ta yarandı: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Simvolik körpülÉ?r dÉ?stÉ?klÉ?nmir"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Fayl oxuma xÉ?tası: '%s': %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Fayl oxuma xÉ?tası: '%s': %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Fayl oxuma xÉ?tası: '%s': %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
@@ -1705,49 +1725,49 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+msgid "mount doesn't implement \"unmount\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+msgid "mount doesn't implement \"eject\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
@@ -1756,11 +1776,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr ""
@@ -1894,7 +1914,7 @@ msgstr "Fayl oxuma xÉ?tası: '%s': %s"
msgid "GSocketControlMessage not supported on windows"
msgstr ""
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "Fayl oxuma xÉ?tası: '%s': %s"
diff --git a/po/be.po b/po/be.po
index 66a0564..9dd5b0b 100644
--- a/po/be.po
+++ b/po/be.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\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"
@@ -92,13 +92,13 @@ msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Ð?емагÑ?Ñ?ма пÑ?аÑ?Ñ?Ñ?аÑ?Ñ? Ñ?Ñ?мбалÑ?Ñ?нÑ?Ñ? Ñ?паÑ?Ñ?лкÑ? \"%s\": %s"
# glib/gconvert.c:390
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Ð?еÑ?аÑ?Ñ?ваÑ?Ñ?нÑ?не з набоÑ?Ñ? знакаÑ? \"%s\" Ñ? \"%s\" не падÑ?Ñ?Ñ?млÑ?ваеÑ?Ñ?а"
# glib/gconvert.c:394
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Ð?е аÑ?Ñ?Ñ?малаÑ?Ñ? адкÑ?Ñ?Ñ?Ñ? пеÑ?аÑ?Ñ?ваÑ?алÑ?нÑ?к з \"%s\" Ñ? \"%s\""
@@ -106,7 +106,7 @@ msgstr "Ð?е аÑ?Ñ?Ñ?малаÑ?Ñ? адкÑ?Ñ?Ñ?Ñ? пеÑ?аÑ?Ñ?ваÑ?алÑ?нÑ?к
# glib/gconvert.c:592 glib/gconvert.c:882 glib/giochannel.c:1282
# glib/giochannel.c:1324 glib/giochannel.c:2163 glib/gutf8.c:875
# glib/gutf8.c:1320
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
@@ -114,7 +114,7 @@ msgstr "Ð?едапÑ?Ñ?Ñ?алÑ?наÑ? паÑ?Ñ?лÑ?доÑ?наÑ?Ñ?Ñ?Ñ? байÑ?аÑ?
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
@@ -122,55 +122,55 @@ 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:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Ð?Ñ?поÑ?нÑ? Ñ?Ñ?мбалÑ? Ñ? канÑ?Ñ? Ñ?ваÑ?однага Ñ?адкÑ?"
# glib/gconvert.c:788
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Ð?емагÑ?Ñ?ма пеÑ?аÑ?Ñ?ваÑ?аÑ?Ñ? знак \"%s\" Ñ? знак Ñ?а збоÑ?Ñ? \"%s\""
# glib/gconvert.c:1593
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI \"%s\" не зÑ?Ñ?Ñ?лÑ?Ñ?Ñ?Ñ?а абÑ?алÑ?Ñ?нÑ?м URI вÑ?каÑ?Ñ?Ñ?Ñ?анÑ?нÑ? Ñ?Ñ?емÑ? \"file\""
# glib/gconvert.c:1603
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "URI \"%s\" мÑ?Ñ?Ñ?овага Ñ?айлÑ? нÑ? можа Ñ?клÑ?Ñ?аÑ?Ñ? \"#\""
# glib/gconvert.c:1620
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI \"%s\" недапÑ?Ñ?Ñ?алÑ?наÑ?"
# glib/gconvert.c:1632
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Ð?азва вÑ?злÑ? Ñ? URI \"%s\" недапÑ?Ñ?Ñ?алÑ?наÑ?"
# glib/gconvert.c:1648
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI \"%s\" Ñ?Ñ?Ñ?Ñ?млÑ?вае недапÑ?Ñ?Ñ?алÑ?нÑ? кÑ?Ñ?авалÑ?нÑ? Ñ?Ñ?мбалÑ?"
# glib/gconvert.c:1719
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "ШлÑ?Ñ? \"%s\" не зÑ?Ñ?Ñ?лÑ?еÑ?Ñ?а абÑ?алÑ?Ñ?нÑ?м"
# glib/gconvert.c:1729
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Ð?едапÑ?Ñ?Ñ?алÑ?наÑ? назва вÑ?зла"
@@ -181,134 +181,149 @@ msgid "Error opening directory '%s': %s"
msgstr "Ð?амÑ?лка Ñ? Ñ?аÑ?е адкÑ?Ñ?Ñ?Ñ?Ñ?Ñ? каÑ?алÑ?гÑ? \"%s\": %s"
# glib/gfileutils.c:337 glib/gfileutils.c:402
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Ð?е аÑ?Ñ?Ñ?малаÑ?Ñ? Ñ?азÑ?меÑ?каваÑ?Ñ? %lu байÑ?аÑ? длÑ? Ñ?Ñ?Ñ?анÑ?нÑ? Ñ?айлÑ? \"%s\""
# glib/gfileutils.c:348
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Ð?амÑ?лка Ñ?Ñ?Ñ?анÑ?нÑ? Ñ?айлÑ? \"%s\": %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
# glib/gfileutils.c:426
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Ð?бой Ñ?Ñ?Ñ?анÑ?нÑ? з Ñ?айлÑ? \"%s\": %s"
# glib/gfileutils.c:465 glib/gfileutils.c:533
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Ð?бой адкÑ?Ñ?Ñ?Ñ?Ñ?Ñ? Ñ?айлÑ? \"%s\": %s"
# glib/gfileutils.c:479
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Ð?бой аÑ?Ñ?Ñ?манÑ?нÑ? аÑ?Ñ?Ñ?бÑ?Ñ?аÑ? Ñ?айлÑ? \"%s\": збой fstat(): %s"
# glib/gfileutils.c:505
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Ð?бой адкÑ?Ñ?Ñ?Ñ?Ñ?Ñ? Ñ?айлÑ? \"%s\": збой fdopen(): %s"
# glib/gfileutils.c:505
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Ð?бой зÑ?менÑ? назвÑ? Ñ?айлÑ? \"%s\" на '%s': збой g_rename(): %s"
# glib/gfileutils.c:745
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Ð?бой Ñ?Ñ?ваÑ?Ñ?нÑ?нÑ? Ñ?айлÑ? \"%s\": %s"
# glib/gfileutils.c:505
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Ð?бой адкÑ?Ñ?Ñ?Ñ?Ñ?Ñ? Ñ?айла %s' длÑ? запÑ?Ñ?Ñ?: збой fdopen(): %s"
# glib/gfileutils.c:505
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Ð?бой запÑ?Ñ?Ñ? Ñ?айлÑ? '%s': збой fwrite(): %s"
# glib/gfileutils.c:505
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Ð?бой запÑ?Ñ?Ñ? Ñ?айлÑ? '%s': збой fwrite(): %s"
# glib/gfileutils.c:505
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Ð?бой запÑ?Ñ?Ñ? Ñ?айлÑ? '%s': збой fwrite(): %s"
# glib/gfileutils.c:505
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Ð?бой закÑ?Ñ?Ñ?Ñ?Ñ?Ñ? Ñ?айлÑ? %s': збой fclose(): %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Ð?аÑ?Ñ?нÑ? Ñ?айл '%s' не можа бÑ?Ñ?Ñ? вÑ?даленÑ?: збой g_unlink(): %s"
# glib/gfileutils.c:712
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "ШаблÑ?н \"%s\" недапÑ?Ñ?Ñ?алÑ?нÑ?, не павÑ?ннÑ? Ñ?Ñ?Ñ?Ñ?млÑ?ваÑ?Ñ? \"%s\""
# glib/gfileutils.c:724
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, fuzzy, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "ШаблÑ?н \"%s\" канÑ?аÑ?Ñ?а не на XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr ""
+#: glib/gfileutils.c:1797
+#, c-format
+msgid "%.1f TB"
+msgstr ""
+
+#: glib/gfileutils.c:1802
+#, c-format
+msgid "%.1f PB"
+msgstr ""
+
+#: glib/gfileutils.c:1807
+#, c-format
+msgid "%.1f EB"
+msgstr ""
+
# glib/gfileutils.c:745
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ð?емагÑ?Ñ?ма пÑ?аÑ?Ñ?Ñ?аÑ?Ñ? Ñ?Ñ?мбалÑ?Ñ?нÑ?Ñ? Ñ?паÑ?Ñ?лкÑ? \"%s\": %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "СÑ?мбалÑ?Ñ?нÑ?Ñ? Ñ?паÑ?Ñ?лкÑ? не падÑ?Ñ?Ñ?млÑ?ваÑ?Ñ?Ñ?а"
@@ -607,7 +622,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr ""
@@ -1244,17 +1259,17 @@ msgstr "Ð?наÑ?Ñ?нÑ?не '%s' не можа бÑ?Ñ?Ñ? Ñ?нÑ?Ñ?Ñ?пÑ?Ñ?Ñ?ава
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr ""
@@ -1278,34 +1293,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1357,13 +1372,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1377,50 +1392,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr ""
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr ""
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr ""
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
#, fuzzy
msgid "Trash not supported"
msgstr "СÑ?мбалÑ?Ñ?нÑ?Ñ? Ñ?паÑ?Ñ?лкÑ? не падÑ?Ñ?Ñ?млÑ?ваÑ?Ñ?Ñ?а"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr ""
@@ -1509,7 +1524,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr ""
@@ -1522,39 +1537,39 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
# glib/gconvert.c:1729
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Ð?едапÑ?Ñ?Ñ?алÑ?наÑ? назва пÑ?агÑ?амÑ?: %s"
# glib/gfileutils.c:348
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, fuzzy, c-format
msgid "Error getting filesystem info: %s"
msgstr "Ð?амÑ?лка Ñ?Ñ?Ñ?анÑ?нÑ? Ñ?айлÑ? \"%s\": %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr ""
# glib/gfileutils.c:348
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Ð?амÑ?лка Ñ?Ñ?Ñ?анÑ?нÑ? Ñ?айлÑ? \"%s\": %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
# glib/gconvert.c:1729
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
#, fuzzy
@@ -1562,90 +1577,96 @@ msgid "Invalid filename"
msgstr "Ð?едапÑ?Ñ?Ñ?алÑ?наÑ? назва вÑ?зла"
# glib/gfileutils.c:348
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Ð?амÑ?лка Ñ?Ñ?Ñ?анÑ?нÑ? Ñ?айлÑ? \"%s\": %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr ""
# glib/gfileutils.c:348
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Ð?амÑ?лка Ñ?Ñ?Ñ?анÑ?нÑ? Ñ?айлÑ? \"%s\": %s"
# glib/gfileutils.c:348
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Ð?амÑ?лка Ñ?Ñ?Ñ?анÑ?нÑ? Ñ?айлÑ? \"%s\": %s"
# glib/gfileutils.c:745
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Ð?бой Ñ?Ñ?ваÑ?Ñ?нÑ?нÑ? Ñ?айлÑ? \"%s\": %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr ""
# glib/gfileutils.c:745
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Ð?бой Ñ?Ñ?ваÑ?Ñ?нÑ?нÑ? Ñ?айлÑ? \"%s\": %s"
# glib/gfileutils.c:745
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Ð?бой Ñ?Ñ?ваÑ?Ñ?нÑ?нÑ? Ñ?айлÑ? \"%s\": %s"
# glib/gdir.c:79
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Ð?амÑ?лка Ñ? Ñ?аÑ?е адкÑ?Ñ?Ñ?Ñ?Ñ?Ñ? каÑ?алÑ?гÑ? \"%s\": %s"
+# glib/gfileutils.c:745
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Ð?емагÑ?Ñ?ма пÑ?аÑ?Ñ?Ñ?аÑ?Ñ? Ñ?Ñ?мбалÑ?Ñ?нÑ?Ñ? Ñ?паÑ?Ñ?лкÑ? \"%s\": %s"
+
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Ð?амÑ?лка Ñ? Ñ?аÑ?е пеÑ?аÑ?Ñ?ваÑ?Ñ?нÑ?нÑ?: %s"
# glib/gfileutils.c:348
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Ð?амÑ?лка Ñ?Ñ?Ñ?анÑ?нÑ? Ñ?айлÑ? \"%s\": %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr ""
# glib/gfileutils.c:348
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Ð?амÑ?лка Ñ?Ñ?Ñ?анÑ?нÑ? Ñ?айлÑ? \"%s\": %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr ""
@@ -1670,118 +1691,118 @@ msgid "Error setting extended attribute '%s': %s"
msgstr "Ð?амÑ?лка Ñ? Ñ?аÑ?е адкÑ?Ñ?Ñ?Ñ?Ñ?Ñ? каÑ?алÑ?гÑ? \"%s\": %s"
# glib/gfileutils.c:348
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Ð?амÑ?лка Ñ?Ñ?Ñ?анÑ?нÑ? Ñ?айлÑ? \"%s\": %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr ""
# glib/gfileutils.c:348
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Ð?амÑ?лка Ñ?Ñ?Ñ?анÑ?нÑ? Ñ?айлÑ? \"%s\": %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr ""
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "Ð?амÑ?лка Ñ? Ñ?аÑ?е пеÑ?аÑ?Ñ?ваÑ?Ñ?нÑ?нÑ?: %s"
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Ð?амÑ?лка Ñ? Ñ?аÑ?е пеÑ?аÑ?Ñ?ваÑ?Ñ?нÑ?нÑ?: %s"
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Ð?амÑ?лка Ñ? Ñ?аÑ?е пеÑ?аÑ?Ñ?ваÑ?Ñ?нÑ?нÑ?: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr ""
# glib/gmarkup.c:303
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Ð?амÑ?лка Ñ? Ñ?адкÑ? %d: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "Ð?амÑ?лка Ñ? Ñ?аÑ?е пеÑ?аÑ?Ñ?ваÑ?Ñ?нÑ?нÑ?: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr ""
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Ð?амÑ?лка Ñ? Ñ?аÑ?е пеÑ?аÑ?Ñ?ваÑ?Ñ?нÑ?нÑ?: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "СÑ?мбалÑ?Ñ?нÑ?Ñ? Ñ?паÑ?Ñ?лкÑ? не падÑ?Ñ?Ñ?млÑ?ваÑ?Ñ?Ñ?а"
# glib/gfileutils.c:348
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Ð?амÑ?лка Ñ?Ñ?Ñ?анÑ?нÑ? Ñ?айлÑ? \"%s\": %s"
# glib/gfileutils.c:348
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Ð?амÑ?лка Ñ?Ñ?Ñ?анÑ?нÑ? Ñ?айлÑ? \"%s\": %s"
# glib/gfileutils.c:348
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Ð?амÑ?лка Ñ?Ñ?Ñ?анÑ?нÑ? Ñ?айлÑ? \"%s\": %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
@@ -1873,49 +1894,49 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+msgid "mount doesn't implement \"unmount\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+msgid "mount doesn't implement \"eject\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
@@ -1924,11 +1945,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr ""
@@ -2079,7 +2100,7 @@ msgid "GSocketControlMessage not supported on windows"
msgstr ""
# glib/gfileutils.c:348
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "Ð?амÑ?лка Ñ?Ñ?Ñ?анÑ?нÑ? Ñ?айлÑ? \"%s\": %s"
diff --git a/po/be latin po b/po/be latin po
index 1cf5a25..e20b670 100644
--- a/po/be latin po
+++ b/po/be latin po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\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"
@@ -91,13 +91,13 @@ msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Prablema z razhortvaÅ?niem radka zapusku '%s' z URI '%s'"
# glib/gconvert.c:390
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Kanversija naboru znakaÅ '%s' na '%s' nie padtrymlivajecca"
# glib/gconvert.c:394
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "NiemahÄ?yma adÄ?yniÄ? kanverter z '%s' na '%s'"
@@ -105,7 +105,7 @@ msgstr "NiemahÄ?yma adÄ?yniÄ? kanverter z '%s' na '%s'"
# glib/gconvert.c:592 glib/gconvert.c:882 glib/giochannel.c:1282
# glib/giochannel.c:1324 glib/giochannel.c:2163 glib/gutf8.c:875
# glib/gutf8.c:1320
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
@@ -113,7 +113,7 @@ msgstr "Niapravilnaja paÅ?ladoÅnaÅ?Ä? bajtaÅ na Åvachodzie kanversii"
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
@@ -121,56 +121,56 @@ 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:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "NiapoÅny znak u kancy Åvachodnaha radka"
# glib/gconvert.c:788
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "NiemahÄ?yma pierakanvertavaÄ? surahat znaku '%s' na nabor znakaÅ '%s'"
# glib/gconvert.c:1593
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr ""
"URI '%s' nie źjaÅlajucca absalutnym URI vykarystaÅ?nia \"fajÅ?avaj\" schiemy"
# glib/gconvert.c:1603
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "URI '%s' miascovaha fajÅ?u nia moža ÅkluÄ?aÄ? '#'"
# glib/gconvert.c:1620
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' niapravilny"
# glib/gconvert.c:1632
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Niapravilnaja nazva hostu Å URI '%s' "
# glib/gconvert.c:1648
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' utrymlivaje nieadpaviedna cytavanyja znaki"
# glib/gconvert.c:1719
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Å?ciežka '%s nie źjaÅlajecca absalutnaj"
# glib/gconvert.c:1729
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Niapravilnaja nazva kamputara"
@@ -181,49 +181,49 @@ msgid "Error opening directory '%s': %s"
msgstr "PamyÅ?ka pry adÄ?ynieÅ?ni katalohu '%s': %s"
# glib/gfileutils.c:337 glib/gfileutils.c:402
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Nie atrymaÅ?asia raźmierkavaÄ? %lu bajtaÅ dla adÄ?ytaÅ?nia fajÅ?u \"%s\""
# glib/gfileutils.c:348
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "PamyÅ?ka adÄ?ytaÅ?nia fajÅ?u '%s': %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
# glib/gfileutils.c:426
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "PamyÅ?ka Ä?ytaÅ?nia z fajÅ?u '%s': %s"
# glib/gfileutils.c:465 glib/gfileutils.c:533
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "NiemahÄ?yma adÄ?yniÄ? fajÅ? '%s': %s"
# glib/gfileutils.c:479
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"NiemahÄ?yma atrymaÄ? atrybuty fajÅ?u '%s': funkcyja fstat() vyvieÅ?a pamyÅ?ku: %s"
# glib/gfileutils.c:505
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "NiemahÄ?yma adÄ?yniÄ? fajÅ? '%s': funkcyja fdopen() vyvieÅ?a pamyÅ?ku: %s"
# glib/gfileutils.c:505
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
@@ -231,61 +231,61 @@ msgstr ""
"pamyÅ?ku: %s"
# glib/gfileutils.c:745
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "NiemahÄ?yma stvaryÄ? fajÅ? '%s': %s"
# glib/gfileutils.c:505
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr ""
"NiemahÄ?yma adÄ?ynic fajÅ? %s' dla zapisu: funkcyja fdopen() vyvieÅ?a pamyÅ?ku: %s"
# glib/gfileutils.c:505
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "NiemahÄ?yma zapisaÄ? fajÅ? '%s': funkcyja fwrite() vyvieÅ?a pamyÅ?ku: %s"
# glib/gfileutils.c:505
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "NiemahÄ?yma zapisaÄ? fajÅ? '%s': funkcyja fwrite() vyvieÅ?a pamyÅ?ku: %s"
# glib/gfileutils.c:505
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "NiemahÄ?yma zapisaÄ? fajÅ? '%s': funkcyja fwrite() vyvieÅ?a pamyÅ?ku: %s"
# glib/gfileutils.c:505
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "NiemahÄ?yma zaÄ?yniÄ? fajÅ? %s': funkcyja fclose() vyvieÅ?a pamyÅ?ku: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
"NiemahÄ?yma vydaliÄ? najaÅny fajÅ? '%s': funkcyja g_unlink() vyvieÅ?a pamyÅ?ku: %s"
# glib/gfileutils.c:712
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Å ablon '%s' niapravilny, u im nie pavinna byÄ? '%s'"
# glib/gfileutils.c:724
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "U Å¡ablonie '%s' niama XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -293,28 +293,43 @@ msgstr[0] "%u bajt"
msgstr[1] "%u bajty"
msgstr[2] "%u bajtaÅ"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
# glib/gfileutils.c:745
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "NiemahÄ?yma praÄ?ytaÄ? symbalnuju spasyÅ?ku '%s': %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Symbalnyja spasyÅ?ki nie padtrymlivajucca"
@@ -613,7 +628,7 @@ msgstr ""
"Å¡ablon utrymlivaje elementy, jakija nie padtrymvajucca dla Ä?astkovaj "
"adpaviadnaÅ?ci"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "unutranaja pamyÅ?ka"
@@ -1252,17 +1267,17 @@ msgstr "LiÄ?bavuju vartaÅ?Ä? '%s' niemahÄ?yma interpretavaÄ? jak lahiÄ?nuju vart
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "Funkcyi %s pieradadzieny nadta vialiki liÄ?ylnik"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "PÅ?yÅ? užo zaÄ?ynienaja"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "Aperacyja anulavanaja"
@@ -1285,35 +1300,35 @@ msgstr "typ %s"
msgid "Unexpected early end-of-stream"
msgstr "ZaÅÄ?asny kaniec pÅ?yni"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Nienazvany"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "FajÅ? staÅ?a nie akreÅ?livaje pola Exec"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "NiemahÄ?yma znajÅ?ci terminaÅ?u, vymahanaha dla aplikacyi"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
"NiemahÄ?yma stvaryÄ? kanfihuracyjny kataloh %s karystalnika dla aplikacyi: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "NiemahÄ?yma stvaryÄ? kanfihuracyjny kataloh MIME %s dla karystalnika: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "NiemahÄ?yma stvaryÄ? fajÅ? staÅ?a %s dla karystalnika"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "Asablivaje aznaÄ?eÅ?nie dla %s"
@@ -1368,13 +1383,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Aperacyja nie padtrymlivajecca"
@@ -1387,50 +1402,50 @@ msgstr "Aperacyja nie padtrymlivajecca"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: gio/gfile.c:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "ŹmiaÅ¡Ä?alnaje mantavaÅ?nie nie isnuje"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "NiemahÄ?yma skapijavaÄ? zamiest katalohu"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "NiemahÄ?yma skapijavaÄ? kataloh zamiest inÅ¡aha katalohu"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "Metavy fajÅ? isnuje"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "NiemahÄ?yma rekursiÅna skapijavaÄ? kataloh"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
#, fuzzy
msgid "Can't copy special file"
msgstr "NiemahÄ?yma skapijavaÄ? zamiest katalohu"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "Padadzienaja niapravilnaja vartaÅ?Ä? symbalnaj spasyÅ?ki"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "Å?mietnica nie padtrymlivajacca"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Nazvy fajÅ?aÅ nia mohuÄ? utrymlivaÄ? \"%c\""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "masiÅ nie zaimplementavaÅ mantavaÅ?nia (mount)"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "Nivodnaja aplikacyja nie zarehistravanaja dla pracy z hetym fajÅ?am"
@@ -1519,7 +1534,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "Dla pÅ?yni joÅ?Ä? važkaja aperacyja"
@@ -1532,129 +1547,135 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
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:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Niapravilnaja nazva fajÅ?u %s"
# glib/gfileutils.c:348
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "PamyÅ?ka atrymaÅ?nia źviestak ab fajÅ?avaj systemie: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "NiemahÄ?yma źmianiÄ? nazvu dla karaniovaha katalohu"
# glib/gfileutils.c:348
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "PamyÅ?ka adÄ?ytaÅ?nia fajÅ?u: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "NiemahÄ?yma źmianiÄ? nazvu dla fajÅ?u, taki fajÅ? užo isnuje"
# glib/gconvert.c:1729
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Niapravilnaja nazva fajÅ?u"
# glib/gfileutils.c:348
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "PamyÅ?ka adÄ?ynieÅ?nia fajÅ?u: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "NiemahÄ?yma adÄ?yniÄ? kataloh"
# glib/gfileutils.c:348
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "PamyÅ?ka vydaleÅ?nia fajÅ?u: %s"
# glib/gfileutils.c:348
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "PamyÅ?ka vykidaÅ?nia Å Å?mietnicu fajÅ?u: %s"
# glib/gfileutils.c:745
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "NiemahÄ?yma stvaryÄ? kataloh Å?mietnicy %s: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "NiemahÄ?yma znajÅ?ci najvyÅ¡ejÅ¡y kataloh dziela Å?mieÄ?cia"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "NiemahÄ?yma znajÅ?ci ci stvaryÄ? kataloh dziela Å?mieÄ?cia"
# glib/gfileutils.c:745
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "NiemahÄ?yma stvaryÄ? Å?miaÄ?ciovy fajÅ? źviestak: %s"
# glib/gfileutils.c:745
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "NiemahÄ?yma vykinuÄ? u Å?mietnicu fajÅ?: %s"
# glib/gdir.c:79
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "PamyÅ?ka pry adÄ?ynieÅ?ni katalohu '%s': %s"
+# glib/gfileutils.c:745
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "NiemahÄ?yma praÄ?ytaÄ? symbalnuju spasyÅ?ku '%s': %s"
+
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "PamyÅ?ka stvareÅ?nia symbalnaj spasyÅ?ki: %s"
# glib/gfileutils.c:348
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "PamyÅ?ka pieranosu fajÅ?u: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "NiemahÄ?yma pieranieÅ?ci kataloh zamiest inÅ¡aha katalohu"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "NiaÅdaÅ?aje stvareÅ?nie zapasnoha fajÅ?u"
# glib/gfileutils.c:348
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "PamyÅ?ka vydaleÅ?nia metavaha fajÅ?u: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "Pieranos pamiž punktami mantavaÅ?nia nie padtrymlivajecca"
@@ -1678,66 +1699,66 @@ msgid "Error setting extended attribute '%s': %s"
msgstr "PamyÅ?ka akreÅ?leÅ?nia paÅ¡yranaha atrybutu '%s': %s"
# glib/gfileutils.c:348
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "PamyÅ?ka atrymaÅ?nia stat() dla fajÅ?u '%s': %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (niapravilnaje kadavaÅ?nie)"
# glib/gfileutils.c:348
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "PamyÅ?ka atrymaÅ?nia stat() dla fajÅ?avaha deskryptara: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Niapravilny typ atrybutu (Ä?akaÅsia uint32)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Niapravilny typ atrybutu (Ä?akaÅsia uint64)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Niapravilny typ atrybutu (Ä?akaÅsia bajtavy radok)"
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "PamyÅ?ka akreÅ?leÅ?nia pravoÅ: %s"
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "PamyÅ?ka akreÅ?leÅ?nia pravoÅ: %s"
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "PamyÅ?ka akreÅ?leÅ?nia ÅÅ?adalnika: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "symbalnaja spasyÅ?ka musiÄ? byÄ? nia-NULL"
# glib/gmarkup.c:303
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "PamyÅ?ka akreÅ?leÅ?nia symbalnaj spasyÅ?ki: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"PamyÅ?ka akreÅ?leÅ?nia symbalnaj spasyÅ?ki: fajÅ? nie źjaÅlajecca symbalnaj "
@@ -1745,54 +1766,54 @@ msgstr ""
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "PamyÅ?ka akreÅ?leÅ?nia pravoÅ: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
#, fuzzy
msgid "SELinux context must be non-NULL"
msgstr "symbalnaja spasyÅ?ka musiÄ? byÄ? nia-NULL"
# glib/gconvert.c:597 glib/gconvert.c:813 glib/giochannel.c:1289
# glib/giochannel.c:2175
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "PamyÅ?ka akreÅ?leÅ?nia ÅÅ?adalnika: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "AkreÅ?leÅ?nie atrybutu %s nie padtrymlivajecca"
# glib/gfileutils.c:348
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "PamyÅ?ka adÄ?ytaÅ?nia z fajÅ?u: %s"
# glib/gfileutils.c:348
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "PamyÅ?ka zruchu Å fajle: %s"
# glib/gfileutils.c:348
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "PamyÅ?ka zaÄ?ynieÅ?nia fajÅ?u: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "NiemahÄ?yma znajÅ?ci zmoÅÄ?any typ manitora dla lakalnaha fajÅ?u"
@@ -1882,44 +1903,47 @@ msgstr "Nie ÅdaÅ?osia źmianiÄ? pamier pÅ?yni vyjÅ?cia Å pamiaci"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "mantavaÅ?nie nie zaimplementavaÅ?a admantavaÅ?nia (unmount)"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "mantavaÅ?nie nie zaimplementavaÅ?a vysoÅvaÅ?nia (eject)"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
+#: gio/gmount.c:568
#, fuzzy
-msgid "mount doesn't implement unmount or unmount_with_operation"
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "mantavaÅ?nie nie zaimplementavaÅ?a admantavaÅ?nia (unmount)"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
+#: gio/gmount.c:655
#, fuzzy
-msgid "mount doesn't implement eject or eject_with_operation"
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "mantavaÅ?nie nie zaimplementavaÅ?a vysoÅvaÅ?nia (eject)"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+msgid "mount doesn't implement \"remount\""
msgstr "mantavaÅ?nie nie zaimplementavaÅ?a pieramantavaÅ?nia (remount)"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:797
+#: gio/gmount.c:828
#, fuzzy
msgid "mount doesn't implement content type guessing"
msgstr "mantavaÅ?nie nie zaimplementavaÅ?a admantavaÅ?nia (unmount)"
@@ -1927,7 +1951,7 @@ msgstr "mantavaÅ?nie nie zaimplementavaÅ?a admantavaÅ?nia (unmount)"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:886
+#: gio/gmount.c:917
#, fuzzy
msgid "mount doesn't implement synchronous content type guessing"
msgstr "mantavaÅ?nie nie zaimplementavaÅ?a admantavaÅ?nia (unmount)"
@@ -1937,11 +1961,11 @@ msgstr "mantavaÅ?nie nie zaimplementavaÅ?a admantavaÅ?nia (unmount)"
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "VyjÅ?ciovaja pÅ?yÅ? nie zaimplementavaÅ?a zapisu (write)"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "KryniÄ?naja pÅ?yÅ? užo zaÄ?ynienaja"
@@ -2093,7 +2117,7 @@ msgid "GSocketControlMessage not supported on windows"
msgstr "źmieny asacyjacyjaŠnie padtrymlivajucca dla win32"
# glib/gfileutils.c:348
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "PamyÅ?ka vydaleÅ?nia fajÅ?u: %s"
diff --git a/po/bg.po b/po/bg.po
index c7b388e..80ee268 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib master\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-08 07:40+0300\n"
"Last-Translator: Alexander Shopov <ash contact bg>\n"
"Language-Team: Bulgarian <dict fsa-bg org>\n"
@@ -86,72 +86,72 @@ msgstr "Ð?икоÑ? пÑ?огÑ?ама â??%sâ?? не е Ñ?егиÑ?Ñ?Ñ?иÑ?ала о
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Ð?еÑ?Ñ?пеÑ? пÑ?и допиÑ?ванеÑ?о на Ñ?еда за изпÑ?лнение â??%sâ?? Ñ? адÑ?еÑ?а â??%sâ??"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Ð?Ñ?еобÑ?азÑ?ванеÑ?о оÑ? набоÑ?а знаÑ?и â??%sâ?? кÑ?м â??%sâ?? не Ñ?е поддÑ?Ñ?жа"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Ð?е може да Ñ?е оÑ?воÑ?и конвеÑ?Ñ?оÑ? оÑ? â??%sâ?? кÑ?м â??%sâ??"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Ð?Ñ?еÑ?на байÑ?ова поÑ?ледоваÑ?елноÑ?Ñ? на вÑ?ода за пÑ?еобÑ?азÑ?ване"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Ð?Ñ?еÑ?ка по вÑ?еме на пÑ?еобÑ?азÑ?ване: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Ð?епÑ?лна знакова поÑ?ледоваÑ?елноÑ?Ñ? в кÑ?аÑ? на вÑ?одниÑ?е данни"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr ""
"Ð?амеÑ?Ñ?ваÑ?иÑ?Ñ? знак â??%sâ?? не може да бÑ?де пÑ?еобÑ?азÑ?ван кÑ?м знак оÑ? набоÑ?а â??%sâ??"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr ""
"Ð?дÑ?еÑ?Ñ?Ñ? â??%sâ?? не е абÑ?олÑ?Ñ?ен пÑ?и използване на Ñ?Ñ?емаÑ?а â??fileâ?? (Ñ?айлова "
"Ñ?иÑ?Ñ?ема)"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Ð?дÑ?еÑ?Ñ?Ñ? â??%sâ?? на локален Ñ?айл не може да вклÑ?Ñ?ва â??#â??"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "Ð?дÑ?еÑ?Ñ?Ñ? â??%sâ?? е непÑ?авилен"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Ð?меÑ?о на Ñ?оÑ?Ñ?а в адÑ?еÑ?а â??%sâ?? е непÑ?авилно"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Ð?дÑ?еÑ?Ñ?Ñ? â??%sâ?? Ñ?Ñ?дÑ?Ñ?жа гÑ?еÑ?ни екÑ?аниÑ?аÑ?и поÑ?ледоваÑ?елноÑ?Ñ?и"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Ð?Ñ?Ñ?Ñ?Ñ? â??%sâ?? не е абÑ?олÑ?Ñ?ен"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Ð?епÑ?авилно име на Ñ?оÑ?Ñ?"
@@ -160,129 +160,144 @@ msgstr "Ð?епÑ?авилно име на Ñ?оÑ?Ñ?"
msgid "Error opening directory '%s': %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и оÑ?ваÑ?Ñ?не на папка â??%sâ??: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Ð?еÑ?Ñ?пеÑ? пÑ?и заделÑ?неÑ?о на %lu байÑ?а за Ñ?еÑ?ене на Ñ?айла â??%sâ??"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и Ñ?еÑ?ене на Ñ?айл â??%sâ??: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "ФайлÑ?Ñ? â??%sâ?? е пÑ?екалено голÑ?м"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Ð?еÑ?Ñ?пеÑ? пÑ?и Ñ?еÑ?ене оÑ? Ñ?айл â??%sâ??: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Ð?еÑ?Ñ?пеÑ? пÑ?и оÑ?ваÑ?Ñ?не на Ñ?айл â??%sâ??: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"Ð?еÑ?Ñ?пеÑ? пÑ?и полÑ?Ñ?аване на аÑ?Ñ?ибÑ?Ñ?иÑ?е на Ñ?айл â??%sâ??: неÑ?Ñ?пеÑ?но изпÑ?лнение на "
"fstat(): %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr ""
"Ð?еÑ?Ñ?пеÑ? пÑ?и оÑ?ваÑ?Ñ?не на Ñ?айл â??%sâ??: неÑ?Ñ?пеÑ?но изпÑ?лнение на fdopen(): %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
"Ð?еÑ?Ñ?пеÑ? пÑ?и пÑ?еименÑ?ване на Ñ?айл â??%sâ?? на â??%sâ??: неÑ?Ñ?пеÑ?но изпÑ?лнение на "
"g_rename(): %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Ð?еÑ?Ñ?пеÑ? пÑ?и Ñ?Ñ?здаване на Ñ?айл â??%sâ??: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr ""
"Ð?еÑ?Ñ?пеÑ? пÑ?и оÑ?ваÑ?Ñ?не на Ñ?айл â??%sâ?? за пиÑ?ане: неÑ?Ñ?пеÑ?но изпÑ?лнение на fdopen"
"(): %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Ð?еÑ?Ñ?пеÑ? пÑ?и запиÑ? на Ñ?айл â??%sâ??: неÑ?Ñ?пеÑ?но изпÑ?лнение на fwrite(): %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Ð?еÑ?Ñ?пеÑ? пÑ?и запиÑ? на Ñ?айл â??%sâ??: неÑ?Ñ?пеÑ?но изпÑ?лнение на fflush(): %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Ð?еÑ?Ñ?пеÑ? пÑ?и запиÑ? на Ñ?айл â??%sâ??: неÑ?Ñ?пеÑ?но изпÑ?лнение на fsync(): %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr ""
"Ð?еÑ?Ñ?пеÑ? пÑ?и заÑ?ваÑ?Ñ?не на Ñ?айл â??%sâ??: неÑ?Ñ?пеÑ?но изпÑ?лнение на fclose(): %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
"Ð?еÑ?Ñ?пеÑ? пÑ?и изÑ?Ñ?иванеÑ?о на Ñ?Ñ?Ñ?еÑ?Ñ?вÑ?ваÑ?иÑ? Ñ?айл â??%sâ??: неÑ?Ñ?пеÑ?но изпÑ?лнение на "
"g_unlink(): %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "ШаблонÑ?Ñ? â??%sâ?? е непÑ?авилен, не Ñ?Ñ?Ñ?бва да Ñ?Ñ?дÑ?Ñ?жа â??%sâ??"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "ШаблонÑ?Ñ? â??%sâ?? не Ñ?Ñ?дÑ?Ñ?жа XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%uâ??B"
msgstr[1] "%uâ??B"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1fâ??KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1fâ??MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1fâ??GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1fâ??KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1fâ??KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1fâ??KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ð?еÑ?Ñ?пеÑ? пÑ?и Ñ?еÑ?ене на Ñ?имволнаÑ?а вÑ?Ñ?зка â??%sâ??: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Символни вÑ?Ñ?зки не Ñ?е поддÑ?Ñ?жаÑ?"
@@ -546,7 +561,7 @@ msgid "the pattern contains items not supported for partial matching"
msgstr ""
"Ñ?аблонÑ?Ñ? Ñ?Ñ?дÑ?Ñ?жа елеменÑ?и, коиÑ?о не Ñ?е поддÑ?Ñ?жаÑ? пÑ?и Ñ?аÑ?Ñ?иÑ?но Ñ?Ñ?впадение"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "вÑ?Ñ?Ñ?еÑ?на гÑ?еÑ?ка"
@@ -1149,17 +1164,17 @@ msgstr "СÑ?ойноÑ?Ñ?Ñ?а â??%sâ?? не може да Ñ?е инÑ?еÑ?пÑ?еÑ?
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "Ð?одадена е пÑ?екалено голÑ?ма Ñ?Ñ?ойноÑ?Ñ? на %s"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "Ð?оÑ?окÑ?Ñ? веÑ?е е заÑ?воÑ?ен"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "Ð?ейÑ?Ñ?виеÑ?о е пÑ?екÑ?аÑ?ено"
@@ -1182,34 +1197,34 @@ msgstr "Ð?ид на %s"
msgid "Unexpected early end-of-stream"
msgstr "Ð?еоÑ?аквано Ñ?анен кÑ?ай на поÑ?ок"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Ð?ез име"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "Ð?Ñ?в Ñ?айла .desktop липÑ?ва поле за изпÑ?лнение"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "Ð?е може да Ñ?е оÑ?кÑ?ие Ñ?еÑ?минал за пÑ?иложениеÑ?о"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Ð?е може да Ñ?е Ñ?Ñ?здаде папкаÑ?а Ñ? поÑ?Ñ?ебиÑ?елÑ?киÑ?е наÑ?Ñ?Ñ?ойки %s: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Ð?е може да Ñ?е Ñ?Ñ?здаде папкаÑ?а Ñ? наÑ?Ñ?Ñ?ойкиÑ?е за MIME %s: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Ð?е може да Ñ?е Ñ?Ñ?здаде Ñ?айл .desktop â?? â??%sâ??"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "Ð?оÑ?Ñ?ебиÑ?елÑ?ка деÑ?иниÑ?иÑ? за %s"
@@ -1261,13 +1276,13 @@ msgstr "Ð?епÑ?авилен бÑ?ой лекÑ?еми (%d) в кодиÑ?анеÑ?
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "Ð?Ñ?акваÑ?е Ñ?е GEmblem за GEmblemedIcon"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Ð?ейÑ?Ñ?виеÑ?о не Ñ?е поддÑ?Ñ?жа"
@@ -1280,49 +1295,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "СÑ?дÑ?Ñ?жаÑ?иÑ?Ñ? монÑ?иÑ?ан обекÑ? не Ñ?Ñ?Ñ?еÑ?Ñ?вÑ?ва"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Ð?е може да Ñ?е копиÑ?а вÑ?Ñ?Ñ?Ñ? папка"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "Ð?апка не може да Ñ?е копиÑ?а вÑ?Ñ?Ñ?Ñ? папка"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "ЦелевиÑ?Ñ? Ñ?айл Ñ?Ñ?Ñ?еÑ?Ñ?вÑ?ва"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "Ð?апкаÑ?а не може да Ñ?е копиÑ?а Ñ?екÑ?Ñ?Ñ?ивно"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "Ð?е може да Ñ?е копиÑ?а Ñ?пеÑ?иален Ñ?айл"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "Ð?ададена е непÑ?авилна Ñ?Ñ?ойноÑ?Ñ? на Ñ?имволна вÑ?Ñ?зка"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "Ð?е Ñ?е поддÑ?Ñ?жа коÑ?Ñ?е"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ФайловиÑ?е имена не могаÑ? да Ñ?Ñ?дÑ?Ñ?жаÑ? â??%câ??"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "Ñ?омÑ?Ñ? не поддÑ?Ñ?жа монÑ?иÑ?ане"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "Ð?е е Ñ?егиÑ?Ñ?Ñ?иÑ?ано пÑ?иложение за обÑ?абоÑ?ка на Ñ?ози вид Ñ?айлове"
@@ -1411,7 +1426,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "Ð?ейÑ?Ñ?виÑ?Ñ?а вÑ?Ñ?Ñ?Ñ? поÑ?ока не Ñ?а пÑ?ивÑ?Ñ?Ñ?или"
@@ -1424,115 +1439,120 @@ msgstr "Ð?Ñ?ма доÑ?Ñ?аÑ?Ñ?Ñ?но мÑ?Ñ?Ñ?о за адÑ?еÑ?а на гнез
msgid "Unsupported socket address"
msgstr "Ð?еподдÑ?Ñ?жан адÑ?еÑ? на гнездо"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
"СÑ?андаÑ?Ñ?ниÑ?Ñ? даÑ?Ñ?ик за монÑ?иÑ?ане на локални папки не може да Ñ?е оÑ?кÑ?ие "
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Ð?епÑ?авилно име на Ñ?айл: %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и полÑ?Ñ?аване на инÑ?оÑ?маÑ?иÑ? за Ñ?айловаÑ?а Ñ?иÑ?Ñ?ема: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Ð?оÑ?еноваÑ?а папка не може да Ñ?е пÑ?еименÑ?ва"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и пÑ?еименÑ?ване на Ñ?айл: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "ФайлÑ?Ñ? не може да Ñ?е пÑ?еименÑ?ва â?? Ñ?Ñ?Ñ?еÑ?Ñ?вÑ?ва дÑ?Ñ?г Ñ?айл Ñ? Ñ?акова име"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Ð?епÑ?авилно име на Ñ?айл"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и оÑ?ваÑ?Ñ?не на Ñ?айл: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Ð?апкаÑ?а не може да бÑ?де оÑ?воÑ?ена"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и изÑ?Ñ?иване на Ñ?айл: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и пÑ?емеÑ?Ñ?ване на Ñ?айл в коÑ?Ñ?еÑ?о: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Ð?еÑ?Ñ?пеÑ? пÑ?и Ñ?Ñ?здаване на папкаÑ?а за коÑ?Ñ?е â??%sâ??: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "Ð?е може да Ñ?е оÑ?кÑ?ие най-гоÑ?наÑ?а папка за коÑ?Ñ?е"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "Ð?е може да Ñ?е Ñ?Ñ?здаде папкаÑ?а за коÑ?Ñ?е"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Ð?еÑ?Ñ?пеÑ? пÑ?и Ñ?Ñ?здаване на Ñ?айл Ñ? инÑ?оÑ?маÑ?иÑ? за коÑ?Ñ?еÑ?о: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Ð?еÑ?Ñ?пеÑ? пÑ?и пÑ?емеÑ?Ñ?ване на Ñ?айл в коÑ?Ñ?еÑ?о: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и Ñ?Ñ?здаване на папка: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Ð?еÑ?Ñ?пеÑ? пÑ?и Ñ?еÑ?ене на Ñ?имволнаÑ?а вÑ?Ñ?зка â??%sâ??: %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и Ñ?Ñ?здаване на Ñ?имволна вÑ?Ñ?зка: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и пÑ?емеÑ?Ñ?ване на Ñ?айл: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Ð?апка не може да бÑ?де пÑ?емеÑ?Ñ?ена вÑ?Ñ?Ñ?Ñ? папка"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Ð?еÑ?Ñ?пеÑ?но Ñ?Ñ?здаване на Ñ?езеÑ?вен Ñ?айл"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и пÑ?емаÑ?ване на Ñ?елевиÑ? Ñ?айл: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "Ð?е Ñ?е поддÑ?Ñ?жа меÑ?Ñ?ене междÑ? монÑ?иÑ?ани меÑ?Ñ?оположениÑ?"
@@ -1553,102 +1573,102 @@ msgstr "Ð?епÑ?авилно име на допÑ?лниÑ?елен аÑ?Ñ?ибÑ?Ñ?
msgid "Error setting extended attribute '%s': %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и задаване на допÑ?лниÑ?елен аÑ?Ñ?ибÑ?Ñ? â??%sâ??: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и полÑ?Ñ?аване на Ñ?Ñ?Ñ?Ñ?оÑ?ниеÑ?о на Ñ?айл â??%sâ??: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (непÑ?авилно кодиÑ?ане)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и полÑ?Ñ?аване на Ñ?Ñ?Ñ?Ñ?оÑ?ниеÑ?о на Ñ?айловиÑ? деÑ?кÑ?ипÑ?оÑ?: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ð?епÑ?авилен вид на аÑ?Ñ?ибÑ?Ñ? (оÑ?акваÑ?е Ñ?е uint32)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ð?епÑ?авилен вид на аÑ?Ñ?ибÑ?Ñ? (оÑ?акваÑ?е Ñ?е uint64)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Ð?епÑ?авилен вид на аÑ?Ñ?ибÑ?Ñ? (оÑ?акваÑ?е Ñ?е низ оÑ? байÑ?ове)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "Ð?Ñ?еÑ?ка пÑ?и задаване на пÑ?аваÑ?а за доÑ?Ñ?Ñ?п на Ñ?имволнаÑ?а вÑ?Ñ?зка"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и задаване на пÑ?аваÑ?а за доÑ?Ñ?Ñ?п: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и задаване на Ñ?обÑ?Ñ?веник: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "Ñ?имволнаÑ?а вÑ?Ñ?зка Ñ?Ñ?Ñ?бва да не е NULL"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и задаване на Ñ?имволна вÑ?Ñ?зка: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "Ð?Ñ?еÑ?ка пÑ?и задаване на Ñ?имволна вÑ?Ñ?зка: Ñ?айлÑ?Ñ? не е Ñ?акава"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и задаване на вÑ?емеÑ?о на пÑ?омÑ?на или доÑ?Ñ?Ñ?п: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "Ð?онÑ?екÑ?Ñ?Ñ?Ñ? на SELinux Ñ?Ñ?Ñ?бва да не е NULL"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и задаване на конÑ?екÑ?Ñ?а на SELinux: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux не е вклÑ?Ñ?ен на Ñ?ази Ñ?иÑ?Ñ?ема"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Ð?е Ñ?е поддÑ?Ñ?жа задаванеÑ?о на аÑ?Ñ?ибÑ?Ñ?а %s"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и Ñ?еÑ?ене оÑ? Ñ?айл: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и Ñ?Ñ?Ñ?Ñ?ене вÑ?в Ñ?айл: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и заÑ?ваÑ?Ñ?не на Ñ?айл: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "СÑ?андаÑ?Ñ?ниÑ?Ñ? даÑ?Ñ?ик за локални Ñ?айлове не може да Ñ?е оÑ?кÑ?ие "
@@ -1729,51 +1749,56 @@ msgstr "Ð?еÑ?Ñ?пеÑ? пÑ?и пÑ?еоÑ?азмеÑ?Ñ?ванеÑ?о на изÑ?од
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "монÑ?иÑ?аниÑ?Ñ? обекÑ? не поддÑ?Ñ?жа демонÑ?иÑ?ане"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "монÑ?иÑ?аниÑ?Ñ? обекÑ? не поддÑ?Ñ?жа изваждане"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
"монÑ?иÑ?аниÑ?Ñ? обекÑ? не поддÑ?Ñ?жа ниÑ?о демонÑ?иÑ?ане, ниÑ?о демонÑ?иÑ?ане Ñ? дейÑ?Ñ?вие"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
"монÑ?иÑ?аниÑ?Ñ? обекÑ? не поддÑ?Ñ?жа ниÑ?о изваждане, ниÑ?о изваждане Ñ? дейÑ?Ñ?вие"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "монÑ?иÑ?аниÑ?Ñ? обекÑ? не поддÑ?Ñ?жа Ñ?инÑ?Ñ?онно оÑ?кÑ?иване на вида"
@@ -1782,11 +1807,11 @@ msgstr "монÑ?иÑ?аниÑ?Ñ? обекÑ? не поддÑ?Ñ?жа Ñ?инÑ?Ñ?онн
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "Ð?меÑ?о на Ñ?оÑ?Ñ?а â??%sâ?? Ñ?Ñ?дÑ?Ñ?жа â??[â??, но липÑ?ва â??]â??"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "Ð?зÑ?одниÑ?Ñ? поÑ?ок не поддÑ?Ñ?жа запиÑ?"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "Ð?зÑ?одниÑ?Ñ? поÑ?ок веÑ?е е заÑ?воÑ?ен"
@@ -1918,7 +1943,7 @@ msgstr "Ð?Ñ?еÑ?ка пÑ?и изпÑ?аÑ?ане на Ñ?Ñ?обÑ?ение: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage не Ñ?е поддÑ?Ñ?жа под УиндоÑ?Ñ?"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и изпÑ?аÑ?ане на Ñ?Ñ?обÑ?ение: %s"
diff --git a/po/bn.po b/po/bn.po
index 2f8eae9..3fe18e9 100644
--- a/po/bn.po
+++ b/po/bn.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: bn\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-25 20:54+0600\n"
"Last-Translator: Saad M Niamatullah <saadmniamatullah gmail com>\n"
"Language-Team: Bengali <ankur-bd-l10n googlegroups com>\n"
@@ -93,70 +93,70 @@ msgstr "'%s' নাম� ��ন� ��যাপ�লি��শন�
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "exec লা�ন '%s'-�ির URI '%s' সহ প�রসারণ �রত� ব�যর�থ"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "'%s' ���ষরমালা থ��� '%s'-� র�পান�তর �রা সমর�থিত ন�"
# sam: র�পান�তর�ার�
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' থ��� '%s' র�পান�তর�ার� ��লা যা�নি"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "র�পান�তর �রার �ন�য প�রদত�ত �নপ���র মধ�য� বা���র �ন���রম সঠি� ন�"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "র�পান�তর �র�ম স���ালন�াল�র ��পন�ন ত�র��ি: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "প�রদত�ত �নপ���র �ন�ত� ��শি� ���ষর �ন���রম"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "ফলব�যা� '%s' থ��� '%s' ��ড-স��� পরিবর�তন �রা যা�নি"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s'-�ি \"file\" স��িম ব�যবহার�ার� স�নিশ��িত URI ন�"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "সà§?থানà§?à§? ফাà¦?ল URI '%s'-à¦?র মধà§?যà§? '#' à¦?িহà§?ন à¦?নà§?তরà§?à¦à§?à¦?à§?ত à¦?রা যাবà§? না"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' ব�ধ ন�"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI '%s'-�র হ�স��-ন�ম ব�ধ ন�"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s'-�র মধ�য� �ব�ধর�প� �স���প ���ষর ব�যবহার �রা হ����"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "'%s' পাথ�ি স�নিশ��িত ন�"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "হ�স��-ন�ম ব�ধ ন�"
@@ -165,119 +165,134 @@ msgstr "হ�স��-ন�ম ব�ধ ন�"
msgid "Error opening directory '%s': %s"
msgstr "'%s' ডির����রি ��লত� ব�যর�থ: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "%lu বা��, \"%s\" ফা�ল প�ার �ন�য বরাদ�দ �রা যা�নি"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "'%s' ফা�ল প�ত� সমস�যা: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "\"%s\" ফা�ল �ত�যাধি� ব�"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "'%s' ফা�ল থ��� প�ত� ব�যর�থ: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "'%s' ফা�ল ��লত� ব�যর�থ: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "'%s' ফা�ল�র ব�শিষ���য প�রাপ�ত �রত� ব�যর�থ: fstat() ব�যর�থ: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "'%s' ফা�ল ��লত� ব�যর�থ: fdopen() ব�যর�থ: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "'%s' ফা�ল�র নাম '%s'-� পরিবর�তন �রত� ব�যর�থ: g_rename() ব�যর�থ: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "'%s' ফা�ল ত�রি �রত� ব�যর�থ: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "ল��ার �দ�দ�শ�য� '%s' ��লত� ব�যর�থ: fdopen() ব�যর�থ: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "'%s' ফা�ল� লি�ত� ব�যর�থ: fwrite() ব�যর�থ: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "'%s' ফা�ল� লি�ত� ব�যর�থ: fflush() ব�যর�থ: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "'%s' ফা�ল� লি�ত� ব�যর�থ: fsync() ব�যর�থ: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "'%s' ফা�ল বন�ধ �রত� ব�যর�থ: fclose() ব�যর�থ: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "বিদ�যমান ফা�ল '%s' �পসারিত �রা যা�নি: g_unlink() ব�যর�থ: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "নম�না '%s' সঠি� ন�, '%s' থা�া ��িত ন�"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "'%s' à¦?à§?মপà§?লà§?à¦?à§?র মধà§?যà§? XXXXXX à¦?নà§?তরà§?à¦à§?à¦?à§?ত নà§?à¦?"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "'%s' সিম�ব�লি��� লি��� প�ত� ব�যর�থ: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "সিম�ব�লি� লি��� সমর�থিত ন�"
@@ -539,7 +554,7 @@ msgstr "ব�যা�-��যা� �রার স�নির�দিষ
msgid "the pattern contains items not supported for partial matching"
msgstr "à¦?লà§?লিà¦?িত বিনà§?যাসà¦?ির মধà§?যà§? à¦?নà§?তরà§?à¦à§?à¦?à§?ত সামà¦?à§?রà§?, à¦?à¦?শিà¦? মিল à¦?নà§?সনà§?ধানà§? সমরà§?থিত নà§?"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "à¦?à¦à§?যনà§?তরà§?ণ তà§?রà§?à¦?ি"
@@ -1122,17 +1137,17 @@ msgstr "'%s' মান ব�লি�ান র�প� ব�যা��য
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "%s-�র �ন�য �ল�লি�িত �ণনার মান �ত�যাধি� ব�"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "স���রিম বর�তমান বন�ধ হ����"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "�র�ম বাতিল �রা হ����"
@@ -1155,34 +1170,34 @@ msgstr "%s ধরন"
msgid "Unexpected early end-of-stream"
msgstr "সà§?à¦?à§?রিমà§?র সমাপà§?তিসà§?থল à¦?পà§?রতà§?যাশিতà¦à¦¾à¦¬à§? শà§?à¦?à§?র পাà¦?à§?া à¦?িà§?à§?à¦?à§?"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "নামবিহ�ন"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "ড�স���প ফা�ল�র মধ�য� Exec ফিল�ড �ল�ল�� �রা ন��"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "��যাপ�লি��শন�র �ন�য �বশ�য� �ার�মিনাল পা��া যা�নি"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "���ার ��যাপ�লি��শন�র �নফি�ার�শন ফ�ল�ডার %s ত�রি �রত� ব�যর�থ: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "���ার MIME �নফি�ার�শন ফ�ল�ডার %s ত�রি �রত� ব�যর�থ: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "���ার ড�স���প ফা�ল %s ত�রি �রত� ব�যর�থ"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "%s-�র �ন�য স�বনির�ধারত ব�যা��যা"
@@ -1234,13 +1249,13 @@ msgstr "GEmblemedIcon �ন��ডি�-�র মধ�য� �পস�
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "GEmblemedIcon-�র �ন�য ���ি GEmblem প�রত�যাশিত"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "�র�ম সমর�থিত ন�"
@@ -1253,49 +1268,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "ধারণ�ার� মা�ন�� �পস�থিত ন��"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "ডির����রির �পর� �পি �রা যাব� না"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "ডির����রির �পর ডির����রি �পি �রা যা�নি"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "�দ�দিষ�� ফা�ল �পস�থিত র����"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "রিà¦?ারà§?সিঠà¦à¦¾à¦¬à§? ডিরà§?à¦?à§?à¦?রি à¦?পি à¦?রা যাবà§? না"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "বিশ�ষ ফা�ল �পি �রা যাব� না"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "�ব�ধ symlink মান �পলব�ধ �রা হ����"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "�বর��না সমর�থিত ন�"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ফা�ল�র নাম�র মধ�য� '%c' ব�যবহার �রা যাব� না"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "à¦à¦²à¦¿à¦?ম দà§?বারা mount বà§?যবহার à¦?রা হà§? না"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "�িহ�নিত ফা�ল ব�যবস�থাপনার �দ�দ�শ�য� ��ন� ��যাপ�লি��শন নিবন�ধিত হ�নি"
@@ -1384,7 +1399,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "স���রিম�র ��ষ�ত�র� �সমাপ�ত �র�ম �পস�থিত র����"
@@ -1397,115 +1412,120 @@ msgstr "স����র ঠি�ানার �ন�য পর�যাপ
msgid "Unsupported socket address"
msgstr "স����র ঠি�ানা সমর�থিত ন�"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "স�থান�� ডির����রি নি�ন�ত�রণ�র ডিফল�� ধরন সন�ধান �রত� ব�যর�থ"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "ফা�ল�র নাম �ব�ধ: %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "ফা�ল-সিস���ম স���রান�ত তথ�য প�রাপ�ত �রত� সমস�যা: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "root ডিরà§?à¦?à§?à¦?রির নাম পরিবরà§?তন à¦?রা সমà§?à¦à¦¬ নà§?"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "ফা�ল�র নাম পরিবর�তন� সমস�যা: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
"ফা�ল�র নাম পরিবর�তন �রা যা�নি, নত�ন নাম�র ���ি ফা�ল�র নাম বর�তমান� �পস�থিত র����"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "ফা�ল�র নাম ব�ধ ন�"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "ফা�ল ��লত� সমস�যা: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "ডির����রি ��লত� সমস�যা"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "ফা�ল ম��� ফ�লত� সমস�যা: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "ফা�ল�ি �বর��না� স�থানান�তর �রত� সমস�যা: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "�বর��নার ডির����রি %s ত�রি �রত� সমস�যা: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "�বর��নার �র�ধ�বতন ডির����রি সনা��ত �রত� ব�যর�থ"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "�বর��নার ডির����রি সনা��ত �থবা ত�রি �রত� ব�যর�থ"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "trashing info ফা�ল ত�রি �রত� ব�যর�থ: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "ফা�ল বর��ন �রত� ব�যর�থ: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "ডির����রি ত�রি �রত� ত�র��ি: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "'%s' সিম�ব�লি��� লি��� প�ত� ব�যর�থ: %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "সিমà§?â??বলিà¦? লিà¦?à§?à¦? তà§?রি à¦?রতà§? তà§?রà§?à¦?ি: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "ফা�ল স�থানান�তর �রত� ত�র��ি: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "ডির����রির �পর ডির����রি স�থানান�তর �রা যাব� না"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "ব�যা�-�প ফা�ল ত�রি �রত� ব�যর�থ"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "�দ�দিষ�� ফা�ল ম��� ফ�লত� সমস�যা: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "মাà¦?নà§?à¦? à¦?রা à¦?বসà§?থানà§?র মধà§?যà§? সà§?থানানà§?তর à¦?রা সমà§?à¦à¦¬ নà§?"
@@ -1526,102 +1546,102 @@ msgstr "প�রসারিত ��যা��রিবি���র ন
msgid "Error setting extended attribute '%s': %s"
msgstr "প�রসারিত ��যা��রিবি�� '%s'-�� নির�ধারণ �রত� ব�যর�থ: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "ফা�ল '%s' stat �রত� ব�যর�থ: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (�ব�ধ �ন��ডি�)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "ফা�ল�র বিবরণ stat �রত� সমস�যা: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "��যা��রিবি���র ধরন ব�ধ ন� (প�রত�যাশিত uint32)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "��যা��রিবি���র ধরন ব�ধ ন� (প�রত�যাশিত uint64)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "��যা��রিবি���র ধরন ব�ধ ন� (byte string প�রত�যাশিত)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "সিমলি���র �ন�মতি নির�ধারণ �রত� ব�যর�থ"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "�ন�মতি নির�ধারণ �রত� সমস�যা: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "মালি�ানা নির�ধারণ �রত� সমস�যা: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "সিমà§?â??-লিà¦?à§?à¦? NULL-বà§?যাতà§?ত মান হà¦?à§?া à¦?বশà§?যà¦?"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "সিমà§?â??-লিà¦?à§?à¦? নিরà§?ধারণ à¦?রতà§? সমসà§?যা: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "সিমà§?â??-লিà¦?à§?à¦? নিরà§?ধারণ à¦?রতà§? তà§?রà§?à¦?ি: ফাà¦?লà¦?ি সিমà§?â??-লিà¦?à§?à¦? নà§?"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "পরিবর�তন �থবা ব�যবহার�র সম� নির�ধারণ �রত� সমস�যা: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux �ন����স��র NULL-ব�যাত�ত মান হ��া �বশ�য�"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "SELinux �ন����স� নির�ধারণ �রত� ব�যর�থ: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "�� সিস���ম� SELinux স��রি� �রা হ�নি"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "%s ��যা��রিবি���র মান নির�ধারণ সমর�থিত ন�"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "ফা�ল থ��� প�ত� সমস�যা: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "ফা�ল�র মধ�য� seek �রত� সমস�যা: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "ফা�ল বন�ধ �রত� সমস�যা: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "স�থান�� ডির����রি নি�ন�ত�রণ�র ডিফল�� ধরন সন�ধান �রত� ব�যর�থ"
@@ -1702,51 +1722,56 @@ msgstr "ম�মরি ���প�� স���রিম�র মাপ
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "mount à¦?রা বসà§?তà§?র à¦?à§?ষà§?তà§?রà§? unmount বà§?যবহার à¦?রা সমà§?à¦à¦¬ নà§?"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "mount à¦?রা বসà§?তà§?র à¦?à§?ষà§?তà§?রà§? eject বà§?যবহার à¦?রা সমà§?à¦à¦¬ নà§?"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
"mount à¦?রা বসà§?তà§?র à¦?à§?ষà§?তà§?রà§? unmount à¦?থবা unmount_with_operation বà§?যবহার à¦?রা সমà§?à¦à¦¬ নà§?"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
"mount à¦?রা বসà§?তà§?র à¦?à§?ষà§?তà§?রà§? eject à¦?থবা eject_with_operation বà§?যবহার à¦?রা সমà§?à¦à¦¬ নà§?"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+msgid "mount doesn't implement \"remount\""
msgstr "mount à¦?রা বসà§?তà§?র à¦?à§?ষà§?তà§?রà§? remount বà§?যবহার à¦?রা সমà§?à¦à¦¬ নà§?"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:797
+#: gio/gmount.c:828
msgid "mount doesn't implement content type guessing"
msgstr "mount দà§?বারা সামà¦?à§?রà§?র ধরন à¦?নà§?মান à¦?রা সমà§?à¦à¦¬ নà§?"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "mount দà§?বারা সà§?সà¦?à¦?তà¦à¦¾à¦¬à§? সামà¦?à§?রà§?র ধরন à¦?নà§?মান à¦?রা সমà§?à¦à¦¬ নà§?"
@@ -1755,11 +1780,11 @@ msgstr "mount দà§?বারা সà§?সà¦?à¦?তà¦à¦¾à¦¬à§? সামà¦?à§?
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "'%s' হ�স��-ন�ম�র মধ�য� '[' �পস�থিত র���� �িন�ত� ']' �ন�পস�থিত"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "���প�� স���রিম দ�বারা write বাস�তবা�িত হ� না"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "ম�ল স���রিম বর�তমান� বন�ধ �রা হ����"
@@ -1891,7 +1916,7 @@ msgstr "বার�তা পাঠাত� ব�যর�থ: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "��ন�ড�ত� GSocketControlMessage সমর�থিত ন�"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "বার�তা প�রাপ�ত �রত� ত�র��ি: %s"
diff --git a/po/bn_IN.po b/po/bn_IN.po
index 1299e99..1fe212c 100644
--- a/po/bn_IN.po
+++ b/po/bn_IN.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: bn_IN\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-15 18:31+0530\n"
"Last-Translator: Runa Bhattacharjee <runab redhat com>\n"
"Language-Team: Bengali INDIA <anubad lists ankur org in>\n"
@@ -93,70 +93,70 @@ msgstr "'%s' নাম� ��ন� ��যাপ�লি��শন�
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "exec প���তি '%s'-�ি URI '%s' সহ প�রসারণ �রত� ব�যর�থ"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "'%s' ���ষরমালা থ��� '%s'-� র�পান�তর �রা যাব� না"
# sam: র�পান�তর�ার�
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' থ��� '%s' র�পান�তর ব�যবস�থা ��লা যা�নি"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "র�পান�তর �রার �ন�য প�রদত�ত �নপ���র মধ�য� বা���র �ন���রম সঠি� ন�"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "র�পান�তর �র�ম স���ালন�াল�র ��পন�ন সমস�যা: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "প�রদত�ত �নপ���র �ন�ত� ��শি� ���ষর �ন���রম"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "ফলব�যা� '%s' থ��� '%s' ��ড-স��� পরিবর�তন �রা যা�নি"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s'-�ি \"file\" স��িম প�র����ার� স�নিশ��িত URI ন�"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "সà§?থানà§?à§? ফাà¦?ল URI '%s'-র মধà§?যà§? '#' à¦?িহà§?ন à¦?নà§?তরà§?à¦à§?à¦?à§?ত à¦?রা যাবà§? না"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' ব�ধ ন�"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI '%s'-র হ�স��-ন�ম ব�ধ ন�"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s'-র মধ�য� �ব�ধর�প� �স���প ���ষর প�র��� �রা হ����"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "'%s' পাথ�ি স�নিশ��িত ন�"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "হ�স��-ন�ম ব�ধ ন�"
@@ -165,119 +165,134 @@ msgstr "হ�স��-ন�ম ব�ধ ন�"
msgid "Error opening directory '%s': %s"
msgstr "'%s' ডির����রি ��লত� ব�যর�থ: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "%lu বা��, \"%s\" ফা�ল প�ার �ন�য বরাদ�দ �রা যা�নি"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "'%s' ফা�ল প�ত� সমস�যা: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "\"%s\" ফা�ল �ত�যাধি� ব�"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "'%s' ফা�ল থ��� প�ত� ব�যর�থ: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "'%s' ফা�ল ��লত� ব�যর�থ: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "'%s' ফা�ল�র ব�শিষ���য প�রাপ�ত �রত� ব�যর�থ: fstat() বিফল: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "'%s' ফা�ল ��লত� ব�যর�থ: fdopen() বিফল: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "'%s' ফা�ল�র নাম '%s'-� পরিবর�তন �রত� ব�যর�থ: g_rename() বিফল: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "'%s' ফা�ল নির�মাণ �রত� ব�যর�থ: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "ল��ার �দ�দ�শ�য� '%s' ��লত� ব�যর�থ: fdopen() বিফল: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "'%s' ফা�ল� লি�ত� ব�যর�থ: fwrite() বিফল: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "'%s' ফা�ল� লি�ত� ব�যর�থ: fflush() বিফল: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "'%s' ফা�ল� লি�ত� ব�যর�থ: fsync() বিফল: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "'%s' ফা�ল বন�ধ �রত� ব�যর�থ: fclose() বিফল: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "বিদ�যমান ফা�ল '%s' �পসারিত �রা যা�নি: g_unlink() ব�যর�থ: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "নম�না '%s' সঠি� ন�, '%s' থা�া ��িত ন�"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "'%s' à¦?à§?মপà§?লà§?à¦?à§?র মধà§?যà§? XXXXXX à¦?নà§?তরà§?à¦à§?à¦?à§?ত নà§?à¦?"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f �িল�বা��"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f ম��াবা��"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f �ি�াবা��"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f �িল�বা��"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f �িল�বা��"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f �িল�বা��"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "'%s' সিম�ব�লি��� লি��� প�ত� ব�যর�থ: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "সিম�ব�লি� লি��� সমর�থিত হ� না"
@@ -538,7 +553,7 @@ msgstr "ব�যা�-��যা� �রার স�নির�দিষ
msgid "the pattern contains items not supported for partial matching"
msgstr "à¦?লà§?লিà¦?িত বিনà§?যাসà¦?ির মধà§?যà§? à¦?নà§?তরà§?à¦à§?à¦?à§?ত সামà¦?à§?রà§?, à¦?à¦?শিà¦? মিল à¦?নà§?সনà§?ধানà§? সমরà§?থিত নà§?"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "à¦?à¦à§?যনà§?তরà§?ণ সমসà§?যা"
@@ -1122,17 +1137,17 @@ msgstr "'%s' মান ব�লি�ান র�প� ব�যা��য
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "%s-র �ন�য �ল�লি�িত �ণনার মান �ত�যাধি� ব�"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "স���রিম বর�তমান বন�ধ হ����"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "�র�ম বাতিল �রা হ����"
@@ -1155,34 +1170,34 @@ msgstr "%s ধরন"
msgid "Unexpected early end-of-stream"
msgstr "সà§?à¦?à§?রিমà§?র সমাপà§?তিসà§?থল à¦?পà§?রতà§?যাশিতà¦à¦¾à¦¬à§? শà§?à¦?à§?র পাà¦?à§?া à¦?িà§?à§?à¦?à§?"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "নামবিহ�ন"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "ড�স���প ফা�ল�র মধ�য� Exec ফিল�ড"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "��যাপ�লি��শন�র �ন�য �বশ�য� �ার�মিনাল পা��া যা�নি"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "���ার ��যাপ�লি��শন�র �নফি�ার�শন ফ�ল�ডার %s নির�মাণ �রত� ব�যর�থ: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "���ার MIME �নফি�ার�শন ফ�ল�ডার %s নির�মাণ �রত� ব�যর�থ: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "���ার ড�স���প ফা�ল %s নির�মাণ �রত� ব�যর�থ"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "%s-র �ন�য স�বনির�ধারত ব�যা��যা"
@@ -1234,13 +1249,13 @@ msgstr "GEmblemedIcon �ন��ডি�-র মধ�য� �পস�থ
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "GEmblemedIcon-র �ন�য ���ি GEmblem প�রত�যাশিত"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "�র�ম সমর�থিত হ� না"
@@ -1253,49 +1268,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "ধারণ�ার� মা�ন�� �পস�থিত ন��"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "ডির����রির �পর� �পি �রা যাব� না"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "ডির����রির �পর ডির����রি �পি �রা যা�নি"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "�দ�দিষ�� ফা�ল �পস�থিত র����"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "রিà¦?ারà§?সিঠà¦à¦¾à¦¬à§? ডিরà§?à¦?à§?à¦?রি à¦?পি à¦?রা যাবà§? না"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "বিশ�ষ ফা�ল �পি �রা যাব� না"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "�ব�ধ সিম-লি��� মান �পলব�ধ �রা হ����"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "�বর��না সমর�থিত হ� না"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ফা�ল�র নাম�র মধ�য� '%c' ব�যবহার �রা যাব� না"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "à¦à¦²à¦¿à¦?ম দà§?বারা mount পà§?রà§?à§?à¦? à¦?রা হà§? না"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "�িহ�নিত ফা�ল ব�যবস�থাপনার �দ�দ�শ�য� ��ন� ��যাপ�লি��শন নিবন�ধিত হ�নি"
@@ -1384,7 +1399,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "স���রিম�র ��ষ�ত�র� �সমাপ�ত �র�ম �পস�থিত র����"
@@ -1397,115 +1412,120 @@ msgstr "স����র ঠি�ানার �ন�য পর�যাপ
msgid "Unsupported socket address"
msgstr "স����র ঠি�ানা সমর�থিত ন�"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "স�থান�� ডির����রি নি�ন�ত�রণ�র ডিফল�� ধরন সন�ধান �রত� ব�যর�থ"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "ফা�ল�র নাম �ব�ধ: %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "ফা�ল-সিস���ম স���রান�ত তথ�য প�রাপ�ত �রত� সমস�যা: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "root ডিরà§?à¦?à§?à¦?রির নাম পরিবরà§?তন à¦?রা সমà§?à¦à¦¬ নà§?"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "ফা�ল�র নাম পরিবর�তন� সমস�যা: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
"ফা�ল�র নাম পরিবর�তন �রা যা�নি, নত�ন নাম�র ���ি ফা�ল�র নাম বর�তমান� �পস�থিত র����"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "ফা�ল�র নাম ব�ধ ন�"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "ফা�ল ��লত� সমস�যা: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "ডির����রি ��লত� সমস�যা"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "ফা�ল ম��� ফ�লত� সমস�যা: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "ফা�ল�ি �বর��না� স�থানান�তর �রত� সমস�যা: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "�বর��নার ডির����রি %s নির�মাণ �রত� সমস�যা: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "�বর��নার �র�ধ�বতন ডির����রি সনা��ত �রত� ব�যর�থ"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "�বর��নার ডির����রি সনা��ত �থবা নির�মাণ �রত� ব�যর�থ"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "trashing info ফা�ল নির�মাণ �রত� ব�যর�থ: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "ফা�ল বর��ন �রত� ব�যর�থ: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "ডির����রি নির�মাণ �রত� ব�যর�থ: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "'%s' সিম�ব�লি��� লি��� প�ত� ব�যর�থ: %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "সিমà§?â??বলিà¦? লিà¦?à§?à¦? নিরà§?মাণ à¦?রতà§? বà§?যরà§?থ: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "ফা�ল স�থানান�তর �রত� সমস�যা: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "ডির����রির �পর ডির����রি স�থানান�তর �রা যাব� না"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "ব�যা�-�প ফা�ল নির�মাণ �রত� ব�যর�থ"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "�দ�দিষ�� ফা�ল ম��� ফ�লত� সমস�যা: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "মাà¦?নà§?à¦? à¦?রা à¦?বসà§?থানà§?র মধà§?যà§? সà§?থানানà§?তর à¦?রা সমà§?à¦à¦¬ নà§?"
@@ -1526,102 +1546,102 @@ msgstr "প�রসারিত ��যা��রিবি���র ন
msgid "Error setting extended attribute '%s': %s"
msgstr "প�রসারিত ��যা��রিবি�� '%s'-�� নির�ধারণ �রত� ব�যর�থ: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "ফা�ল '%s' stat �রত� ব�যর�থ: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (�ব�ধ �ন��ডি�)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "ফা�ল�র বিবরণ stat �রত� সমস�যা: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "��যা��রিবি���র ধরন ব�ধ ন� (প�রত�যাশিত uint32)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "��যা��রিবি���র ধরন ব�ধ ন� (প�রত�যাশিত uint64)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "��যা��রিবি���র ধরন ব�ধ ন� (byte string প�রত�যাশিত)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "সিমলি���র �ন�মতি নির�ধারণ �রত� ব�যর�থ"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "�ন�মতি নির�ধারণ �রত� সমস�যা: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "মালি�ানা নির�ধারণ �রত� সমস�যা: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "সিমà§?â??-লিà¦?à§?à¦? NULL-বà§?যাতà§?ত মান হà¦?à§?া à¦?বশà§?যà¦?"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "সিমà§?â??-লিà¦?à§?à¦? নিরà§?ধারণ à¦?রতà§? সমসà§?যা: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "সিমà§?â??-লিà¦?à§?à¦? নিরà§?ধারণ à¦?রতà§? তà§?রà§?à¦?ি: ফাà¦?লà¦?ি সিমà§?â??-লিà¦?à§?à¦? নà§?"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "পরিবর�তন �থবা ব�যবহার�র সম� নির�ধারণ �রত� সমস�যা: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux �ন����স��র NULL-ব�যাত�ত মান হ��া �বশ�য�"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "SELinux �ন����স� নির�ধারণ �রত� ব�যর�থ: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "�� সিস���ম� SELinux স��রি� �রা হ�নি"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "%s ��যা��রিবি���র মান নির�ধারণ সমর�থিত ন�"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "ফা�ল থ��� প�ত� সমস�যা: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "ফা�ল�র মধ�য� seek �রত� সমস�যা: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "ফা�ল বন�ধ �রত� সমস�যা: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "স�থান�� ডির����রি নি�ন�ত�রণ�র ডিফল�� ধরন সন�ধান �রত� ব�যর�থ"
@@ -1702,51 +1722,56 @@ msgstr "ম�মরি ���প�� স���রিম�র মাপ
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "mount à¦?রা বসà§?তà§?র à¦?à§?ষà§?তà§?রà§? unmount পà§?রà§?à§?à¦? à¦?রা সমà§?à¦à¦¬ হà§?নি"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "mount à¦?রা বসà§?তà§?র à¦?à§?ষà§?তà§?রà§? eject পà§?রà§?à§?à¦? à¦?রা সমà§?à¦à¦¬ হà§?নি"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
"mount à¦?রা বসà§?তà§?র à¦?à§?ষà§?তà§?রà§? unmount à¦?থবা unmount_with_operation পà§?রà§?à§?à¦? à¦?রা সমà§?à¦à¦¬ নà§?"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
"mount à¦?রা বসà§?তà§?র à¦?à§?ষà§?তà§?রà§? eject à¦?থবা eject_with_operation পà§?রà§?à§?à¦? à¦?রা সমà§?à¦à¦¬ নà§?"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+msgid "mount doesn't implement \"remount\""
msgstr "mount à¦?রা বসà§?তà§?র à¦?à§?ষà§?তà§?রà§? remount পà§?রà§?à§?à¦? à¦?রা সমà§?à¦à¦¬ হà§?নি"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:797
+#: gio/gmount.c:828
msgid "mount doesn't implement content type guessing"
msgstr "mount দà§?বারা সামà¦?à§?রà§?র ধরন à¦?নà§?মান à¦?রা সমà§?à¦à¦¬ নà§?"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "mount দà§?বারা সà§?সà¦?à¦?তà¦à¦¾à¦¬à§? সামà¦?à§?রà§?র ধরন à¦?নà§?মান à¦?রা সমà§?à¦à¦¬ নà§?"
@@ -1755,11 +1780,11 @@ msgstr "mount দà§?বারা সà§?সà¦?à¦?তà¦à¦¾à¦¬à§? সামà¦?à§?
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "'%s' হ�স��-ন�ম�র মধ�য� '[' �পস�থিত র���� �িন�ত� ']' �ন�পস�থিত"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "���প�� স���রিম দ�বারা write বাস�তবা�িত হ� না"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "ম�ল স���রিম বর�তমান� বন�ধ �রা হ����"
@@ -1891,7 +1916,7 @@ msgstr "বার�তা পাঠাত� ত�র��ি: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "��ন�ড�র GSocketControlMessage মধ�য� সমর�থিত ন�"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "বার�তা প�রাপ�ত �রত� ত�র��ি: %s"
diff --git a/po/bs.po b/po/bs.po
index dc47180..e8f9280 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.glib-2-4\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\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"
@@ -86,69 +86,69 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "NeuspjeÅ¡no Ä?itanje simboliÄ?kog linka '%s': %s"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Pretvaranje iz skupa znakova '%s' u '%s' nije podržano"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
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:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "NevažeÄ?i niz bajtova u ulaznim podacima za pretvaranje"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Greška tokom pretvaranja: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "DjelimiÄ?an niz znakova na kraju ulaznih podataka"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Ne mogu pretvoriti '%s' u znakovni skup '%s'"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' nije apsolutni URI koristeÄ?i Å¡emu datoteka"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "URI lokalne datoteke '%s' ne smije sadržavati '#'"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' je nevažeÄ?i"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Ime raÄ?unara URI-ja '%s' je nevažeÄ?e"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' sadrži nevažeÄ?e escape znakove"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Putanja '%s' nije absolutna putanja"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "NevažeÄ?e ime raÄ?unara"
@@ -157,119 +157,134 @@ msgstr "NevažeÄ?e ime raÄ?unara"
msgid "Error opening directory '%s': %s"
msgstr "Greška tokom otvaranja direktorija '%s': %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Nisam mogao dodijeliti %lu bajtova za Ä?itanje datoteke \"%s\""
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "GreÅ¡ka tokom Ä?itanja datoteke '%s': %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "NeuspjeÅ¡no Ä?itanje datoteke '%s': %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Neuspješno otvaranje datoteke '%s': %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Neuspješno preuzimanje osobina datoteke '%s': fstat() neuspješan: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Neuspješno otvaranje datoteke '%s': fdopen() neuspješan: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, fuzzy, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Neuspješno otvaranje datoteke '%s': fdopen() neuspješan: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Neuspješno pravljenje datoteke '%s': %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, fuzzy, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Neuspješno otvaranje datoteke '%s': fdopen() neuspješan: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, fuzzy, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Neuspješno otvaranje datoteke '%s': fdopen() neuspješan: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Neuspješno otvaranje datoteke '%s': fdopen() neuspješan: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Neuspješno otvaranje datoteke '%s': fdopen() neuspješan: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, fuzzy, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Neuspješno otvaranje datoteke '%s': fdopen() neuspješan: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "NevažeÄ?i Å¡ablon '%s', ne bi trebao sadržavati '%s'"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, fuzzy, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Šablon '%s' ne završava sa XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, c-format
+msgid "%.1f TB"
+msgstr ""
+
+#: glib/gfileutils.c:1802
+#, c-format
+msgid "%.1f PB"
+msgstr ""
+
+#: glib/gfileutils.c:1807
+#, c-format
+msgid "%.1f EB"
+msgstr ""
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "NeuspjeÅ¡no Ä?itanje simboliÄ?kog linka '%s': %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "SimboliÄ?ki linkovi nisu podržani"
@@ -530,7 +545,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr ""
@@ -1120,17 +1135,17 @@ msgstr ""
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr ""
@@ -1153,34 +1168,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1232,13 +1247,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1252,50 +1267,50 @@ msgstr "SimboliÄ?ki linkovi nisu podržani"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: gio/gfile.c:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr ""
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr ""
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr ""
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
#, fuzzy
msgid "Trash not supported"
msgstr "SimboliÄ?ki linkovi nisu podržani"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr ""
@@ -1384,7 +1399,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr ""
@@ -1397,115 +1412,120 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "NevažeÄ?e ime raÄ?unara"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, fuzzy, c-format
msgid "Error getting filesystem info: %s"
msgstr "GreÅ¡ka tokom Ä?itanja datoteke '%s': %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr ""
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "GreÅ¡ka tokom Ä?itanja datoteke '%s': %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
#, fuzzy
msgid "Invalid filename"
msgstr "NevažeÄ?e ime raÄ?unara"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "GreÅ¡ka tokom Ä?itanja datoteke '%s': %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "GreÅ¡ka tokom Ä?itanja datoteke '%s': %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "GreÅ¡ka tokom Ä?itanja datoteke '%s': %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Neuspješno pravljenje datoteke '%s': %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Neuspješno pravljenje datoteke '%s': %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Neuspješno pravljenje datoteke '%s': %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Greška tokom otvaranja direktorija '%s': %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "NeuspjeÅ¡no Ä?itanje simboliÄ?kog linka '%s': %s"
+
+#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Greška tokom pretvaranja: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "GreÅ¡ka tokom Ä?itanja datoteke '%s': %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "GreÅ¡ka tokom Ä?itanja datoteke '%s': %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr ""
@@ -1527,103 +1547,103 @@ msgstr "NeoÄ?ekivan kraj dokumenta unutar imena osobine"
msgid "Error setting extended attribute '%s': %s"
msgstr "Greška tokom otvaranja direktorija '%s': %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "GreÅ¡ka tokom Ä?itanja datoteke '%s': %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "GreÅ¡ka tokom Ä?itanja datoteke '%s': %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "Greška tokom pretvaranja: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Greška tokom pretvaranja: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Greška tokom pretvaranja: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Greška u %d. redu: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "Greška tokom pretvaranja: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Greška tokom pretvaranja: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "SimboliÄ?ki linkovi nisu podržani"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "GreÅ¡ka tokom Ä?itanja datoteke '%s': %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "GreÅ¡ka tokom Ä?itanja datoteke '%s': %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "GreÅ¡ka tokom Ä?itanja datoteke '%s': %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
@@ -1705,49 +1725,49 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+msgid "mount doesn't implement \"unmount\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+msgid "mount doesn't implement \"eject\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
@@ -1756,11 +1776,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr ""
@@ -1894,7 +1914,7 @@ msgstr "GreÅ¡ka tokom Ä?itanja datoteke '%s': %s"
msgid "GSocketControlMessage not supported on windows"
msgstr ""
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "GreÅ¡ka tokom Ä?itanja datoteke '%s': %s"
diff --git a/po/ca.po b/po/ca.po
index 3cab1e9..0362654 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.8\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-11-29 19:26+0100\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-11-29 19:26+0100\n"
"Last-Translator: Gil Forcada <gilforcada guifi net>\n"
"Language-Team: Catalan <tradgnome softcatala org>\n"
@@ -18,349 +18,348 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-#: ../glib/gbookmarkfile.c:737
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "No s'esperava l'atribut «%s» per a l'element «%s»"
-#: ../glib/gbookmarkfile.c:748 ../glib/gbookmarkfile.c:819
-#: ../glib/gbookmarkfile.c:829 ../glib/gbookmarkfile.c:936
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "No s'ha trobat l'atribut «%s» de l'element «%s»"
-#: ../glib/gbookmarkfile.c:1106 ../glib/gbookmarkfile.c:1171
-#: ../glib/gbookmarkfile.c:1235 ../glib/gbookmarkfile.c:1245
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "No s'esperava l'etiqueta «%s», s'esperava «%s»"
-#: ../glib/gbookmarkfile.c:1131 ../glib/gbookmarkfile.c:1145
-#: ../glib/gbookmarkfile.c:1213 ../glib/gbookmarkfile.c:1265
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "No s'esperava l'etiqueta «%s» dins «%s»"
-#: ../glib/gbookmarkfile.c:1793
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
"No s'ha trobat cap fitxer d'adreces d'interès dins dels directoris de dades"
-#: ../glib/gbookmarkfile.c:1994
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Ja existeix una adreça d'interès per a l'URI «%s»"
-#: ../glib/gbookmarkfile.c:2040 ../glib/gbookmarkfile.c:2198
-#: ../glib/gbookmarkfile.c:2283 ../glib/gbookmarkfile.c:2363
-#: ../glib/gbookmarkfile.c:2448 ../glib/gbookmarkfile.c:2531
-#: ../glib/gbookmarkfile.c:2609 ../glib/gbookmarkfile.c:2688
-#: ../glib/gbookmarkfile.c:2730 ../glib/gbookmarkfile.c:2827
-#: ../glib/gbookmarkfile.c:2953 ../glib/gbookmarkfile.c:3143
-#: ../glib/gbookmarkfile.c:3219 ../glib/gbookmarkfile.c:3384
-#: ../glib/gbookmarkfile.c:3473 ../glib/gbookmarkfile.c:3563
-#: ../glib/gbookmarkfile.c:3691
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "No s'ha trobat cap adreça d'interès per a l'URI «%s»"
-#: ../glib/gbookmarkfile.c:2372
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "No hi ha cap tipus MIME definit a l'adreça d'interès per a l'URI «%s»"
-#: ../glib/gbookmarkfile.c:2457
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr ""
"No hi ha cap senyalador privat definit a l'adreça d'interès per a l'URI «%s»"
-#: ../glib/gbookmarkfile.c:2836
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "No hi ha cap grup establert a l'adreça d'interès per a l'URI «%s»"
-#: ../glib/gbookmarkfile.c:3237 ../glib/gbookmarkfile.c:3394
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr ""
"No hi ha cap aplicació amb el nom «%s» que hagi registrat l'adreça d'interès «%"
"s»"
-#: ../glib/gbookmarkfile.c:3417
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "No s'ha pogut expandir la lÃnia d'execució «%s» amb URI «%s»"
-#: ../glib/gconvert.c:437 ../glib/gconvert.c:515 ../glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, 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:441 ../glib/gconvert.c:519
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, 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:638 ../glib/gconvert.c:1031 ../glib/giochannel.c:1402
-#: ../glib/giochannel.c:1444 ../glib/giochannel.c:2288 ../glib/gutf8.c:964
-#: ../glib/gutf8.c:1419
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
+#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
+#: glib/gutf8.c:1419
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:646 ../glib/gconvert.c:956 ../glib/giochannel.c:1409
-#: ../glib/giochannel.c:2300
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
+#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "S'ha produït un error durant la conversió: %s"
-#: ../glib/gconvert.c:678 ../glib/gutf8.c:960 ../glib/gutf8.c:1170
-#: ../glib/gutf8.c:1311 ../glib/gutf8.c:1415
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gutf8.c:1415
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:928
+#: glib/gconvert.c:928
#, 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:1751
+#: glib/gconvert.c:1751
#, 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:1761
+#: glib/gconvert.c:1761
#, 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:1778
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "L'URI «%s» no és và lid"
-#: ../glib/gconvert.c:1790
+#: glib/gconvert.c:1790
#, 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:1806
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "L'URI «%s» conté carà cters d'escapada invà lids"
-#: ../glib/gconvert.c:1901
+#: glib/gconvert.c:1901
#, 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:1911
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "El nom de l'ordinador no és và lid"
-#: ../glib/gdir.c:112 ../glib/gdir.c:135
+#: glib/gdir.c:112 glib/gdir.c:135
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "S'ha produït un error en obrir el directori «%s»: %s"
-#: ../glib/gfileutils.c:536 ../glib/gfileutils.c:624
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "No s'han pogut assignar %lu bytes per llegir el fitxer «%s»"
-#: ../glib/gfileutils.c:551
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "S'ha produït un error en llegir el fitxer «%s»: %s"
-#: ../glib/gfileutils.c:565
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "El fitxer «%s» és massa gran"
-#: ../glib/gfileutils.c:648
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "No s'ha pogut llegir del fitxer «%s»: %s"
-#: ../glib/gfileutils.c:699 ../glib/gfileutils.c:786
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "No s'ha pogut obrir el fitxer «%s»: %s"
-#: ../glib/gfileutils.c:716 ../glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, 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:750
+#: glib/gfileutils.c:750
#, 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:858
+#: glib/gfileutils.c:858
#, 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:900 ../glib/gfileutils.c:1366
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "No s'ha pogut crear el fitxer «%s»: %s"
-#: ../glib/gfileutils.c:914
+#: glib/gfileutils.c:914
#, 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:939
+#: glib/gfileutils.c:939
#, 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:958
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "No s'ha pogut escriure el fitxer «%s»: ha fallat la funció fflush(): %s"
-#: ../glib/gfileutils.c:987
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "No s'ha pogut escriure el fitxer «%s»: ha fallat la funció fsync(): %s"
-#: ../glib/gfileutils.c:1006
+#: glib/gfileutils.c:1006
#, 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:1124
+#: glib/gfileutils.c:1124
#, 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:1328
+#: glib/gfileutils.c:1328
#, 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:1341
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "La plantilla «%s» no conté XXXXXX"
-#: ../glib/gfileutils.c:1774
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u bytes"
-#: ../glib/gfileutils.c:1782
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1787
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1792
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1797
+#: glib/gfileutils.c:1797
#, c-format
msgid "%.1f TB"
msgstr "%.1f TB"
-#: ../glib/gfileutils.c:1802
+#: glib/gfileutils.c:1802
#, c-format
msgid "%.1f PB"
msgstr "%.1f PB"
-#: ../glib/gfileutils.c:1807
+#: glib/gfileutils.c:1807
#, c-format
msgid "%.1f EB"
msgstr "%.1f EB"
-#: ../glib/gfileutils.c:1850
+#: glib/gfileutils.c:1850
#, 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:1871
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "No es poden utilitzar els enllaços simbòlics"
-#: ../glib/giochannel.c:1234
+#: glib/giochannel.c:1234
#, 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:1579
+#: glib/giochannel.c:1579
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:1626 ../glib/giochannel.c:1884
-#: ../glib/giochannel.c:1971
+#: glib/giochannel.c:1626 glib/giochannel.c:1884 glib/giochannel.c:1971
msgid "Leftover unconverted data in read buffer"
msgstr "A la memòria intermèdia de lectura hi ha dades sobrants no convertides"
-#: ../glib/giochannel.c:1707 ../glib/giochannel.c:1784
+#: glib/giochannel.c:1707 glib/giochannel.c:1784
msgid "Channel terminates in a partial character"
msgstr "El canal acaba en un carà cter parcial"
-#: ../glib/giochannel.c:1770
+#: glib/giochannel.c:1770
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:123
+#: glib/gmappedfile.c:123
#, 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:201
+#: glib/gmappedfile.c:201
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "No s'ha pogut mapar el fitxer «%s»: ha fallat la funció mmap(): %s"
-#: ../glib/gmarkup.c:303 ../glib/gmarkup.c:343
+#: glib/gmarkup.c:303 glib/gmarkup.c:343
#, 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:363 ../glib/gmarkup.c:441
+#: glib/gmarkup.c:363 glib/gmarkup.c:441
#, c-format
msgid "Invalid UTF-8 encoded text in name - not valid '%s'"
msgstr "El nom conté carà cters UTF-8 no và lids: «%s»"
-#: ../glib/gmarkup.c:374
+#: glib/gmarkup.c:374
#, c-format
msgid "'%s' is not a valid name "
msgstr "«%s» no és un nom và lid "
-#: ../glib/gmarkup.c:390
+#: glib/gmarkup.c:390
#, c-format
msgid "'%s' is not a valid name: '%c' "
msgstr "«%s» no és un nom và lid: «%c» "
-#: ../glib/gmarkup.c:494
+#: glib/gmarkup.c:494
#, c-format
msgid "Error on line %d: %s"
msgstr "S'ha produït un error a la lÃnia %d: %s"
-#: ../glib/gmarkup.c:578
+#: glib/gmarkup.c:578
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -369,7 +368,7 @@ msgstr ""
"No s'ha pogut analitzar «%-.*s», hi hauria d'haver hagut un dÃgit dins un "
"carà cter de referència (per exemple ê) - potser el dÃgit és massa llarg"
-#: ../glib/gmarkup.c:590
+#: glib/gmarkup.c:590
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,24 +378,24 @@ msgstr ""
"utilitzat un carà cter «&» sense intenció d'iniciar una entitat. Substituïu el "
"carà cter «&» per &"
-#: ../glib/gmarkup.c:616
+#: glib/gmarkup.c:616
#, 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:654
+#: glib/gmarkup.c:654
msgid ""
"Empty entity '&;' seen; valid entities are: & " < > '"
msgstr ""
"S'ha vist una entitat buida «&;». Les entitats và lides són: & " < "
"> '"
-#: ../glib/gmarkup.c:662
+#: glib/gmarkup.c:662
#, c-format
msgid "Entity name '%-.*s' is not known"
msgstr "Es desconeix el nom d'entitat «%-.*s»"
-#: ../glib/gmarkup.c:667
+#: glib/gmarkup.c:667
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &"
@@ -404,11 +403,11 @@ 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 &"
-#: ../glib/gmarkup.c:1014
+#: glib/gmarkup.c:1014
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:1054
+#: glib/gmarkup.c:1054
#, 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:1122
+#: glib/gmarkup.c:1122
#, 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:1206
+#: glib/gmarkup.c:1206
#, 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:1247
+#: glib/gmarkup.c:1247
#, 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:1291
+#: glib/gmarkup.c:1291
#, 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:1425
+#: glib/gmarkup.c:1425
#, 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:1461
+#: glib/gmarkup.c:1461
#, 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:1472
+#: glib/gmarkup.c:1472
#, 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:1481
+#: glib/gmarkup.c:1481
#, 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:1648
+#: glib/gmarkup.c:1648
msgid "Document was empty or contained only whitespace"
msgstr "El document era buit o només contenia espais en blanc"
-#: ../glib/gmarkup.c:1662
+#: glib/gmarkup.c:1662
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:1670 ../glib/gmarkup.c:1715
+#: glib/gmarkup.c:1670 glib/gmarkup.c:1715
#, 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:1678
+#: glib/gmarkup.c:1678
#, 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:1684
+#: glib/gmarkup.c:1684
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:1690
+#: glib/gmarkup.c:1690
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:1695
+#: glib/gmarkup.c:1695
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:1701
+#: glib/gmarkup.c:1701
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -532,409 +531,407 @@ 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:1708
+#: glib/gmarkup.c:1708
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:1724
+#: glib/gmarkup.c:1724
#, 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:1730
+#: glib/gmarkup.c:1730
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:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
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 «(?[+-]dÃgits» 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 entrar en bucle 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:522 ../glib/gregex.c:1603
+#: glib/gregex.c:522 glib/gregex.c:1603
#, 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:1094
+#: glib/gregex.c:1094
msgid "PCRE library is compiled without UTF8 support"
msgstr "La biblioteca PCRE no està compilada per interpretar UTF8"
-#: ../glib/gregex.c:1103
+#: glib/gregex.c:1103
msgid "PCRE library is compiled without UTF8 properties support"
msgstr ""
"La biblioteca PCRE no està compilada per interpretar les propietats UTF8"
-#: ../glib/gregex.c:1157
+#: glib/gregex.c:1157
#, 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:1193
+#: glib/gregex.c:1193
#, 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:2031
+#: glib/gregex.c:2031
msgid "hexadecimal digit or '}' expected"
msgstr "s'esperava un dÃgit hexadecimal o bé «}»"
-#: ../glib/gregex.c:2047
+#: glib/gregex.c:2047
msgid "hexadecimal digit expected"
msgstr "s'esperava un dÃgit hexadecimal"
-#: ../glib/gregex.c:2087
+#: glib/gregex.c:2087
msgid "missing '<' in symbolic reference"
msgstr "falta un «<» en la referència simbòlica"
-#: ../glib/gregex.c:2096
+#: glib/gregex.c:2096
msgid "unfinished symbolic reference"
msgstr "la referència simbòlica no està acabada"
-#: ../glib/gregex.c:2103
+#: glib/gregex.c:2103
msgid "zero-length symbolic reference"
msgstr "referència simbòlica de longitud zero"
-#: ../glib/gregex.c:2114
+#: glib/gregex.c:2114
msgid "digit expected"
msgstr "s'esperava un dÃgit"
-#: ../glib/gregex.c:2132
+#: glib/gregex.c:2132
msgid "illegal symbolic reference"
msgstr "la referència simbòlica no és và lida"
-#: ../glib/gregex.c:2194
+#: glib/gregex.c:2194
msgid "stray final '\\'"
msgstr "«\\» final extraviat"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
msgid "unknown escape sequence"
msgstr "no es reconeix la seqüència d'escapament"
-#: ../glib/gregex.c:2208
+#: glib/gregex.c:2208
#, 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
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
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:300 ../glib/gspawn.c:1480
+#: glib/gspawn-win32.c:300 glib/gspawn.c:1480
#, 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:339 ../glib/gspawn-win32.c:347 ../glib/gspawn.c:1139
+#: glib/gspawn-win32.c:339 glib/gspawn-win32.c:347 glib/gspawn.c:1139
#, 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:370 ../glib/gspawn.c:1346
+#: glib/gspawn-win32.c:370 glib/gspawn.c:1346
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "No s'ha pogut canviar al directori «%s» (%s)"
-#: ../glib/gspawn-win32.c:376 ../glib/gspawn-win32.c:495
+#: glib/gspawn-win32.c:376 glib/gspawn-win32.c:495
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "No s'ha pogut executar el procés fill (%s)"
-#: ../glib/gspawn-win32.c:445
+#: glib/gspawn-win32.c:445
#, c-format
msgid "Invalid program name: %s"
msgstr "El nom del programa no és và lid: %s"
-#: ../glib/gspawn-win32.c:455 ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1279
+#: glib/gspawn-win32.c:455 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1279
#, 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:466 ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1312
+#: glib/gspawn-win32.c:466 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1312
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Cadena no và lida a l'entorn: %s"
-#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1260
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1260
#, c-format
msgid "Invalid working directory: %s"
msgstr "El directori de treball no és và lid: %s"
-#: ../glib/gspawn-win32.c:784
+#: glib/gspawn-win32.c:784
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "No s'ha pogut executar el programa d'ajuda (%s)"
-#: ../glib/gspawn-win32.c:998
+#: glib/gspawn-win32.c:998
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -942,140 +939,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:190
+#: glib/gspawn.c:190
#, 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:329
+#: glib/gspawn.c:329
#, 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:414
+#: glib/gspawn.c:414
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "S'ha produït un error inesperat en waitpid() (%s)"
-#: ../glib/gspawn.c:1206
+#: glib/gspawn.c:1206
#, c-format
msgid "Failed to fork (%s)"
msgstr "No s'ha pogut bifurcar-se (%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, 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:1366
+#: glib/gspawn.c:1366
#, 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:1375
+#: glib/gspawn.c:1375
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "No s'ha pogut bifurcar el procés fill (%s)"
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, 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:1407
+#: glib/gspawn.c:1407
#, 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:1038
+#: glib/gutf8.c:1038
msgid "Character out of range for UTF-8"
msgstr "El carà cter és fora del rang per a UTF-8"
-#: ../glib/gutf8.c:1138 ../glib/gutf8.c:1147 ../glib/gutf8.c:1279
-#: ../glib/gutf8.c:1288 ../glib/gutf8.c:1429 ../glib/gutf8.c:1525
+#: glib/gutf8.c:1138 glib/gutf8.c:1147 glib/gutf8.c:1279 glib/gutf8.c:1288
+#: glib/gutf8.c:1429 glib/gutf8.c:1525
msgid "Invalid sequence in conversion input"
msgstr "Seqüència no và lida a l'entrada de la conversió"
-#: ../glib/gutf8.c:1440 ../glib/gutf8.c:1536
+#: glib/gutf8.c:1440 glib/gutf8.c:1536
msgid "Character out of range for UTF-16"
msgstr "El carà cter és fora del rang per a UTF-16"
-#: ../glib/goption.c:755
+#: glib/goption.c:755
msgid "Usage:"
msgstr "Forma d'ús:"
-#: ../glib/goption.c:755
+#: glib/goption.c:755
msgid "[OPTION...]"
msgstr "[OPCIÃ?...]"
-#: ../glib/goption.c:861
+#: glib/goption.c:861
msgid "Help Options:"
msgstr "Opcions d'ajuda:"
-#: ../glib/goption.c:862
+#: glib/goption.c:862
msgid "Show help options"
msgstr "Mostra les opcions d'ajuda"
-#: ../glib/goption.c:868
+#: glib/goption.c:868
msgid "Show all help options"
msgstr "Mostra totes les opcions d'ajuda"
-#: ../glib/goption.c:930
+#: glib/goption.c:930
msgid "Application Options:"
msgstr "Opcions de l'aplicació:"
-#: ../glib/goption.c:992 ../glib/goption.c:1062
+#: glib/goption.c:992 glib/goption.c:1062
#, 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:1002 ../glib/goption.c:1070
+#: glib/goption.c:1002 glib/goption.c:1070
#, 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:1027
+#: glib/goption.c:1027
#, 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:1035
+#: glib/goption.c:1035
#, 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:1298 ../glib/goption.c:1377
+#: glib/goption.c:1298 glib/goption.c:1377
#, c-format
msgid "Error parsing option %s"
msgstr "S'ha produït un error en analitzar l'opció %s"
-#: ../glib/goption.c:1408 ../glib/goption.c:1522
+#: glib/goption.c:1408 glib/goption.c:1522
#, c-format
msgid "Missing argument for %s"
msgstr "Manca un argument per a %s"
-#: ../glib/goption.c:1917
+#: glib/goption.c:1917
#, c-format
msgid "Unknown option %s"
msgstr "Es desconeix l'opció %s"
-#: ../glib/gkeyfile.c:362
+#: glib/gkeyfile.c:362
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:397
+#: glib/gkeyfile.c:397
msgid "Not a regular file"
msgstr "No és un fitxer regular"
-#: ../glib/gkeyfile.c:405
+#: glib/gkeyfile.c:405
msgid "File is empty"
msgstr "El fitxer és buit"
-#: ../glib/gkeyfile.c:764
+#: glib/gkeyfile.c:764
#, c-format
msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -1083,56 +1080,56 @@ msgstr ""
"El fitxer de claus conté la lÃnia «%s» que no és una parella clau-valor, grup "
"o comentari"
-#: ../glib/gkeyfile.c:824
+#: glib/gkeyfile.c:824
#, c-format
msgid "Invalid group name: %s"
msgstr "El nom del grup no és và lid: %s"
-#: ../glib/gkeyfile.c:846
+#: glib/gkeyfile.c:846
msgid "Key file does not start with a group"
msgstr "El fitxer de claus no comença amb un grup"
-#: ../glib/gkeyfile.c:872
+#: glib/gkeyfile.c:872
#, c-format
msgid "Invalid key name: %s"
msgstr "El nom de la clau no és và lid: %s"
-#: ../glib/gkeyfile.c:899
+#: glib/gkeyfile.c:899
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "El fitxer de claus conté la codificació no implementada «%s»"
-#: ../glib/gkeyfile.c:1115 ../glib/gkeyfile.c:1277 ../glib/gkeyfile.c:2506
-#: ../glib/gkeyfile.c:2572 ../glib/gkeyfile.c:2707 ../glib/gkeyfile.c:2840
-#: ../glib/gkeyfile.c:2993 ../glib/gkeyfile.c:3180 ../glib/gkeyfile.c:3241
+#: glib/gkeyfile.c:1115 glib/gkeyfile.c:1277 glib/gkeyfile.c:2506
+#: glib/gkeyfile.c:2572 glib/gkeyfile.c:2707 glib/gkeyfile.c:2840
+#: glib/gkeyfile.c:2993 glib/gkeyfile.c:3180 glib/gkeyfile.c:3241
#, c-format
msgid "Key file does not have group '%s'"
msgstr "El fitxer de claus no té el grup «%s»"
-#: ../glib/gkeyfile.c:1289
+#: glib/gkeyfile.c:1289
#, c-format
msgid "Key file does not have key '%s'"
msgstr "El fitxer de claus no té la clau «%s»"
-#: ../glib/gkeyfile.c:1396 ../glib/gkeyfile.c:1511
+#: glib/gkeyfile.c:1396 glib/gkeyfile.c:1511
#, 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:1416 ../glib/gkeyfile.c:1910
+#: glib/gkeyfile.c:1416 glib/gkeyfile.c:1910
#, 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:1531
+#: glib/gkeyfile.c:1531
#, c-format
msgid ""
"Key file contains key '%s' which has a 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:2125 ../glib/gkeyfile.c:2337
+#: glib/gkeyfile.c:2125 glib/gkeyfile.c:2337
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1141,172 +1138,169 @@ msgstr ""
"El fitxer de claus conté la clau «%s» en el grup «%s», que té un valor no "
"interpretable."
-#: ../glib/gkeyfile.c:2521 ../glib/gkeyfile.c:2722 ../glib/gkeyfile.c:3252
+#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2722 glib/gkeyfile.c:3252
#, 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:3486
+#: glib/gkeyfile.c:3486
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:3508
+#: glib/gkeyfile.c:3508
#, 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:3650
+#: glib/gkeyfile.c:3650
#, 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:3664
+#: glib/gkeyfile.c:3664
#, c-format
msgid "Integer value '%s' out of range"
msgstr "El valor enter «%s» és fora del rang"
-#: ../glib/gkeyfile.c:3697
+#: glib/gkeyfile.c:3697
#, 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:3721
+#: glib/gkeyfile.c:3721
#, 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:415 ../gio/gbufferedinputstream.c:496
-#: ../gio/ginputstream.c:186 ../gio/ginputstream.c:318
-#: ../gio/ginputstream.c:557 ../gio/ginputstream.c:682
-#: ../gio/goutputstream.c:198 ../gio/goutputstream.c:657
+#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
+#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "El valor de comptatge passat a %s és massa llarg"
-#: ../gio/gbufferedinputstream.c:883 ../gio/ginputstream.c:892
-#: ../gio/giostream.c:305 ../gio/goutputstream.c:1108
+#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "Ja està tancat el flux"
-#: ../gio/gcancellable.c:433 ../gio/glocalfile.c:2095
-#: ../gio/gsimpleasyncresult.c:648 ../gio/gsimpleasyncresult.c:674
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
+#: gio/gsimpleasyncresult.c:674
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 fitxer %s"
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr "tipus %s"
-#: ../gio/gdatainputstream.c:311
+#: gio/gdatainputstream.c:311
msgid "Unexpected early end-of-stream"
msgstr "No s'esperava un final de flux tant aviat"
-#: ../gio/gdesktopappinfo.c:468 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Sense nom"
-#: ../gio/gdesktopappinfo.c:725
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "El fitxer d'escriptori no especificava el camp d'execució"
-#: ../gio/gdesktopappinfo.c:905
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "No s'ha pogut trobar el terminal que demanava l'aplicació"
-#: ../gio/gdesktopappinfo.c:1113
+#: gio/gdesktopappinfo.c:1113
#, 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:1117
+#: gio/gdesktopappinfo.c:1117
#, 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:1525
+#: gio/gdesktopappinfo.c:1525
#, 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:1639
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "Definició personalitzada per a %s"
-#: ../gio/gdrive.c:409
+#: gio/gdrive.c:409
msgid "drive doesn't implement eject"
msgstr "la unitat no implementa l'expulsió"
#. Translators: This is an error
#. * message for drive objects that
#. * don't implement any of eject or eject_with_operation.
-#: ../gio/gdrive.c:489
+#: gio/gdrive.c:489
msgid "drive doesn't implement eject or eject_with_operation"
msgstr "la unitat no implementa l'expulsió o «eject_with_operation»"
-#: ../gio/gdrive.c:566
+#: gio/gdrive.c:566
msgid "drive doesn't implement polling for media"
msgstr "la unitat no implementa el sondeig per si hi ha un suport"
-#: ../gio/gdrive.c:771
+#: gio/gdrive.c:771
msgid "drive doesn't implement start"
msgstr "la unitat no implementa la inicialització"
-#: ../gio/gdrive.c:873
+#: gio/gdrive.c:873
msgid "drive doesn't implement stop"
msgstr "la unitat no implementa l'aturada"
-#: ../gio/gemblem.c:325
+#: gio/gemblem.c:325
#, c-format
msgid "Can't handle version %d of GEmblem encoding"
msgstr "No es pot gestionar la versió %d de la codificació del GEmblem"
-#: ../gio/gemblem.c:335
+#: gio/gemblem.c:335
#, c-format
msgid "Malformed number of tokens (%d) in GEmblem encoding"
msgstr ""
"Un nombre de testimonis (%d) de la codificació del GEmblem no són formats "
"correctament"
-#: ../gio/gemblemedicon.c:296
+#: gio/gemblemedicon.c:296
#, c-format
msgid "Can't handle version %d of GEmblemedIcon encoding"
msgstr "No es pot gestionar la versió %d de la codificació del GEmblemedIcon"
-#: ../gio/gemblemedicon.c:306
+#: gio/gemblemedicon.c:306
#, c-format
msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding"
msgstr ""
"Un nombre de testimonis (%d) en la codificació del GEmblemedIcon no són "
"formats correctament"
-#: ../gio/gemblemedicon.c:329
+#: gio/gemblemedicon.c:329
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "S'esperava un GEmblem per a un GEmblemedIcon"
-#: ../gio/gfile.c:903 ../gio/gfile.c:1133 ../gio/gfile.c:1268
-#: ../gio/gfile.c:1504 ../gio/gfile.c:1558 ../gio/gfile.c:1615
-#: ../gio/gfile.c:1698 ../gio/gfile.c:1753 ../gio/gfile.c:1813
-#: ../gio/gfile.c:1867 ../gio/gfile.c:3192 ../gio/gfile.c:3246
-#: ../gio/gfile.c:3377 ../gio/gfile.c:3417 ../gio/gfile.c:3744
-#: ../gio/gfile.c:4146 ../gio/gfile.c:4232 ../gio/gfile.c:4321
-#: ../gio/gfile.c:4419 ../gio/gfile.c:4506 ../gio/gfile.c:4599
-#: ../gio/gfile.c:4929 ../gio/gfile.c:5209 ../gio/gfile.c:5278
-#: ../gio/gfile.c:6869 ../gio/gfile.c:6959 ../gio/gfile.c:7045
-#: ../gio/win32/gwinhttpfile.c:441
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
+#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "L'operació no està implementada"
@@ -1318,130 +1312,130 @@ 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:1389 ../gio/glocalfile.c:1066 ../gio/glocalfile.c:1077
-#: ../gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "No existeix el punt de muntatge contenidor"
-#: ../gio/gfile.c:2441 ../gio/glocalfile.c:2251
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "No es pot copiar al directori"
-#: ../gio/gfile.c:2501
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "No es pot copiar el directori al directori"
-#: ../gio/gfile.c:2509 ../gio/glocalfile.c:2260
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "Ja existeix el fitxer de destinació"
-#: ../gio/gfile.c:2527
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "No es pot copiar el directori de forma recursiva"
-#: ../gio/gfile.c:2826
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "No es pot copiar el fitxer especial"
-#: ../gio/gfile.c:3367
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "El valor donat per a l'enllaç simbòlic no és và lid"
-#: ../gio/gfile.c:3460
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "No es pot utilitzar la paperera"
-#: ../gio/gfile.c:3509
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "En els noms de fitxers no pot haver-hi «%c»"
-#: ../gio/gfile.c:5926 ../gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "el volum no implementa el muntatge"
-#: ../gio/gfile.c:6037
+#: gio/gfile.c:6037
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:206
+#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "L'enumerador està tancat"
-#: ../gio/gfileenumerator.c:213 ../gio/gfileenumerator.c:272
-#: ../gio/gfileenumerator.c:372 ../gio/gfileenumerator.c:481
+#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
+#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "L'enumerador de fitxer té una operació pendent"
-#: ../gio/gfileenumerator.c:362 ../gio/gfileenumerator.c:471
+#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "Ja està tancat l'enumerador de fitxer"
-#: ../gio/gfileicon.c:237
+#: gio/gfileicon.c:237
#, c-format
msgid "Can't handle version %d of GFileIcon encoding"
msgstr "No es pot gestionar la versió %d de la codificació del GFileIcon"
-#: ../gio/gfileicon.c:247
+#: gio/gfileicon.c:247
msgid "Malformed input data for GFileIcon"
msgstr "Les dades d'entrada pel GFileIcon no són formades correctament"
-#: ../gio/gfileinputstream.c:155 ../gio/gfileinputstream.c:422
-#: ../gio/gfileiostream.c:171 ../gio/gfileoutputstream.c:170
-#: ../gio/gfileoutputstream.c:525
+#: gio/gfileinputstream.c:155 gio/gfileinputstream.c:422
+#: gio/gfileiostream.c:171 gio/gfileoutputstream.c:170
+#: gio/gfileoutputstream.c:525
msgid "Stream doesn't support query_info"
msgstr "El flux no implementa «query_info»"
-#: ../gio/gfileinputstream.c:337 ../gio/gfileiostream.c:389
-#: ../gio/gfileoutputstream.c:383
+#: gio/gfileinputstream.c:337 gio/gfileiostream.c:389
+#: gio/gfileoutputstream.c:383
msgid "Seek not supported on stream"
msgstr "No està implementada la cerca en el flux"
-#: ../gio/gfileinputstream.c:381
+#: gio/gfileinputstream.c:381
msgid "Truncate not allowed on input stream"
msgstr "No es permet truncar en els fluxs d'entrada"
-#: ../gio/gfileiostream.c:465 ../gio/gfileoutputstream.c:459
+#: gio/gfileiostream.c:465 gio/gfileoutputstream.c:459
msgid "Truncate not supported on stream"
msgstr "No es permet truncar en els fluxos"
-#: ../gio/gicon.c:324
+#: gio/gicon.c:324
#, c-format
msgid "Wrong number of tokens (%d)"
msgstr "Nombre de testimonis erroni (%d)"
-#: ../gio/gicon.c:344
+#: gio/gicon.c:344
#, c-format
msgid "No type for class name %s"
msgstr "El nom de classe %s no té tipus"
-#: ../gio/gicon.c:354
+#: gio/gicon.c:354
#, c-format
msgid "Type %s does not implement the GIcon interface"
msgstr "El tipus %s no implementa la interfÃcie GIcon"
-#: ../gio/gicon.c:365
+#: gio/gicon.c:365
#, c-format
msgid "Type %s is not classed"
msgstr "El tipus %s no té classe"
-#: ../gio/gicon.c:379
+#: gio/gicon.c:379
#, c-format
msgid "Malformed version number: %s"
msgstr "El número de versió no és format correctament: %s"
-#: ../gio/gicon.c:393
+#: gio/gicon.c:393
#, c-format
msgid "Type %s does not implement from_tokens() on the GIcon interface"
msgstr "El tipus %s no implementa «from_tokens()» a la interfÃcie GIcon"
-#: ../gio/gicon.c:469
+#: gio/gicon.c:469
msgid "Can't handle the supplied version the icon encoding"
msgstr ""
"No es pot gestionar la versió proporcionada de la codificació de la icona"
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
msgid "Input stream doesn't implement read"
msgstr "El flux d'entrada no té implementada la lectura"
@@ -1451,354 +1445,353 @@ 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:902 ../gio/giostream.c:315
-#: ../gio/goutputstream.c:1118
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "El flux té una operació pendent"
-#: ../gio/ginetsocketaddress.c:182 ../gio/ginetsocketaddress.c:199
-#: ../gio/gunixsocketaddress.c:174
+#: gio/ginetsocketaddress.c:182 gio/ginetsocketaddress.c:199
+#: gio/gunixsocketaddress.c:174
msgid "Not enough space for socket address"
msgstr "No hi ha prou espai per a l'adreça del sòcol"
-#: ../gio/ginetsocketaddress.c:212
+#: gio/ginetsocketaddress.c:212
msgid "Unsupported socket address"
msgstr "L'adreça de sòcol no és compatible"
-#: ../gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
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:600 ../gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "El nom del fitxer no és và lid: %s"
-#: ../gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, 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:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "No es pot canviar el nom del directori arrel"
-#: ../gio/glocalfile.c:1130 ../gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "S'ha produït un error en canviar el nom del fitxer: %s"
-#: ../gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "No es pot canviar el nom del fitxer, ja existeix aquest nom"
-#: ../gio/glocalfile.c:1152 ../gio/glocalfile.c:2124 ../gio/glocalfile.c:2153
-#: ../gio/glocalfile.c:2313 ../gio/glocalfileoutputstream.c:550
-#: ../gio/glocalfileoutputstream.c:603 ../gio/glocalfileoutputstream.c:648
-#: ../gio/glocalfileoutputstream.c:1130
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
+#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
+#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Nom de fitxer no và lid"
-#: ../gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "S'ha produït un error en obrir el fitxer: %s"
-#: ../gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "No s'ha pogut obrir el directori"
-#: ../gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "S'ha produït un error en suprimir el fitxer: %s"
-#: ../gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, 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:1831
+#: gio/glocalfile.c:1825
#, 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:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "No s'ha pogut trobar el directori superior per a la paperera"
-#: ../gio/glocalfile.c:1931 ../gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "No s'ha pogut trobar o crear el directori de la paperera"
-#: ../gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, 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:2014 ../gio/glocalfile.c:2019 ../gio/glocalfile.c:2094
-#: ../gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "No s'ha pogut enviar el fitxer a la paperera: %s"
-#: ../gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "S'ha produït un error en crear el directori: %s"
-#: ../gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
#, c-format
msgid "Filesystem does not support symbolic links"
msgstr "El sistema de fitxers no implementa enllaços simbòlics"
-#: ../gio/glocalfile.c:2161
+#: gio/glocalfile.c:2155
#, 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:2223 ../gio/glocalfile.c:2317
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "S'ha produït un error en moure el fitxer: %s"
-#: ../gio/glocalfile.c:2246
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "No s'ha pogut moure el directori al directori"
-#: ../gio/glocalfile.c:2273 ../gio/glocalfileoutputstream.c:928
-#: ../gio/glocalfileoutputstream.c:942 ../gio/glocalfileoutputstream.c:957
-#: ../gio/glocalfileoutputstream.c:973 ../gio/glocalfileoutputstream.c:987
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
+#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
+#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Ha fallat la creació del fitxer de còpia de seguretat"
-#: ../gio/glocalfile.c:2292
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "S'ha produït un error en suprimir el fitxer objectiu: %s"
-#: ../gio/glocalfile.c:2306
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "No està implementat el moure entre muntatges"
-#: ../gio/glocalfileinfo.c:721
+#: gio/glocalfileinfo.c:721
msgid "Attribute value must be non-NULL"
msgstr "El valor de l'atribut no pot ser nul"
-#: ../gio/glocalfileinfo.c:728
+#: gio/glocalfileinfo.c:728
msgid "Invalid attribute type (string expected)"
msgstr "Tipus d'atribut no và lid (s'esperava una cadena)"
-#: ../gio/glocalfileinfo.c:735
+#: gio/glocalfileinfo.c:735
msgid "Invalid extended attribute name"
msgstr "El nom de l'atribut estés no és và lid"
-#: ../gio/glocalfileinfo.c:775
+#: gio/glocalfileinfo.c:775
#, 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:1482 ../gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, 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:1555
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (codificació no và lida)"
-#: ../gio/glocalfileinfo.c:1753
+#: gio/glocalfileinfo.c:1753
#, 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:1798
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Tipus d'atribut no và lid (s'esperava un uint32)"
-#: ../gio/glocalfileinfo.c:1816
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Tipus d'atribut no và lid (s'esperava un uint64)"
-#: ../gio/glocalfileinfo.c:1835 ../gio/glocalfileinfo.c:1854
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Tipus d'atribut no và lid (s'esperava una cadena de bytes)"
-#: ../gio/glocalfileinfo.c:1889
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "No es poden establir permisos en els enllaços simbòlics"
-#: ../gio/glocalfileinfo.c:1905
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "S'ha produït un error en establir els permisos: %s"
-#: ../gio/glocalfileinfo.c:1956
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "S'ha produït un error en establir el propietari: %s"
-#: ../gio/glocalfileinfo.c:1979
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "l'enllaç simbòlic no pot ser nul"
-#: ../gio/glocalfileinfo.c:1989 ../gio/glocalfileinfo.c:2008
-#: ../gio/glocalfileinfo.c:2019
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "S'ha produït un error en establir l'enllaç simbòlic: %s"
-#: ../gio/glocalfileinfo.c:1998
+#: gio/glocalfileinfo.c:1998
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:2124
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr ""
"S'ha produït un error en establir el temps de modificació o d'accés: %s"
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "El context del SELinux no pot ser nul"
-#: ../gio/glocalfileinfo.c:2162
+#: gio/glocalfileinfo.c:2162
#, 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:2169
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "Aquest sistema no té habilitat el SELinux"
-#: ../gio/glocalfileinfo.c:2261
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "No està implementat establir l'atribut %s"
-#: ../gio/glocalfileinputstream.c:165 ../gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "S'ha produït un error en llegir des del fitxer: %s"
-#: ../gio/glocalfileinputstream.c:196 ../gio/glocalfileinputstream.c:208
-#: ../gio/glocalfileinputstream.c:320 ../gio/glocalfileoutputstream.c:449
-#: ../gio/glocalfileoutputstream.c:1005
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "S'ha produït un error en cercar en el fitxer: %s"
-#: ../gio/glocalfileinputstream.c:241 ../gio/glocalfileoutputstream.c:235
-#: ../gio/glocalfileoutputstream.c:330
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileoutputstream.c:330
#, 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:191
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:181 ../gio/glocalfileoutputstream.c:214
-#: ../gio/glocalfileoutputstream.c:722
+#: gio/glocalfileoutputstream.c:181 gio/glocalfileoutputstream.c:214
+#: gio/glocalfileoutputstream.c:722
#, c-format
msgid "Error writing to file: %s"
msgstr "S'ha produït un error en escriure al fitxer: %s"
-#: ../gio/glocalfileoutputstream.c:262
+#: gio/glocalfileoutputstream.c:262
#, 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:276 ../gio/glocalfileoutputstream.c:289
+#: gio/glocalfileoutputstream.c:276 gio/glocalfileoutputstream.c:289
#, 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:307
+#: gio/glocalfileoutputstream.c:307
#, 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:495 ../gio/glocalfileoutputstream.c:1056
+#: gio/glocalfileoutputstream.c:495 gio/glocalfileoutputstream.c:1056
#, c-format
msgid "Error truncating file: %s"
msgstr "S'ha produït un error en truncar el fitxer: %s"
-#: ../gio/glocalfileoutputstream.c:556 ../gio/glocalfileoutputstream.c:609
-#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:794
-#: ../gio/glocalfileoutputstream.c:1037 ../gio/glocalfileoutputstream.c:1136
+#: gio/glocalfileoutputstream.c:556 gio/glocalfileoutputstream.c:609
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:794
+#: gio/glocalfileoutputstream.c:1037 gio/glocalfileoutputstream.c:1136
#, c-format
msgid "Error opening file '%s': %s"
msgstr "S'ha produït un error en obrir el fitxer «%s»: %s"
-#: ../gio/glocalfileoutputstream.c:825
+#: gio/glocalfileoutputstream.c:825
msgid "Target file is a directory"
msgstr "El fitxer objectiu és un directori"
-#: ../gio/glocalfileoutputstream.c:830
+#: gio/glocalfileoutputstream.c:830
msgid "Target file is not a regular file"
msgstr "El fitxer objectiu no és un fitxer regular"
-#: ../gio/glocalfileoutputstream.c:842
+#: gio/glocalfileoutputstream.c:842
msgid "The file was externally modified"
msgstr "El fitxer ha estat modificat des d'alguna aplicació externa"
-#: ../gio/glocalfileoutputstream.c:1021
+#: gio/glocalfileoutputstream.c:1021
#, c-format
msgid "Error removing old file: %s"
msgstr "S'ha produït un error en suprimir el fitxer vell: %s"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:553
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:553
msgid "Invalid GSeekType supplied"
msgstr "El GSeekType proporcionat no és và lid"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:563
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:563
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:290
+#: gio/gmemoryoutputstream.c:290
msgid "Reached maximum data array limit"
msgstr "S'ha arribat al mà xim del lÃmit de la matriu de dades"
-#: ../gio/gmemoryoutputstream.c:325
+#: gio/gmemoryoutputstream.c:325
msgid "Memory output stream not resizable"
msgstr "El flux de sortida de memòria no és modificable"
-#: ../gio/gmemoryoutputstream.c:341
+#: gio/gmemoryoutputstream.c:341
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:409
+#: gio/gmount.c:409
msgid "mount doesn't implement \"unmount\""
msgstr "el muntatge no implementa el desmuntatge («unmount»)"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:488
+#: gio/gmount.c:488
msgid "mount doesn't implement \"eject\""
msgstr "el muntatge no implementa l'expulsió («eject»)"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: ../gio/gmount.c:568
+#: gio/gmount.c:568
msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
"el muntatge no implementa el desmuntatge («unmount») o "
@@ -1807,7 +1800,7 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: ../gio/gmount.c:655
+#: gio/gmount.c:655
msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
"el muntatge no implementa l'expulsió («eject») o l'«eject_with_operation»"
@@ -1815,260 +1808,260 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:744
+#: gio/gmount.c:744
msgid "mount doesn't implement \"remount\""
msgstr "el muntatge no implementa el tornar-se a muntar («remount»)"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:828
+#: gio/gmount.c:828
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:917
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "el muntatge no implementa l'estimació de tipus de contingut sÃncron"
-#: ../gio/gnetworkaddress.c:295
+#: gio/gnetworkaddress.c:295
#, c-format
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "El nom de l'ordinador «%s» conté «[» però no «]»"
-#: ../gio/goutputstream.c:207 ../gio/goutputstream.c:408
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "El flux de sortida no implementa l'escriptura"
-#: ../gio/goutputstream.c:369 ../gio/goutputstream.c:781
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "El flux font ja està tancat"
-#: ../gio/gresolver.c:736
+#: gio/gresolver.c:736
#, c-format
msgid "Error resolving '%s': %s"
msgstr "S'ha produït un error en resoldre «%s»: %s"
-#: ../gio/gresolver.c:786
+#: gio/gresolver.c:786
#, c-format
msgid "Error reverse-resolving '%s': %s"
msgstr "S'ha produït un error en resoldre a la inversa «%s»: %s"
-#: ../gio/gresolver.c:821 ../gio/gresolver.c:899
+#: gio/gresolver.c:821 gio/gresolver.c:899
#, c-format
msgid "No service record for '%s'"
msgstr "No hi ha cap registre de servei per a «%s»"
-#: ../gio/gresolver.c:826 ../gio/gresolver.c:904
+#: gio/gresolver.c:826 gio/gresolver.c:904
#, c-format
msgid "Temporarily unable to resolve '%s'"
msgstr "No s'ha pogut resoldre «%s» de forma temporal"
-#: ../gio/gresolver.c:831 ../gio/gresolver.c:909
+#: gio/gresolver.c:831 gio/gresolver.c:909
#, c-format
msgid "Error resolving '%s'"
msgstr "S'ha produït un error en resoldre «%s»"
-#: ../gio/gsocket.c:277
+#: gio/gsocket.c:277
msgid "Invalid socket, not initialized"
msgstr "El sòcol no és và lid, no està inicialitzat"
-#: ../gio/gsocket.c:284
+#: gio/gsocket.c:284
#, c-format
msgid "Invalid socket, initialization failed due to: %s"
msgstr "El sòcol no és và lid, ha fallat la inicialització degut a: %s"
-#: ../gio/gsocket.c:292
+#: gio/gsocket.c:292
msgid "Socket is already closed"
msgstr "El sòcol ja és tancat"
-#: ../gio/gsocket.c:405
+#: gio/gsocket.c:405
#, c-format
msgid "creating GSocket from fd: %s"
msgstr "s'està creant un GSocket a partir del descriptor de fitxer: %s"
-#: ../gio/gsocket.c:439 ../gio/gsocket.c:453 ../gio/gsocket.c:1911
+#: gio/gsocket.c:439 gio/gsocket.c:453 gio/gsocket.c:1911
#, c-format
msgid "Unable to create socket: %s"
msgstr "No s'ha pogut crear el sòcol: %s"
-#: ../gio/gsocket.c:439
+#: gio/gsocket.c:439
msgid "Unknown protocol was specified"
msgstr "S'ha especificat un protocol desconegut"
-#: ../gio/gsocket.c:758
+#: gio/gsocket.c:758
msgid "Cancellable initialization not supported"
msgstr "No està implementada la cancel·lació de la inicialització"
-#: ../gio/gsocket.c:1112
+#: gio/gsocket.c:1112
#, c-format
msgid "could not get local address: %s"
msgstr "no s'ha pogut obtenir l'adreça local: %s"
-#: ../gio/gsocket.c:1145
+#: gio/gsocket.c:1145
#, c-format
msgid "could not get remote address: %s"
msgstr "no s'ha pogut obtenir l'adreça remota: %s"
-#: ../gio/gsocket.c:1203
+#: gio/gsocket.c:1203
#, c-format
msgid "could not listen: %s"
msgstr "no s'ha pogut escoltar: %s"
-#: ../gio/gsocket.c:1277
+#: gio/gsocket.c:1277
#, c-format
msgid "Error binding to address: %s"
msgstr "S'ha produït un error en vincular-se a l'adreça: %s"
-#: ../gio/gsocket.c:1397
+#: gio/gsocket.c:1397
#, c-format
msgid "Error accepting connection: %s"
msgstr "S'ha produït un error en acceptar la connexió: %s"
-#: ../gio/gsocket.c:1510
+#: gio/gsocket.c:1510
msgid "Error connecting: "
msgstr "S'ha produït un error en connectar-se: "
-#: ../gio/gsocket.c:1514
+#: gio/gsocket.c:1514
msgid "Connection in progress"
msgstr "Connexió en procés"
-#: ../gio/gsocket.c:1519
+#: gio/gsocket.c:1519
#, c-format
msgid "Error connecting: %s"
msgstr "S'ha produït un error en connectar-se: %s"
-#: ../gio/gsocket.c:1559
+#: gio/gsocket.c:1559
#, c-format
msgid "Unable to get pending error: %s"
msgstr "No s'ha pogut obtenir l'error pendent: %s"
-#: ../gio/gsocket.c:1655
+#: gio/gsocket.c:1655
#, c-format
msgid "Error receiving data: %s"
msgstr "S'ha produït un error en rebre les dades: %s"
-#: ../gio/gsocket.c:1798
+#: gio/gsocket.c:1798
#, c-format
msgid "Error sending data: %s"
msgstr "S'ha produït un error en enviar les dades: %s"
-#: ../gio/gsocket.c:1990
+#: gio/gsocket.c:1990
#, c-format
msgid "Error closing socket: %s"
msgstr "S'ha produït un error en tancar el sòcol: %s"
-#: ../gio/gsocket.c:2475
+#: gio/gsocket.c:2475
#, c-format
msgid "Waiting for socket condition: %s"
msgstr "S'està esperant la condició del sòcol: %s"
-#: ../gio/gsocket.c:2714 ../gio/gsocket.c:2795
+#: gio/gsocket.c:2714 gio/gsocket.c:2795
#, c-format
msgid "Error sending message: %s"
msgstr "S'ha produït un error en enviar el missatge: %s"
-#: ../gio/gsocket.c:2739
+#: gio/gsocket.c:2739
msgid "GSocketControlMessage not supported on windows"
msgstr "El GSocketControlMessage no està implementat a Windows"
-#: ../gio/gsocket.c:2997 ../gio/gsocket.c:3135
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "S'ha produït un error en rebre un missatge: %s"
-#: ../gio/gsocketclient.c:521 ../gio/gsocketclient.c:770
+#: gio/gsocketclient.c:521 gio/gsocketclient.c:770
msgid "Unknown error on connect"
msgstr "S'ha produït un error desconegut en connectar-se"
-#: ../gio/gsocketlistener.c:192
+#: gio/gsocketlistener.c:192
msgid "Listener is already closed"
msgstr "Ja està tancat el receptor de connexions"
-#: ../gio/gsocketlistener.c:233
+#: gio/gsocketlistener.c:233
msgid "Added socket is closed"
msgstr "El sòcol que s'ha afegit és tancat"
-#: ../gio/gthemedicon.c:499
+#: gio/gthemedicon.c:499
#, c-format
msgid "Can't handle version %d of GThemedIcon encoding"
msgstr "No es pot gestionar la versió %d de la codificació del GThemedIcon"
-#: ../gio/gunixconnection.c:151
+#: gio/gunixconnection.c:151
#, c-format
msgid "Expecting 1 control message, got %d"
msgstr "S'esperava un missatge de control però se n'han obtingut %d"
# FIXME
-#: ../gio/gunixconnection.c:164
+#: gio/gunixconnection.c:164
msgid "Unexpected type of ancillary data"
msgstr "Tipus de dades extres no esperades"
-#: ../gio/gunixconnection.c:182
+#: gio/gunixconnection.c:182
#, c-format
msgid "Expecting one fd, but got %d\n"
msgstr "S'esperava un descriptor de fitxer però se n'han obtingut %d\n"
-#: ../gio/gunixconnection.c:198
+#: gio/gunixconnection.c:198
msgid "Received invalid fd"
msgstr "S'ha rebut un descriptor de fitxer no và lid"
-#: ../gio/gunixinputstream.c:354 ../gio/gunixinputstream.c:374
-#: ../gio/gunixinputstream.c:452 ../gio/gunixoutputstream.c:439
+#: gio/gunixinputstream.c:354 gio/gunixinputstream.c:374
+#: gio/gunixinputstream.c:452 gio/gunixoutputstream.c:439
#, c-format
msgid "Error reading from unix: %s"
msgstr "S'ha produït un error en llegir des de UNIX: %s"
-#: ../gio/gunixinputstream.c:407 ../gio/gunixinputstream.c:589
-#: ../gio/gunixoutputstream.c:394 ../gio/gunixoutputstream.c:545
+#: gio/gunixinputstream.c:407 gio/gunixinputstream.c:589
+#: gio/gunixoutputstream.c:394 gio/gunixoutputstream.c:545
#, c-format
msgid "Error closing unix: %s"
msgstr "S'ha produït un error en tancar des de UNIX: %s"
-#: ../gio/gunixmounts.c:1846 ../gio/gunixmounts.c:1883
+#: gio/gunixmounts.c:1846 gio/gunixmounts.c:1883
msgid "Filesystem root"
msgstr "Arrel del sistema de fitxers"
-#: ../gio/gunixoutputstream.c:340 ../gio/gunixoutputstream.c:361
+#: gio/gunixoutputstream.c:340 gio/gunixoutputstream.c:361
#, c-format
msgid "Error writing to unix: %s"
msgstr "S'ha produït un error en escriure a UNIX: %s"
-#: ../gio/gunixsocketaddress.c:182
+#: gio/gunixsocketaddress.c:182
msgid "Abstract unix domain socket addresses not supported on this system"
msgstr "Aquest sistema no admet adreces de sòcol de domini UNIX abstractes"
-#: ../gio/gvolume.c:452
+#: gio/gvolume.c:452
msgid "volume doesn't implement eject"
msgstr "el volum no implementa l'expulsió"
#. Translators: This is an error
#. * message for volume objects that
#. * don't implement any of eject or eject_with_operation.
-#: ../gio/gvolume.c:531
+#: gio/gvolume.c:531
msgid "volume doesn't implement eject or eject_with_operation"
msgstr "el volum no implementa l'expulsió o «eject_with_operation»"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr "No es pot trobar l'aplicació"
-#: ../gio/gwin32appinfo.c:300
+#: gio/gwin32appinfo.c:300
#, c-format
msgid "Error launching application: %s"
msgstr "S'ha produït un error en executar l'aplicació: %s"
-#: ../gio/gwin32appinfo.c:336
+#: gio/gwin32appinfo.c:336
msgid "URIs not supported"
msgstr "No estan implementats els URI"
-#: ../gio/gwin32appinfo.c:358
+#: gio/gwin32appinfo.c:358
msgid "association changes not supported on win32"
msgstr "els canvis associatius no estan implementats a win32"
-#: ../gio/gwin32appinfo.c:370
+#: gio/gwin32appinfo.c:370
msgid "Association creation not supported on win32"
msgstr "La creació associativa no està implementada a win32"
diff --git a/po/ca valencia po b/po/ca valencia po
index 5882378..47fe72b 100644
--- a/po/ca valencia po
+++ b/po/ca valencia po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.glib-2-20\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-08-09 08:38+0200\n"
"Last-Translator: Carles Ferrando Garcia <carles ferrando gmail com>\n"
"Language-Team: catalan <tradgnome softcatala org>\n"
@@ -95,70 +95,70 @@ msgstr ""
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:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, 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:441 glib/gconvert.c:519
#, 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:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
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:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "S'ha produït un error durant la conversió: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
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:922
+#: glib/gconvert.c:928
#, 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:1745
+#: glib/gconvert.c:1751
#, 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 utilitze l'esquema «file»"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Pot ser que l'URI del fitxer local «%s» no incloga cap «#»"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "L'URI «%s» no és và lid"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, 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:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "L'URI «%s» conté carà cters d'escapada invà lids"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, 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:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "El nom de l'ordinador no és và lid"
@@ -167,127 +167,142 @@ msgstr "El nom de l'ordinador no és và lid"
msgid "Error opening directory '%s': %s"
msgstr "S'ha produït un error en obrir el directori «%s»: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, 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:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "S'ha produït un error en llegir el fitxer «%s»: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "El fitxer «%s» és massa gran"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "No s'ha pogut llegir del fitxer «%s»: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "No s'ha pogut obrir el fitxer «%s»: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"No s'ha pogut obtindre els atributs del fitxer «%s»: ha fallat la funció fstat"
"(): %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, 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:851
+#: glib/gfileutils.c:858
#, 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:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "No s'ha pogut crear el fitxer «%s»: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, 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:932
+#: glib/gfileutils.c:939
#, 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:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "No s'ha pogut escriure el fitxer «%s»: ha fallat la funció fflush(): %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "No s'ha pogut escriure el fitxer «%s»: ha fallat la funció fsync(): %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, 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:1117
+#: glib/gfileutils.c:1124
#, 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:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "La plantilla «%s» no és và lida, no hauria de tindre cap «%s»"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "La plantilla «%s» no conté XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, 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:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "No es poden utilitzar els enllaços simbòlics"
@@ -559,7 +574,7 @@ msgstr ""
"el patró conté elements que no estan implementats en les concordances "
"parcials"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "error intern"
@@ -1163,17 +1178,17 @@ msgstr "El valor «%s» no es pot interpretar com un booleà ."
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "El valor de comptatge passat a %s és massa llarg"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "Ja està tancat el flux"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "S'ha cancel·lat l'operació"
@@ -1196,37 +1211,37 @@ msgstr "tipus %s"
msgid "Unexpected early end-of-stream"
msgstr "No s'esperava un final de flux tant prompte"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Sense nom"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "El fitxer d'escriptori no especificava el camp d'execució"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "No s'ha pogut trobar el terminal que demanava l'aplicació"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, 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:1102
+#: gio/gdesktopappinfo.c:1117
#, 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:1506
+#: gio/gdesktopappinfo.c:1525
#, 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:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "Definició personalitzada per a %s"
@@ -1285,13 +1300,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "S'esperava un GEmblem per a un GEmblemedIcon"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "L'operació no està implementada"
@@ -1304,49 +1319,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "No existeix el punt de muntatge contenidor"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "No es pot copiar al directori"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "No es pot copiar el directori al directori"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "Ja existeix el fitxer de destinació"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "No es pot copiar el directori de forma recursiva"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "No es pot copiar el fitxer especial"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "El valor donat per a l'enllaç simbòlic no és và lid"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "No es pot utilitzar la paperera"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "En els noms de fitxers no pot haver-hi «%c»"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "el volum no implementa el muntatge"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr ""
"No hi ha cap aplicació que s'haja registrat per a gestionar este fitxer"
@@ -1437,7 +1452,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "El flux té una operació pendent"
@@ -1450,116 +1465,121 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
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:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "El nom del fitxer no és và lid: %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr ""
"S'ha produït un error en obtindre la informació del sistema de fitxers: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "No es pot canviar el nom del directori arrel"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "S'ha produït un error en canviar el nom del fitxer: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "No es pot canviar el nom del fitxer, ja existeix este nom"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Nom de fitxer no và lid"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "S'ha produït un error en obrir el fitxer: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "No s'ha pogut obrir el directori"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "S'ha produït un error en suprimir el fitxer: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, 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:1831
+#: gio/glocalfile.c:1825
#, 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:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "No s'ha pogut trobar el directori superior per a la paperera"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "No s'ha pogut trobar o crear el directori de la paperera"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, 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:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "No s'ha pogut enviar el fitxer a la paperera: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "S'ha produït un error en crear el directori: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "No s'ha pogut llegir l'enllaç simbòlic «%s»: %s"
+
+#: gio/glocalfile.c:2155
#, 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:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "S'ha produït un error en moure el fitxer: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "No s'ha pogut moure el directori al directori"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Ha fallat la creació del fitxer de còpia de seguretat"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "S'ha produït un error en suprimir el fitxer objectiu: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "No està implementat el moure entre muntatges"
@@ -1580,108 +1600,108 @@ msgstr "El nom de l'atribut estés no és và lid"
msgid "Error setting extended attribute '%s': %s"
msgstr "S'ha produït un error en establir l'atribut estés «%s»: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, 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:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (codificació no và lida)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, 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:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Tipus d'atribut no và lid (s'esperava un uint32)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Tipus d'atribut no và lid (s'esperava un uint64)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Tipus d'atribut no và lid (s'esperava una cadena de bytes)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "S'ha produït un error en establir els permisos: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "S'ha produït un error en establir els permisos: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "S'ha produït un error en establir el propietari: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "l'enllaç simbòlic no pot ser nul"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "S'ha produït un error en establir l'enllaç simbòlic: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
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:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "S'ha produït un error en establir els permisos: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "El context del SELinux no pot ser nul"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, 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:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "Este sistema no té habilitat el SELinux"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "No està implementat establir l'atribut %s"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "S'ha produït un error en llegir des del fitxer: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "S'ha produït un error en cercar en el fitxer: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, 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:191
msgid "Unable to find default local file monitor type"
msgstr ""
"No s'ha pogut trobar el tipus de monitorització de fitxer local predeterminat"
@@ -1764,51 +1784,54 @@ msgstr "Ha fallat el redimensionament de la memòria del flux d'eixida"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+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:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+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 any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
+#: gio/gmount.c:568
#, fuzzy
-msgid "mount doesn't implement unmount or unmount_with_operation"
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "el muntatge no implementa el desmuntatge"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
+#: gio/gmount.c:655
#, fuzzy
-msgid "mount doesn't implement eject or eject_with_operation"
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "el muntatge no implementa l'expulsió"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "el muntatge no implementa l'estimació de tipus de contingut sÃncron"
@@ -1817,11 +1840,11 @@ msgstr "el muntatge no implementa l'estimació de tipus de contingut sÃncron"
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "El flux d'eixida no implementa l'escriptura"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "El flux font ja està tancat"
@@ -1957,7 +1980,7 @@ msgstr "S'ha produït un error en obrir el fitxer: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "els canvis associatius no estan implementats a win32"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "S'ha produït un error en suprimir el fitxer: %s"
diff --git a/po/cs.po b/po/cs.po
index a7446a2..f32e9d1 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-20 20:32+0200\n"
"Last-Translator: Petr Kovar <pknbe volny cz>\n"
"Language-Team: Czech <gnome-cs-list gnome org>\n"
@@ -92,69 +92,69 @@ msgstr "Žádná aplikace s názvem \"%s\" nezaregistrovala záložku \"%s\""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Nelze rozÅ¡ÃÅ?it Å?ádek exec \"%s\" pomocà URI \"%s\""
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "PÅ?evod ze znakové sady \"%s\" do \"%s\" nenà podporován"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Nelze otevÅ?Ãt pÅ?evadÄ?Ä? z \"%s\" do \"%s\""
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Neplatná posloupnost bajtů na vstupu pÅ?evodu"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Chyba pÅ?i pÅ?evodu: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Ä?ásteÄ?ná posloupnost znaků na konci vstupu"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Nelze pÅ?evést ukonÄ?enà \"%s\" do znakové sady \"%s\""
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI \"%s\" nenà absolutnà URI použÃvajÃcà schéma \"file\""
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "URI \"%s\" mÃstnÃho souboru nesmà obsahovat \"#\""
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI \"%s\" je neplatné"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Název poÄ?ÃtaÄ?e v URI \"%s\" je neplatný"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI \"%s\" obsahuje nesprávnÄ? zmÄ?nÄ?né znaky"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "\"%s\" nenà absolutnà cestou"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Neplatný název poÄ?ÃtaÄ?e"
@@ -163,92 +163,92 @@ msgstr "Neplatný název poÄ?ÃtaÄ?e"
msgid "Error opening directory '%s': %s"
msgstr "Chyba pÅ?i otevÃránà adresáÅ?e \"%s\": %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Nelze alokovat %lu bajtů k pÅ?eÄ?tenà souboru \"%s\""
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Chyba Ä?tenà souboru \"%s\": %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "Soubor \"%s\" je pÅ?ÃliÅ¡ velký"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Chyba pÅ?i Ä?tenà ze souboru \"%s\": %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Nelze otevÅ?Ãt soubor \"%s\": %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Nelze zÃskat atributy souboru \"%s\": fstat() selhalo: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Nelze otevÅ?Ãt soubor \"%s\": fdopen() selhalo: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Nelze pÅ?ejmenovat soubor \"%s\" na \"%s\": g_rename() selhalo: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Nelze vytvoÅ?it soubor \"%s\": %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Nelze otevÅ?Ãt soubor \"%s\" k zápisu: fdopen() selhalo: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Nelze zapisovat do souboru \"%s\": fwrite() selhalo: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Nelze zapisovat do souboru \"%s\": fflush() selhalo: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Nelze zapisovat do souboru \"%s\": fsync() selhalo: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Nelze zavÅ?Ãt soubor \"%s\": fclose() selhalo: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "ExistujÃcà soubor \"%s\" nelze odstranit: g_unlink() selhalo: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Å ablona \"%s\" je neplatná, nemÄ?la by obsahovat \"%s\""
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Å ablona \"%s\" neobsahuje XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -256,27 +256,42 @@ msgstr[0] "%u bajt"
msgstr[1] "%u bajty"
msgstr[2] "%u bajtů"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Nelze pÅ?eÄ?Ãst symbolický odkaz \"%s\": %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Symbolické odkazy nejsou podporovány"
@@ -535,7 +550,7 @@ msgstr "dosažen limit zpÄ?tného vyhledávánÃ"
msgid "the pattern contains items not supported for partial matching"
msgstr "vzorek obsahuje položky nepodporované u Ä?ásteÄ?ného porovnávánÃ"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "vnitÅ?nà chyba"
@@ -1127,17 +1142,17 @@ msgstr "Hodnotu \"%s\" nelze interpretovat jako booleovskou hodnotu."
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "%s poskytnut pÅ?ÃliÅ¡ vysoký poÄ?et"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "Proud je již uzavÅ?en"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "Operace byla zrušena"
@@ -1160,34 +1175,34 @@ msgstr "typ %s"
msgid "Unexpected early end-of-stream"
msgstr "NeoÄ?ekávaný Ä?asný konec proudu"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Bez názvu"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "V souboru desktop nezadáno pole Exec"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "Nelze nalézt terminál vyžadovaný pro aplikaci"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Nelze vytvoÅ?it uživatelskou konfiguraÄ?nà složku aplikace %s: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Nelze vytvoÅ?it uživatelskou konfiguraÄ?nà složku MIME %s: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Nelze vytvoÅ?it uživatelský soubor desktop %s"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "Vlastnà definice %s"
@@ -1239,13 +1254,13 @@ msgstr "Chybný poÄ?et tokenů (%d) v kódovánà GEmblemedIcon"
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "OÄ?ekáváno GEmblem u GEmblemedIcon"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Operace nenà podporována"
@@ -1258,49 +1273,49 @@ msgstr "Operace nenà podporována"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: gio/gfile.c:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "ObsahujÃcà pÅ?ipojené neexistuje"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Nelze kopÃrovat nad adresáÅ?"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "Nelze kopÃrovat adresáÅ? nad adresáÅ?"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "CÃlový soubor existuje"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "AdresáÅ? nelze kopÃrovat rekurzivnÄ?"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "Nelze kopÃrovat zvláštnà soubor"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "Zadaný symbolický odkaz je neplatný"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "Zahozené nenà podporováno"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Názvy souborů nemohou obsahovat \"%c\""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "svazek neprovádà pÅ?ipojenÃ"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "Žádná aplikace nenà zaregistrována k obsluze tohoto souboru"
@@ -1389,7 +1404,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "Proud má otevÅ?enou operaci"
@@ -1402,114 +1417,119 @@ msgstr "Adresa socketu nemá dostatek mÃsta"
msgid "Unsupported socket address"
msgstr "Nepodporovaná adresa socketu"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
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:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Neplatný název souboru %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Chyba pÅ?i zÃskávánà informace o systému souborů: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Nelze pÅ?ejmenovat koÅ?enový adresáÅ?"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Chyba pÅ?i pÅ?ejmenovávánà souboru: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "Soubor nelze pÅ?ejmenovat, název souboru již existuje"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Neplatný název souboru"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Chyba pÅ?i otevÃránà souboru: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Nelze otevÅ?Ãt adresáÅ?"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Chyba pÅ?i odstraÅ?ovánà souboru: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "Chyba pÅ?i zahazovánà souboru: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Nelze vytvoÅ?it adresáÅ? koÅ¡e %s: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "Ke koÅ¡i nelze nalézt adresáÅ? nejvyššà úrovnÄ?"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "Nelze nalézt nebo vytvoÅ?it adresáÅ? koÅ¡e"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Nelze vytvoÅ?it informaÄ?nà soubor o zahozeném: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Nelze zahodit soubor: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "Chyba pÅ?i vytváÅ?enà adresáÅ?e: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Nelze pÅ?eÄ?Ãst symbolický odkaz \"%s\": %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Chyba pÅ?i vytváÅ?enà symbolického odkazu: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Chyba pÅ?i pÅ?esunovánà souboru: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "AdresáÅ? nelze pÅ?esunout nad adresáÅ?"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "VytvoÅ?enà záložnÃho souboru selhalo"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Chyba pÅ?i odstraÅ?ovánà cÃlového souboru: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "PÅ?esunovánà mezi pÅ?ipojenÃmi nenà podporováno"
@@ -1530,103 +1550,103 @@ msgstr "Neplatný název rozÅ¡ÃÅ?eného atributu"
msgid "Error setting extended attribute '%s': %s"
msgstr "Chyba pÅ?i nastavovánà rozÅ¡ÃÅ?eného atributu \"%s\": %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Chyba pÅ?i prohledávánà souboru \"%s\" s fstat(): %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (neplatné kódovánÃ)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Chyba pÅ?i prohledávánà popisovaÄ?e souboru s fstat(): %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Neplatný typ atributu (oÄ?ekáván uint32)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Neplatný typ atributu (oÄ?ekáván uint64)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Neplatný typ atributu (oÄ?ekáván bajtový Å?etÄ?zec)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "Nelze nastavit oprávnÄ?nà na symbolických odkazech"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Chyba pÅ?i nastavovánà oprávnÄ?nÃ: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Chyba pÅ?i nastavovánà vlastnÃka: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "symbolický odkaz nesmà být prázdný"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Chyba pÅ?i nastavovánà symbolického odkazu: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Chyba pÅ?i nastavovánà symbolického odkazu: soubor nenà symbolickým odkazem"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "Chyba pÅ?i nastavovánà zmÄ?ny nebo Ä?asu pÅ?Ãstupu: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "Kontext SELinux nesmà být prázdný"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Chyba pÅ?i nastavovánà kontextu SELinux: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "V tomto systému nenà SELinux povolen"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Nastavenà atributu %s nenà podporováno"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Chyba pÅ?i Ä?tenà ze souboru: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Chyba pÅ?i hledánà v souboru: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Chyba pÅ?i zavÃránà souboru: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "Nelze nalézt výchozà typ sledovánà mÃstnÃho souboru"
@@ -1707,49 +1727,54 @@ msgstr "Nelze zmÄ?nit velikost výstupnÃho proudu pamÄ?ti"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "pÅ?ipojené neprovádà odpojenÃ"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "pÅ?ipojené neprovádà vysouvánÃ"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "pÅ?ipojené neprovádà unmount (odpojenÃ) nebo unmount_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "pÅ?ipojené neprovádà eject (vysouvánÃ) nebo eject_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+msgid "mount doesn't implement \"remount\""
msgstr "pÅ?ipojené neprovádà opakované pÅ?ipojenÃ"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:797
+#: gio/gmount.c:828
msgid "mount doesn't implement content type guessing"
msgstr "pÅ?ipojené neprovádà odhad typu obsahu"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "pÅ?ipojené neprovádà synchronnà odhad typu obsahu"
@@ -1758,11 +1783,11 @@ msgstr "pÅ?ipojené neprovádà synchronnà odhad typu obsahu"
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "Název poÄ?ÃtaÄ?e \"%s\" obsahuje \"[\", ale nikoliv \"]\""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "Výstupnà proud neprovádà zápis"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "Zdrojový proud je již ukonÄ?en"
@@ -1894,7 +1919,7 @@ msgstr "Chyba pÅ?i odesÃlánà zprávy: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage nepodporováno na Windows"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "Chyba pÅ?i zÃskávánà zprávy: %s"
diff --git a/po/cy.po b/po/cy.po
index fcc00da..ff7ee25 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\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"
@@ -87,69 +87,69 @@ msgstr "Does dim un rhaglen o'r enw '%s' wedi cofrestru llyfrnod ar gyfer '%s'"
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Methwyd darllen y cyswllt symbolaidd '%s': %s"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Ni chynhelir trawsnewidiad o set nodau '%s' i '%s'"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Methwyd agor trawsnewidydd rhwng '%s' a '%s'"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Dilyniant beit annilys ym mewnbwn trawsnewid"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Gwall wrth drawsnewid: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Dilyniant nod rhannol ar ddiwedd y mewnbwn"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Methu trawsnewid '%s' wrth gefn i'r set godau '%s'"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "Nid yw'r LAU '%s' yn LAU absoliwt yn y cynllun \"file\""
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Ni chaniateir i'r LAU ffeil lleol '%s' gynnwys '#'"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "Mae'r LAU '%s' yn annilys"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Mae'r enw gwesteiwr yn y LAU '%s' yn annilys"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Mae'r LAU '%s' yn cynnwys nodau wedi eu dianc mewn modd annilys"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Nid yw'r llwybr '%s' yn llwybr gosodedig"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Enw gwesteiwr annilys"
@@ -158,119 +158,134 @@ msgstr "Enw gwesteiwr annilys"
msgid "Error opening directory '%s': %s"
msgstr "Gwall y cyfeiriadur '%s': %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Methwyd canfod %lu beit er mwyn darllen y ffeil \"%s\""
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Methwyd darllen o'r ffeil '%s': %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Methwyd agor y ffeil '%s': %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Methwyd darllen agweddau ffeil '%s': methiant fstat(): %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Methwyd agor y ffeil '%s': methiant yn fdopen(): %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Methwyd ail-enwi'r ffeil'%s' i '%s': methodd g_rename(): %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Methwyd creu'r ffeil '%s': %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Methu agor y ffeil '%s' er mwyn ysgrifennu iddi: methodd fdopen(): %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Methwyd ysgrifennu i'r ffeil '%s': methodd fwrite(): %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Methwyd ysgrifennu i'r ffeil '%s': methodd fwrite(): %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Methwyd ysgrifennu i'r ffeil '%s': methodd fwrite(): %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Methwyd cau'r ffeil '%s': methodd fclose(): %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Methu tynnu'r ffeil '%s' oedd eisoes yn bodoli: methodd g_unlink(): %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Mae'r patrymlun '%s' yn annilys: ni ddylai gynnwys '%s'"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Nid yw'r patrymlun '%s' yn cynnwys XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, c-format
+msgid "%.1f TB"
+msgstr ""
+
+#: glib/gfileutils.c:1802
+#, c-format
+msgid "%.1f PB"
+msgstr ""
+
+#: glib/gfileutils.c:1807
+#, c-format
+msgid "%.1f EB"
+msgstr ""
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Methwyd darllen y cyswllt symbolaidd '%s': %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Ni chynhelir cysylltion symbolaidd"
@@ -528,7 +543,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr ""
@@ -1127,17 +1142,17 @@ msgstr "Ni ellir darllen '%s' fel gwerth Boole."
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr ""
@@ -1161,34 +1176,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1240,13 +1255,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1260,50 +1275,50 @@ msgstr "Ni chynhelir cysylltion symbolaidd"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: gio/gfile.c:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr ""
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr ""
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr ""
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
#, fuzzy
msgid "Trash not supported"
msgstr "Ni chynhelir cysylltion symbolaidd"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
#, 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'"
@@ -1393,7 +1408,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr ""
@@ -1406,115 +1421,120 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Enw rhaglen annilys: %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, fuzzy, c-format
msgid "Error getting filesystem info: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr ""
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
#, fuzzy
msgid "Invalid filename"
msgstr "Enw gwesteiwr annilys"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Methwyd creu'r ffeil '%s': %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Methwyd creu'r ffeil '%s': %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Methwyd creu'r ffeil '%s': %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Gwall y cyfeiriadur '%s': %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Methwyd darllen y cyswllt symbolaidd '%s': %s"
+
+#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Gwall wrth ramadegu opsiwn %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr ""
@@ -1536,103 +1556,103 @@ msgstr "Gorffennodd y ddogfen yn annisgwyl y tu fewn i enw priodoledd"
msgid "Error setting extended attribute '%s': %s"
msgstr "Gwall y cyfeiriadur '%s': %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "Gwall wrth drawsnewid: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Gwall wrth drawsnewid: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Gwall wrth drawsnewid: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Gwall ar linell %d: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "Gwall wrth drawsnewid: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Gwall wrth drawsnewid: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Ni chynhelir cysylltion symbolaidd"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
@@ -1715,49 +1735,49 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+msgid "mount doesn't implement \"unmount\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+msgid "mount doesn't implement \"eject\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
@@ -1766,11 +1786,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr ""
@@ -1904,7 +1924,7 @@ msgstr "Gwall wrth ddarllen ffeil '%s': %s "
msgid "GSocketControlMessage not supported on windows"
msgstr ""
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "Gwall wrth ddarllen ffeil '%s': %s "
diff --git a/po/da.po b/po/da.po
index a761e41..c1ea3ce 100644
--- a/po/da.po
+++ b/po/da.po
@@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-12 19:24+0200\n"
"Last-Translator: Ask Hjorth Larsen <asklarsen gmail com>\n"
"Language-Team: Danish <dansk dansk-gruppen dk>\n"
@@ -96,69 +96,69 @@ msgstr "Intet program med navnet \"%s\" har registreret et bogmærke for \"%s\""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Kunne ikke udvide eksekveringslinjen \"%s\" med URI'en \"%s\""
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Konvertering fra tegnsæt \"%s\" til \"%s\" er ikke understøttet"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Kunne ikke konvertere fra \"%s\" til \"%s\""
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Ugyldig bytesekvens i konverteringsinddata"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Fejl under konvertering: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Delvis tegnsekvens ved slutningen af inddata"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Kan ikke konvertere tilbagefaldet \"%s\" til tegnsæt \"%s\""
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI'en \"%s\" er ikke en absolut URI, ved brug af \"fil\"-metoden"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Den lokale fil-URI \"%s\" må ikke indeholde en \"#\""
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI'en \"%s\" er ugyldig"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Værtsnavnet for URI'en \"%s\" er ugyldig"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI'en \"%s\" indeholder ugyldigt beskyttede tegn"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Stinavnet \"%s\" er ikke en absolut sti"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Ugyldigt værtsnavn"
@@ -167,120 +167,135 @@ msgstr "Ugyldigt værtsnavn"
msgid "Error opening directory '%s': %s"
msgstr "Fejl ved åbning af mappen \"%s\": %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Kunne ikke allokere %lu byte til at læse filen \"%s\""
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Fejl ved læsning af filen \"%s\": %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "Filen \"%s\" er for stor"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Kunne ikke læse fra filen \"%s\": %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Kunne ikke åbne filen \"%s\": %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Kunne ikke læse egenskaber for filen \"%s\": fstat() mislykkedes: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Kunne ikke åbne filen \"%s\": fdopen() mislykkedes: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Kunne ikke omdøbe filen \"%s\" til \"%s\": g_rename() mislykkedes: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Fejl under oprettelse af filen \"%s\": %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Kunne ikke åbne filen \"%s\" til skrivning: fdopen() mislykkedes: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Kunne ikke skrive filen \"%s\": fwrite() mislykkedes: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Kunne ikke skrive filen \"%s\": fflush() mislykkedes: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Kunne ikke skrive filen \"%s\": fsync() mislykkedes: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Kunne ikke lukke filen \"%s\": fclose() mislykkedes: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
"Den eksisterende fil \"%s\" kunne ikke fjernes: g_unlink() mislykkedes: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Skabelonen \"%s\" er ugyldig, må ikke indeholde en \"%s\""
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Skabelonen \"%s\" indeholder ikke XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u bytes"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Kunne ikke læse den symbolske henvisning \"%s\": %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Symbolske henvisninger er ikke understøttet"
@@ -546,7 +561,7 @@ msgstr ""
"mønsteret indeholder elementer der ikke understøttes i forbindelse med "
"partiel træfning"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "intern fejl"
@@ -1145,17 +1160,17 @@ msgstr "Værdien \"%s\" kan ikke fortolkes som en sandhedsværdi."
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "For stor talværdi givet til %s"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "Strømmen er allerede lukket"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "Operationen blev afbrudt"
@@ -1178,34 +1193,34 @@ msgstr "%s-type"
msgid "Unexpected early end-of-stream"
msgstr "Uventet tidlig strømafslutning"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Unavngivet"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "Skrivebordsfil angav intet Exec-felt"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "Kan ikke finde terminal krævet af dette program"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Kan ikke oprette konfigurationsfolder %s for brugerprogram: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Kan ikke oprette bruger-MIME-konfigurationsfolder %s: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Kan ikke oprette brugerskrivebords-fil %s"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "Tilpasset definition for %s"
@@ -1257,13 +1272,13 @@ msgstr "Forkert antal symboler (%d) i GEmblemedIcon-kodning"
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "Forventede et GEmblem til GEmblemedIcon"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Operationen understøttes ikke"
@@ -1276,50 +1291,50 @@ msgstr "Operationen understøttes ikke"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: gio/gfile.c:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "Indeholdende montering findes ikke"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Kan ikke kopiere over mappe"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "Kan ikke kopiere mappe over mappe"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "MÃ¥lfilen findes"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "Kan ikke kopiere mappe rekursivt"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "Kan ikke kopiere specialfil"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
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:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "Affald understøttes ikke"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Filnavne kan ikke indeholder \"%c\""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "diskenheden implementerer ikke montering"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "Intet program er registreret til håndtering af denne fil"
@@ -1410,7 +1425,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "Strøm arbejder stadig"
@@ -1423,114 +1438,119 @@ msgstr "Utilstrækkelig plads til sokkeladresse"
msgid "Unsupported socket address"
msgstr "Sokkeladresse understøttes ikke"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "Kan ikke finde standardmonitortype for lokal mappe"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Ugyldigt filnavn %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Fejl ved læsning af filsysteminformation: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Kan ikke omdøbe rodmappen"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Fejl ved omdøbning af fil: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "Kan ikke omdøbe fil, filnavn findes allerede"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Ugyldigt filnavn"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Fejl ved åbning af fil: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Kan ikke åbne mappe"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Fejl under fjernelse af fil: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "Fejl ved udsmidning af fil: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Kan ikke oprette affaldsmappe %s: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "Kan ikke finde topniveau-mappe til affald"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "Kan ikke finde eller oprette affaldsmappe"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Kan ikke oprette affalds-infofil: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Kan ikke smide fil ud: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "Fejl ved oprettelse af mappen: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Kunne ikke læse den symbolske henvisning \"%s\": %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Fejl under oprettelse af symbolsk henvisning: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Fejl ved flytning af fil: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Kan ikke flytte mappe over mappe"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Oprettelse af sikkerhedskopi mislykkedes"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Fejl ved fjernelse af målfil: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "Flytning mellem monteringer understøttes ikke"
@@ -1551,104 +1571,104 @@ msgstr "Ugyldigt udvidet attributnavn"
msgid "Error setting extended attribute '%s': %s"
msgstr "Fejl ved instilling af udvidet attribut \"%s\": %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Fejl ved stat for filen \"%s\": %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (ugyldig kodning)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Fejl ved stat af fildeskriptor: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ugyldig attributtype (uint32 forventet)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ugyldig attributtype (uint64 forventet)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Ugyldig attributtype (byte-streng forventet)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "Kan ikke ændre rettigheder på symlænker"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Fejl ved ændring af rettigheder: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Fejl ved ændring af ejer: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "symbolsk henvisning må ikke være NULL"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Fejl ved manipulation af symbolsk henvisning: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Fejl ved manipulation af symbolsk henvisning: filen er ikke en symbolsk "
"henvisning"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "Fejl ved ændring af tidspunkt for ændring eller tilgang: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux-kontekst skal være forskellig fra NULL"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Fejl ved ændring af SELinux-kontekst: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux er ikke aktiveret på dette system"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Indstilling af attributten %s understøttes ikke"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Fejl ved læsning fra filen: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Fejl under søgning i filen: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Fejl ved lukning af filen: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "Kan ikke finde standardmonitortype for lokal fil"
@@ -1729,50 +1749,55 @@ msgstr "Kunne ikke ændre størrelse for hukommelses-uddatastrøm"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "montering implementerer ikke unmount"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "montering implementerer ikke eject"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
"monteringsobjekt implementerer ikke unmount eller unmount_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "monteringsobjekt implementerer ikke eject eller eject_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+msgid "mount doesn't implement \"remount\""
msgstr "montering implementerer ikke remount"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:797
+#: gio/gmount.c:828
msgid "mount doesn't implement content type guessing"
msgstr "mount implementerer ikke gæt på indholdstype"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "mount implementerer ikke synkrone gæt på indholdstype"
@@ -1781,11 +1806,11 @@ msgstr "mount implementerer ikke synkrone gæt på indholdstype"
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "Værtsnavnet \"%s\" indeholder \"[\", men ikke \"]\""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "Uddatastrøm implementerer ikke write"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "Kildestrømmen er allerede lukket"
@@ -1917,7 +1942,7 @@ msgstr "Fejl ved afsendelse af meddelelse: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage understøttes ikke af windows"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "Fejl ved modtagelse af meddelelse: %s"
diff --git a/po/de.po b/po/de.po
index 173e007..056bfb9 100644
--- a/po/de.po
+++ b/po/de.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-04 13:40+0200\n"
"Last-Translator: Christian Kirbach <Christian Kirbach googlemail com>\n"
"Language-Team: German <gnome-de gnome org>\n"
@@ -96,71 +96,71 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Die Befehlzeile »%s« konnte nicht mit der Adresse »%s« verknüpft werden."
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Umwandlung von Zeichensatz »%s« in »%s« wird nicht unterstützt"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Konverter von »%s« in »%s« konnte nicht geöffnet werden"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Ungültige Bytefolge in Konvertierungseingabe"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Fehler bei der Umwandlung: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Bruchstückhafte Zeichenfolge am Eingabeende"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Notnagel »%s« kann nicht in Kodierung »%s« umgewandelt werden"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr ""
"Die Adresse »%s« ist keine absolute Adresse, die das »file«-Schema verwendet"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Die lokale Adresse »%s« darf kein »#« enthalten"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "Die Adresse »%s« ist ungültig"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Der Rechnername der Adresse »%s« ist ungültig"
# CHECK
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Die Adresse »%s« enthält ungültige Escape-Zeichen"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Der Pfadname »%s« ist kein absoluter Pfad"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Ungültiger Rechnername"
@@ -169,130 +169,145 @@ msgstr "Ungültiger Rechnername"
msgid "Error opening directory '%s': %s"
msgstr "Fehler beim �ffnen des Ordners »%s«: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "%lu byte konnten nicht alloziiert werden, um Datei »%s« zu lesen"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Fehler beim Lesen der Datei »%s«: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "Datei »%s« ist zu gro�"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Aus der Datei »%s« konnte nicht gelesen werden: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Datei »%s« konnte nicht geöffnet werden: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"Attribute der Datei »%s« konnten nicht ermittelt werden: fstat() gescheitert: "
"%s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Datei »%s« konnte nicht geöffnet werden: fdopen() gescheitert: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
"Datei »%s« konnte nicht in »%s« umbenannt werden: g_rename() ist gescheitert: %"
"s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Datei »%s« konnte nicht angelegt werden: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr ""
"Datei »%s« konnte nicht im Schreibmodus geöffnet werden: fdopen() ist "
"gescheitert: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr ""
"Datei »%s« konnte nicht geschrieben werden: fwrite() ist gescheitert: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr ""
"Datei »%s« konnte nicht geschrieben werden: fflush() ist gescheitert: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Datei »%s« konnte nicht geschrieben werden: fsync() ist gescheitert: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr ""
"Datei »%s« konnte nicht geschlossen werden: fclose() ist gescheitert: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
"Die vorhandene Datei »%s« konnte nicht entfernt werden: g_unlink() ist "
"gescheitert: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Vorlage »%s« ungültig, sollte kein »%s« enthalten"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Vorlage »%s« enthält nicht XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u Byte"
msgstr[1] "%u Bytes"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Die symbolische Verknüpfung »%s« konnte nicht gelesen werden: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Symbolische Verknüpfungen nicht unterstützt"
@@ -559,7 +574,7 @@ msgstr ""
"Der Ausdruck enthält Elemente, die teilweise �bereinstimmung nicht "
"unterstützen"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "Interner Fehler"
@@ -1170,17 +1185,17 @@ msgstr ""
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "Zu gro�er Zählwert an %s übermittelt"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "Datenstrom ist bereits geschlossen"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "Vorgang wurde abgebrochen"
@@ -1203,37 +1218,37 @@ msgstr "%s-Typ"
msgid "Unexpected early end-of-stream"
msgstr "Unerwartet frühes Datenstromende"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Unbenannt"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "Desktop-Datei hat kein Exec-Feld angegeben"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "Für die Anwendung benötigtes Terminal konnte nicht gefunden werden"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
"Konfigurationsordner %s für Benutzeranwendungen konnte nicht erstellt "
"werden: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
"MIME-Konfigurationsordner %s des Benutzers konnte nicht erstellt werden: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Benutzer-Desktop-Datei %s kann nicht erstellt werden"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "Benutzerdefinition für %s"
@@ -1285,13 +1300,13 @@ msgstr "Ungültige Symbolanzahl (%d) in GEmblemedIcon encoding"
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "Es wurde ein GEmblem für GEmblemedIcon erwartet"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Vorgang nicht unterstützt"
@@ -1304,49 +1319,49 @@ msgstr "Vorgang nicht unterstützt"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: gio/gfile.c:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "Enthaltender Einhängepunkt existiert nicht"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Es kann nicht über den Ordner kopiert werden"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "Ordner kann nicht über Ordner kopiert werden"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "Zieldatei existiert"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "Ordner kann nicht rekursiv kopiert werden"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "Spezielle Datei kann nicht kopiert werden"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "Ungültiger Wert für symbolische Verknüpfung angegeben"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "Müll nicht unterstützt"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Dateinamen dürfen kein »%c« enthalten"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "Datenträger unterstützt Einhängen nicht"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "Es wurde keine Anwendung gefunden, die diese Datei verarbeiten kann"
@@ -1435,7 +1450,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "Datenstrom hat noch einen ausstehenden Vorgang"
@@ -1448,115 +1463,120 @@ msgstr "Nicht genug Platz für eine Socket-Adresse"
msgid "Unsupported socket address"
msgstr "Nicht unterstützte Socket-Adresse"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
"Vorgegebener �berwachungstyp für lokale Ordner konnte nicht gefunden werden"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Ungültiger Dateiname %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Fehler beim Einlesen der Dateisystem-Information: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Wurzelordner kann nicht umbenannt werden"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Fehler beim Umbenennen der Datei: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "Datei kann nicht umbenannt werden, da der Dateiname bereits existiert"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Ungültiger Dateiname"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Fehler beim Ã?ffnen der Datei: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Ordner kann nicht geöffnet werden"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Fehler beim Entfernen der Datei: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "Fehler beim Verschieben der Datei in den Müll: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Müll-Ordner %s konnte nicht angelegt werden: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "Elternordner für den Müll konnte nicht gefunden werden"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "Müll-Ordner konnte nicht gefunden oder angelegt werden"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Löschprotokoll-Datei konnte nicht angelegt werden: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Datei konnte nicht in den Müll verschoben werden: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "Fehler beim Erstellen des Ordners: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Die symbolische Verknüpfung »%s« konnte nicht gelesen werden: %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Fehler beim Erstellen der symbolischen Verknüpfung: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Fehler beim Verschieben der Datei: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Ordner kann nicht über Ordner verschoben werden"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Erstellen der Sicherungsdatei gescheitert"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Fehler beim Entfernen der Zieldatei: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "Verschieben zwischen Einhängepunkten nicht unterstützt"
@@ -1577,105 +1597,105 @@ msgstr "Ungültiger erweiterter Attributname"
msgid "Error setting extended attribute '%s': %s"
msgstr "Fehler beim Setzen des erweiterten Attributs »%s«: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Fehler beim Untersuchen der Datei %s mit fstat(): %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (ungültige Kodierung)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Fehler beim Untersuchen des Datei-Deskriptors mit fstat(): %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ungültiger Attributtyp (»uint32« erwartet)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ungültiger Attributtyp (»uint64« erwartet)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Ungültiger Attributtyp (»byte string« erwartet)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr ""
"Zugriffsrechte für symbolische Verknüpfungen können nicht gesetzt werden"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Fehler beim Setzen der Zugriffsrechte: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Fehler beim Setzen des Besitzers: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "Symbolische Verknüpfung darf nicht NULL sein"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Fehler beim Setzen der symbolischen Verknüpfung: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Fehler beim Setzen der symbolischen Verknüpfung: Datei ist keine symbolische "
"Verknüpfung"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "Fehler beim Setzen der Zugriffsrechte oder der Zugriffszeit: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux-Kontext darf nicht NULL sein"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Fehler beim Setzen des SELinux-Kontexts: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux ist auf diesem System nicht aktiviert"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Setzen des Attributs %s nicht unterstützt"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Fehler beim Lesen aus Datei: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Fehler beim Suchen in Datei: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Fehler beim SchlieÃ?en der Datei: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
"Vorgegebener �berwachungstyp für lokale Dateien konnte nicht gefunden werden"
@@ -1757,50 +1777,55 @@ msgstr "Grö�e des Speicherausgabestroms konnte nicht geändert werden"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "Einhängepunkt unterstützt Aushängen nicht"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "Einhängepunkt unterstützt Auswerfen nicht"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
"Einhängepunkt unterstützt nicht das Aushängen oder »unmount_with_operation«"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "Einhängepunkt unterstützt Auswerfen oder »eject_with_operation« nicht"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+msgid "mount doesn't implement \"remount\""
msgstr "Einhängepunkt unterstützt erneutes Einhängen nicht"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:797
+#: gio/gmount.c:828
msgid "mount doesn't implement content type guessing"
msgstr "Einhängepunkt unterstützt Erraten des Inhaltstyps nicht"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "Einhängepunkt unterstützt synchrones Erraten des Inhaltstyps nicht"
@@ -1809,11 +1834,11 @@ msgstr "Einhängepunkt unterstützt synchrones Erraten des Inhaltstyps nicht"
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "Rechnername »%s« enthält »[«, aber nicht »]«"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "Ausgabedatenstrom unterstützt kein Schreiben"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "Quelldatenstrom ist bereits geschlossen"
@@ -1945,7 +1970,7 @@ msgstr "Fehler beim Senden der Nachricht: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage wird unter Windows nicht unterstützt"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "Fehler beim Empfang der Nachricht: %s"
diff --git a/po/dz.po b/po/dz.po
index 3887076..2df631b 100644
--- a/po/dz.po
+++ b/po/dz.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.dz\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2006-08-09 10:23+0530\n"
"Last-Translator: Mindu Dorji\n"
"Language-Team: DZONGKHA <pgeyleg dit gov bt>\n"
@@ -88,70 +88,70 @@ msgstr "�ི��'%sའ����ི��ློ��རི���ྱི
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "à½?རྡà¼?à½?à½?ོà½?à¼?འà½?ྲེལà¼?ལà½?à¼? â??%sâ??:%s ལྷà½?à¼?à½?à¼?à½?ུà½?སà¼?"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "ཡིà½?à¼?འà½?ྲུའིà¼?à½?à¼?à½?à½?à¼? â??%sâ?? ལསà¼? â??%sâ?? ལུà¼?à½?à½?ིà¼?à½?སà¾?ྱུརà¼?འà½?à½?à¼?à½?ིà¼?ལུà¼? རà¾?ྱà½?à¼?སà¾?ྱོརà¼?à½?ིà½?à¼?འà½?ུà½?"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "â??%sâ?? ལསà¼? '%s' ལུà¼? སà¾?ྱུརà¼?à½?ྱེà½?à¼?à½?à¼?à½?ྱེà¼?à½?à¼?à½?ུà½?སà¼?"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "��ི��ས�ྱུར��ྱི�ཨི���ུ�ི���� �འི�ི��ི�འ�ྱུ��རི�� �ུས��ེ��ཨི���ས�"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "��ི��ས�ྱུར��ྱི�ས��ས�འ�ོལ��� :%s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "ཨི���ུ�ི���ུ��ལུ� ཡི��ུའི�འ�ྱུ��རི����ཤས�"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "à½?ློà¼?à½?ུརà¼?རà¾?ྱà½?à¼?à½?à½? â??%sâ?? ལསà¼? à½?ོà½?ིà¼?སེà½?ིà¼? â??%sâ?? ལུà¼? à½?à½?ིà¼?à½?སà¾?ྱུརà¼?འà½?à½?à¼?à½?ིà¼?à½?ུà½?སà¼? "
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr ""
"ཡུà¼?ཨརà¼?ཨའིà¼? â??%sâ?? འà½?à½?à¼?à½?ིà¼?à½?ེà¼? \"file\" འà½?རà¼?ལསà¼?ལà½?à¼?ལེà½?à¼?འà½?à½?à¼?à½?འིà¼? ཡུà¼?ཨརà¼?ཨའིà¼?ཡà½?à¼?à½?à½?à¼?à½?ིà½?à¼?à½?ེà½?à¼?"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "à½?ེà¼?à½?à½?སà¼?à¼?à½?ྱིà¼?ཡིà½?à¼?སྣོà½?à¼? ཡུà¼?ཨརà¼?ཨའིà¼? â??%sâ?? འà½?à½?à¼?à½?ིà¼?à½?ེà¼?à½?à½?à¼? '#' à½?ིà½?à¼?à½?ེà½?à½?à¼?འོà½?à¼?à¼?"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "ཡུà¼?ཨརà¼?ཨའིà¼? â??%sâ?? à½?ུསà¼?à½?ེà½?à¼?ཨིà½?à¼?à½?སà¼?"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "ཡུà¼?ཨརà¼?ཨའིà¼? â??%sâ?? à½?ིà¼? ཧོསà½?ིà¼?à½?ེà½?à¼?à½?ེà¼? à½?ུསà¼?à½?ེà½?à¼?ཨིà½?à¼?à½?སà¼?"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "ཡུà¼?ཨརà¼?ཨའིà¼? â??%sâ?? à½?ིà¼?à½?à½?à¼?à½?à¼? à½?ུསà¼?à½?ེà½?à¼?à½?ོà½?à¼?ལསà¼?à½?རà¼?à½?ིà¼? ཡིà½?à¼?འà½?ྲུà¼?à¼?à½?ུà¼?འà½?ུà½?"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "འà½?ྲུལà¼?ལà½?à¼?à½?ྱིà¼?à½?ིà½?à¼? â??%sâ?? འà½?à½?à¼?à½?ིà¼?à½?ེà¼? འà½?ྲུལà¼?ལà½?à¼?ཡà½?à¼?à½?à½?à¼?à½?ིà½?à¼?à½?ེà½?à¼?"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "�ུས��ེ���ྱི� ཧོས�ི��ེ��"
@@ -160,119 +160,134 @@ msgstr "�ུས��ེ���ྱི� ཧོས�ི��ེ��"
msgid "Error opening directory '%s': %s"
msgstr "སྣོ���ོ� '%s':%s ���ྱེ��ི�ལུ�འ�ོལ���"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "�ཱཡི�ི� %lu �ས�ལ�སྤྲོ��འ������ུ�ས� \"%s\" ལྷ���ི�ལུ�"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "ཡིà½?à¼?སྣོà½?à¼? â??%sâ??: %s ལྷà½?à¼?à½?ིà¼?ལུà¼?འà½?ོལà¼?à½?à¼?"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "ཡིà½?à¼?སྣོà½?à¼? â??%sâ??: %s à½?à½?à¼?ལསà¼? ལྷà½?à¼?à½?à¼?à½?ུà½?སà¼?"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "ཡིà½?à¼?སྣོà½?à¼? â??%sâ??: %s à½?à¼?à½?ྱེà¼?à½?à¼?à½?ུà½?སà¼?"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "ཡི��སྣོ�� '%s': fstat() �ི��ྱ���ོས��ུ� ལེ�����ུ�ས� :%s����ུ��"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "ཡིà½?à¼?སྣོà½?à¼? â??%sâ??:fdopen() à½?à¼?à½?ྱེà¼?à½?à¼?à½?ུà½?སà¼? %sà¼?à½?à¼?à½?à½?ུà½?à¼?"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "ཡིà½?à¼?སྣོà½?à¼? â??%sâ??ལསà¼?'%s' ལུà¼? à½?སà¾?ྱརà¼?à½?ིà½?à¼?à½?à½?à½?སà¼?à½?à¼?à½?ུà½?སà¼? g_rename() à½?ིསà¼? %s ལུà¼?à½?à¼?à½?à½?ུà½?à¼?"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "ཡིà½?à¼?སྣོà½?à¼? â??%sâ??:%s à½?སརà¼?à½?སà¾?ྲུà½?à¼?འà½?à½?à¼?à½?à¼?à½?ུà½?སà¼?"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "ཡིà½?à¼?སྣོà½?à¼?â??%sâ?? འà½?ྲིà¼?à½?ིའིà¼?à½?ོà½?à¼?ལུà¼? à½?à¼?à½?ྱེà¼?à½?à¼?à½?ུà½?སà¼?: fdopen() à½?à¼?à½?à½?ུà½?à¼?:%sà¼?"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "ཡིà½?à¼?སྣོà½?à¼? â??%sâ??འà½?ྲིà¼?à½?à¼?à½?ུà½?སà¼?: fwrite() à½?à¼?à½?à½?ུà½?à¼?:%sà¼?"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "ཡིà½?à¼?སྣོà½?à¼? â??%sâ??འà½?ྲིà¼?à½?à¼?à½?ུà½?སà¼?: fwrite() à½?à¼?à½?à½?ུà½?à¼?:%sà¼?"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "ཡིà½?à¼?སྣོà½?à¼? â??%sâ??འà½?ྲིà¼?à½?à¼?à½?ུà½?སà¼?: fwrite() à½?à¼?à½?à½?ུà½?à¼?:%sà¼?"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "ཡིà½?à¼?སྣོà½?à¼? â??%sâ??à½?à¼?à½?སྡà½?སà¼?à½?à¼?à½?ུà½?སà¼?: fclose() à½?à¼?à½?à½?ུà½?à¼?:%sà¼?"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "ཡོ����ི���འི�ཡི��སྣོ��'%s' �ེ� རྩ��ས�ྲ���������ུ�ས�: g_unlink() ����ུ��:%s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "�ེ���ེ�ལེ�ི� '%s' �ེ��ུས��ེ��ཨི�� �ེ���� '%s' འ����ི� �����ི��ི�འོ���"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "à½?ེà½?à¼?à½?ེལེà½?ིà¼? â??%sâ?? འà½?à½?à¼?à½?ིà¼?à½?ེà¼?à½?à½?à¼? XXXXXX à½?ིà½?à¼?འà½?ུà½?à¼?"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, c-format
+msgid "%.1f TB"
+msgstr ""
+
+#: glib/gfileutils.c:1802
+#, c-format
+msgid "%.1f PB"
+msgstr ""
+
+#: glib/gfileutils.c:1807
+#, c-format
+msgid "%.1f EB"
+msgstr ""
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "à½?རྡà¼?à½?à½?ོà½?à¼?འà½?ྲེལà¼?ལà½?à¼? â??%sâ??:%s ལྷà½?à¼?à½?à¼?à½?ུà½?སà¼?"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "�རྡ���ོ��འ�ྲེལ�ལ��ལུ� ར�ྱ��ས�ྱོར��ི��འ�ུ�"
@@ -531,7 +546,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr ""
@@ -1125,17 +1140,17 @@ msgstr "�ེ�ལུ�'%s'�ེ� �ུ�ལི���ི��སྦ
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr ""
@@ -1159,34 +1174,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1238,13 +1253,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1258,50 +1273,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr ""
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr ""
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr ""
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
#, fuzzy
msgid "Trash not supported"
msgstr "�རྡ���ོ��འ�ྲེལ�ལ��ལུ� ར�ྱ��ས�ྱོར��ི��འ�ུ�"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
#, fuzzy
msgid "No application is registered as handling this file"
msgstr "�ི��'%sའ����ི��ློ��རི���ྱིས� '%s �ོ��ལུ� �ེ��ར��ས��ི���ོ�འ�ོ����འ����ས� "
@@ -1391,7 +1406,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr ""
@@ -1404,115 +1419,120 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "�ུས��ེ��ལསརི���ི��:%s�"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, fuzzy, c-format
msgid "Error getting filesystem info: %s"
msgstr "ཡིà½?à¼?སྣོà½?à¼? â??%sâ??: %s ལྷà½?à¼?à½?ིà¼?ལུà¼?འà½?ོལà¼?à½?à¼?"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr ""
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "ཡིà½?à¼?སྣོà½?à¼? â??%sâ??: %s ལྷà½?à¼?à½?ིà¼?ལུà¼?འà½?ོལà¼?à½?à¼?"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
#, fuzzy
msgid "Invalid filename"
msgstr "�ུས��ེ���ྱི� ཧོས�ི��ེ��"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "ཡིà½?à¼?སྣོà½?à¼? â??%sâ??: %s ལྷà½?à¼?à½?ིà¼?ལུà¼?འà½?ོལà¼?à½?à¼?"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "ཡིà½?à¼?སྣོà½?à¼? â??%sâ??: %s ལྷà½?à¼?à½?ིà¼?ལུà¼?འà½?ོལà¼?à½?à¼?"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "ཡིà½?à¼?སྣོà½?à¼? â??%sâ??: %s ལྷà½?à¼?à½?ིà¼?ལུà¼?འà½?ོལà¼?à½?à¼?"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "ཡིà½?à¼?སྣོà½?à¼? â??%sâ??:%s à½?སརà¼?à½?སà¾?ྲུà½?à¼?འà½?à½?à¼?à½?à¼?à½?ུà½?སà¼?"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "ཡིà½?à¼?སྣོà½?à¼? â??%sâ??:%s à½?སརà¼?à½?སà¾?ྲུà½?à¼?འà½?à½?à¼?à½?à¼?à½?ུà½?སà¼?"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "ཡིà½?à¼?སྣོà½?à¼? â??%sâ??:%s à½?སརà¼?à½?སà¾?ྲུà½?à¼?འà½?à½?à¼?à½?à¼?à½?ུà½?སà¼?"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "སྣོ���ོ� '%s':%s ���ྱེ��ི�ལུ�འ�ོལ���"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "à½?རྡà¼?à½?à½?ོà½?à¼?འà½?ྲེལà¼?ལà½?à¼? â??%sâ??:%s ལྷà½?à¼?à½?à¼?à½?ུà½?སà¼?"
+
+#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "������%s �ི����ྱ��འ����ི�ལུ�འ�ོལ���"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "ཡིà½?à¼?སྣོà½?à¼? â??%sâ??: %s ལྷà½?à¼?à½?ིà¼?ལུà¼?འà½?ོལà¼?à½?à¼?"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "ཡིà½?à¼?སྣོà½?à¼? â??%sâ??: %s ལྷà½?à¼?à½?ིà¼?ལུà¼?འà½?ོལà¼?à½?à¼?"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr ""
@@ -1534,103 +1554,103 @@ msgstr "ཡི�����ེ� �ྱ���ོས��ྱི��ི
msgid "Error setting extended attribute '%s': %s"
msgstr "སྣོ���ོ� '%s':%s ���ྱེ��ི�ལུ�འ�ོལ���"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "ཡིà½?à¼?སྣོà½?à¼? â??%sâ??: %s ལྷà½?à¼?à½?ིà¼?ལུà¼?འà½?ོལà¼?à½?à¼?"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "ཡིà½?à¼?སྣོà½?à¼? â??%sâ??: %s ལྷà½?à¼?à½?ིà¼?ལུà¼?འà½?ོལà¼?à½?à¼?"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "��ི��ས�ྱུར��ྱི�ས��ས�འ�ོལ��� :%s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "��ི��ས�ྱུར��ྱི�ས��ས�འ�ོལ��� :%s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "��ི��ས�ྱུར��ྱི�ས��ས�འ�ོལ��� :%s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "�ྱལ�རི�� %d�: %s ལུ�འ�ོལ���"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "��ི��ས�ྱུར��ྱི�ས��ས�འ�ོལ��� :%s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "��ི��ས�ྱུར��ྱི�ས��ས�འ�ོལ��� :%s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "�རྡ���ོ��འ�ྲེལ�ལ��ལུ� ར�ྱ��ས�ྱོར��ི��འ�ུ�"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "ཡིà½?à¼?སྣོà½?à¼? â??%sâ??: %s ལྷà½?à¼?à½?ིà¼?ལུà¼?འà½?ོལà¼?à½?à¼?"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "ཡིà½?à¼?སྣོà½?à¼? â??%sâ??: %s ལྷà½?à¼?à½?ིà¼?ལུà¼?འà½?ོལà¼?à½?à¼?"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "ཡིà½?à¼?སྣོà½?à¼? â??%sâ??: %s ལྷà½?à¼?à½?ིà¼?ལུà¼?འà½?ོལà¼?à½?à¼?"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
@@ -1713,49 +1733,49 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+msgid "mount doesn't implement \"unmount\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+msgid "mount doesn't implement \"eject\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
@@ -1764,11 +1784,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr ""
@@ -1902,7 +1922,7 @@ msgstr "ཡིà½?à¼?སྣོà½?à¼? â??%sâ??: %s ལྷà½?à¼?à½?ིà¼?ལུà¼?
msgid "GSocketControlMessage not supported on windows"
msgstr ""
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "ཡིà½?à¼?སྣོà½?à¼? â??%sâ??: %s ལྷà½?à¼?à½?ིà¼?ལུà¼?འà½?ོལà¼?à½?à¼?"
diff --git a/po/el.po b/po/el.po
index 60098a4..6d36d38 100644
--- a/po/el.po
+++ b/po/el.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-09 18:38+0200\n"
"Last-Translator: Kostas Papadimas <pkst gnome org>\n"
"Language-Team: Greek\n"
@@ -98,71 +98,71 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Î?Ï?οÏ?Ï?Ï?ία ανάÏ?Ï?Ï?ξηÏ? Ï?ηÏ? γÏ?αμμήÏ? exec '%s' με URI '%s'"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Î? μεÏ?αÏ?Ï?οÏ?ή αÏ?Ï? Ï?ην ομάδα Ï?αÏ?ακÏ?ήÏ?Ï?ν '%s' Ï?ε '%s' δεν Ï?Ï?οÏ?Ï?ηÏ?ίζεÏ?αι"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Î?εν ήÏ?αν δÏ?ναÏ?Ï? Ï?ο άνοιγμα μεÏ?αÏ?Ï?οÏ?Îα αÏ?Ï? '%s' Ï?ε '%s'"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Î?η ÎγκÏ?Ï?η Ï?ειÏ?ά Ï?Ï?ην είÏ?οδο μεÏ?αÏ?Ï?οÏ?ήÏ?"
# gconf/gconftool.c:1181
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "ΣÏ?άλμα καÏ?ά Ï?η μεÏ?αÏ?Ï?οÏ?ή: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Î?μιÏ?ελήÏ? Ï?ειÏ?ά Ï?αÏ?ακÏ?ήÏ?α Ï?Ï?ο Ï?ÎλοÏ? Ï?ηÏ? ειÏ?Ï?δοÏ?"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Î?δÏ?ναμία μεÏ?αÏ?Ï?οÏ?ήÏ? fallback '%s' Ï?ε codeset '%s'"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr ""
"Το URI '%s' δεν είναι Îνα αÏ?Ï?λÏ?Ï?ο URI με Ï?ην Ï?Ï?ήÏ?η Ï?οÏ? Ï?Ï?ήμαÏ?οÏ? \"αÏ?Ï?είοÏ?\""
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Το URI Ï?οÏ?ικοÏ? αÏ?Ï?είοÏ? '%s' μÏ?οÏ?εί να μην Ï?εÏ?ιÎÏ?ει Îνα '#'"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "Το URI '%s' δεν είναι ÎγκÏ?Ï?ο"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Το Ï?νομα Ï?Ï?Ï?Ï?ήμαÏ?οÏ? Ï?οÏ? URI '%s' δεν είναι ÎγκÏ?Ï?ο"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Το URI '%s' Ï?εÏ?ιÎÏ?ει μη ÎγκÏ?Ï?οÏ?Ï? Ï?αÏ?ακÏ?ήÏ?εÏ? διαÏ?Ï?γήÏ?"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Το Ï?νομα διαδÏ?ομήÏ? '%s' δεν ανÏ?ιÏ?Ï?οιÏ?εί Ï?ε αÏ?Ï?λÏ?Ï?η διαδÏ?ομή"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Î?καÏ?άλληλο Ï?νομα Ï?Ï?Ï?Ï?ήμαÏ?οÏ?"
@@ -173,134 +173,149 @@ msgid "Error opening directory '%s': %s"
msgstr "ΣÏ?άλμα ανοίγμαÏ?οÏ? καÏ?αλÏ?γοÏ? '%s': %s"
#
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Î?δÏ?ναÏ?η η διάθεÏ?η %lu bytes Ï?Ï?ην ανάγνÏ?Ï?η αÏ?Ï?είοÏ? \"%s\""
#
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "ΣÏ?άλμα ανάγνÏ?Ï?ηÏ? αÏ?Ï?είοÏ? '%s': %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "Το αÏ?Ï?είο \"%s\" είναι Ï?Ï?εÏ?βολικά μεγάλο"
# gconf/gconf-internals.c:2416
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Î?Ï?οÏ?Ï?Ï?ία ανάγνÏ?Ï?ηÏ? αÏ?Ï? Ï?ο αÏ?Ï?είο '%s': %s"
# gconf/gconf-internals.c:2416
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Î?Ï?οÏ?Ï?Ï?ία ανοίγμαÏ?οÏ? αÏ?Ï?είοÏ? '%s': %s"
# gconf/gconfd.c:1701
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Î?Ï?οÏ?Ï?Ï?ία λήÏ?ηÏ? ιδιοÏ?ήÏ?Ï?ν Ï?οÏ? αÏ?Ï?είοÏ? '%s': fstat() αÏ?ÎÏ?Ï?Ï?ε: %s"
# gconf/gconf-internals.c:2416
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Î?δÏ?ναμία ανοίγμαÏ?οÏ? αÏ?Ï?είοÏ? '%s': fdopen() αÏ?ÎÏ?Ï?Ï?ε: %s"
# gconf/gconf-internals.c:2416
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Î?δÏ?ναμία μεÏ?ονομαÏ?ίαÏ? αÏ?Ï?είοÏ? '%s' Ï?ε '%s': g_rename() failed: %s"
# gconf/gconf-internals.c:2416
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Î?Ï?οÏ?Ï?Ï?ία δημιοÏ?Ï?γίαÏ? αÏ?Ï?είοÏ? '%s': %s"
# gconf/gconf-internals.c:2416
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Î?δÏ?ναμία ανοίγμαÏ?οÏ? αÏ?Ï?είοÏ? '%s' για εγγÏ?αÏ?ή: fdopen() αÏ?ÎÏ?Ï?Ï?ε: %s"
# gconf/gconf-internals.c:2416
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Î?δÏ?ναμία εγγÏ?αÏ?ήÏ? αÏ?Ï?είοÏ? '%s': fwrite() αÏ?ÎÏ?Ï?Ï?ε: %s"
# gconf/gconf-internals.c:2416
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Î?δÏ?ναμία εγγÏ?αÏ?ήÏ? αÏ?Ï?είοÏ? '%s': fflush() αÏ?ÎÏ?Ï?Ï?ε: %s"
# gconf/gconf-internals.c:2416
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Î?δÏ?ναμία εγγÏ?αÏ?ήÏ? αÏ?Ï?είοÏ? '%s': fsync() αÏ?ÎÏ?Ï?Ï?ε: %s"
# gconf/gconf-internals.c:2416
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Î?δÏ?ναμία κλειÏ?ίμαÏ?οÏ? αÏ?Ï?είοÏ? '%s': fclose() αÏ?ÎÏ?Ï?Ï?ε: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
"Î?εν είναι δÏ?ναÏ?ή η αÏ?ομάκÏ?Ï?νÏ?η Ï?οÏ? Ï?Ï?άÏ?Ï?ονÏ?οÏ? αÏ?Ï?είοÏ? '%s': g_unlink() "
"αÏ?ÎÏ?Ï?Ï?ε: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Το Ï?Ï?Ï?Ï?Ï?Ï?ο '%s' δεν είναι ÎγκÏ?Ï?ο, θα Ï?Ï?ÎÏ?ει να Ï?εÏ?ιÎÏ?ει Îνα '%s'"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Το Ï?Ï?Ï?Ï?Ï?Ï?ο '%s' δεν Ï?εÏ?ιÎÏ?ει XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u bytes"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
# gconf/gconf-internals.c:2416
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Î?Ï?οÏ?Ï?Ï?ία ανάγνÏ?Ï?ηÏ? Ï?Ï?μβολικοÏ? Ï?Ï?νδÎÏ?μοÏ? '%s': %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Î?ι Ï?Ï?μβολικοί Ï?Ï?νδεÏ?μοι δεν Ï?Ï?οÏ?Ï?ηÏ?ίζονÏ?αι"
@@ -569,7 +584,7 @@ msgid "the pattern contains items not supported for partial matching"
msgstr ""
"Ï?ο Ï?Ï?Ï?δειγμα Ï?εÏ?ιÎÏ?ει ανÏ?ικείμενα Ï?οÏ? δεν Ï?Ï?οÏ?Ï?ηÏ?ίζονÏ?αι για μεÏ?ικÏ? Ï?αίÏ?ιαÏ?μα"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "εÏ?Ï?Ï?εÏ?ικÏ? Ï?Ï?άλμα"
@@ -1186,17 +1201,17 @@ msgstr "Î? Ï?ιμή '%s' δεν μÏ?οÏ?εί να εÏ?μηνεÏ?θεί Ï?Ï? bool
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "Î? Ï?ιμή Ï?οÏ? διαβιβάÏ?Ï?ηκε Ï?Ï?ο %s είναι Ï?Ï?εÏ?βολικά μεγάλη"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "Î? Ï?οή ÎÏ?ει ήδη κλείÏ?ει"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "Î? λειÏ?οÏ?Ï?γία ακÏ?Ï?Ï?θηκε"
@@ -1219,34 +1234,34 @@ msgstr "Ï?Ï?Ï?οÏ? %s"
msgid "Unexpected early end-of-stream"
msgstr "Î?η αναμενÏ?μενο Ï?Ï?Ï?Ï?Ï?ο Ï?ÎλοÏ? Ï?οήÏ?"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Î?νÏ?νÏ?μο"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "Το αÏ?Ï?είο εÏ?ιÏ?άνειαÏ? εÏ?γαÏ?ίαÏ? δεν αναÏ?ÎÏ?ει Ï?Ï?γκεκÏ?ιμÎνο Ï?εδίο Exec"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "Î?δÏ?ναμία εÏ?Ï?εÏ?ηÏ? Ï?οÏ? Ï?εÏ?μαÏ?ικοÏ? Ï?οÏ? αÏ?αιÏ?είÏ?αι για Ï?ην εÏ?αÏ?μογή"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Î?δÏ?ναμία δημιοÏ?Ï?γίαÏ? Ï?ακÎλοÏ? Ï?Ï?θμίÏ?εÏ?ν εÏ?αÏ?μογήÏ? %s: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Î?δÏ?ναμία δημιοÏ?Ï?γίαÏ? Ï?ακÎλοÏ? Ï?Ï?θμίÏ?εÏ?ν MIME %s: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Î?δÏ?ναμία δημιοÏ?Ï?γίαÏ? αÏ?Ï?είοÏ? εÏ?ιÏ?άνειαÏ? εÏ?γαÏ?ίαÏ? %s"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "Î Ï?οÏ?αÏ?μοÏ?μÎνοÏ? οÏ?ιÏ?μÏ?Ï? Ï?οÏ? %s"
@@ -1302,13 +1317,13 @@ msgstr "Î?ανθαÏ?μÎνοÏ? αÏ?ιθμÏ?Ï? token (%d) Ï?Ï?ην κÏ?δικοÏ?
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "Î?ναμενÏ?Ï?αν GEmblem για Ï?ο GEmblemedIcon"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Î?εν Ï?Ï?οÏ?Ï?ηÏ?ίζεÏ?αι η λειÏ?οÏ?Ï?γία"
@@ -1321,49 +1336,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "Î?εν Ï?Ï?άÏ?Ï?ει η Ï?εÏ?ιÎÏ?οÏ?Ï?α Ï?Ï?οÏ?άÏ?Ï?ηÏ?η"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Î?δÏ?ναÏ?η η ανÏ?ιγÏ?αÏ?ή εÏ?ί καÏ?αλÏ?γοÏ?"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "Î?δÏ?ναÏ?η η ανÏ?ιγÏ?αÏ?ή καÏ?αλÏ?γοÏ? εÏ?ί καÏ?αλÏ?γοÏ?"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "Το αÏ?Ï?είο Ï?Ï?οοÏ?ιÏ?μοÏ? Ï?Ï?άÏ?Ï?ει"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "Î?δÏ?ναÏ?η η αναδÏ?ομική ανÏ?ιγÏ?αÏ?ή καÏ?αλÏ?γοÏ?"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "Î?δÏ?ναÏ?η η ανÏ?ιγÏ?αÏ?ή Ï?οÏ? ειδικοÏ? αÏ?Ï?είοÏ?"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "Î?η ÎγκÏ?Ï?η Ï?ιμή Ï?Ï?μβολικοÏ? Ï?Ï?νδÎÏ?μοÏ?"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "Î?εν Ï?Ï?οÏ?Ï?ηÏ?ίζεÏ?αι η Ï?Ï?αÏ?ξη αÏ?οÏ?Ï?ιμάÏ?Ï?ν"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Τα ονÏ?μαÏ?α Ï?Ï?ν αÏ?Ï?είÏ?ν δεν εÏ?ιÏ?Ï?ÎÏ?εÏ?αι να Ï?εÏ?ιÎÏ?οÏ?ν '%c'"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "ο Ï?Ï?μοÏ? δεν Ï?Ï?οÏ?Ï?ηÏ?ίζει Ï?ην Ï?Ï?οÏ?άÏ?Ï?ηÏ?η"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "Î?εν ÎÏ?οÏ?ν οÏ?ιÏ?Ï?εί εÏ?αÏ?μογÎÏ? για Ï?ο Ï?ειÏ?ιÏ?μÏ? αÏ?Ï?οÏ? Ï?οÏ? αÏ?Ï?είοÏ?"
@@ -1455,7 +1470,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "Î?κκÏ?εμεί μία ενÎÏ?γεια για Ï?η Ï?οή"
@@ -1468,118 +1483,124 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "Î?ε βÏ?Îθηκε ο Ï?Ï?Ï?οÏ? monitor Ï?οÏ? Ï?Ï?οεÏ?ιλεγμÎνοÏ? Ï?οÏ?ικοÏ? καÏ?αλÏ?γοÏ?"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Î?η ÎγκÏ?Ï?ο Ï?νομα αÏ?Ï?είοÏ?: %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "ΣÏ?άλμα λήÏ?ηÏ? Ï?ληÏ?οÏ?οÏ?ιÏ?ν Ï?Ï?Ï?Ï?ήμαÏ?οÏ? αÏ?Ï?είÏ?ν: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Î?δÏ?ναÏ?η η μεÏ?ονομαÏ?ία Ï?οÏ? καÏ?αλÏ?γοÏ? root"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "ΣÏ?άλμα μεÏ?ονομαÏ?ίαÏ? αÏ?Ï?είοÏ?: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "Î?δÏ?ναÏ?η η μεÏ?ονομαÏ?ία Ï?οÏ? αÏ?Ï?είοÏ?, Ï?ο Ï?νομα αÏ?Ï?είοÏ? Ï?Ï?άÏ?Ï?ει ήδη"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Î?η ÎγκÏ?Ï?ο Ï?νομα αÏ?Ï?είοÏ?"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "ΣÏ?άλμα ανοίγμαÏ?οÏ? αÏ?Ï?είοÏ?: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Î?δÏ?ναμία ανοίγμαÏ?οÏ? καÏ?αλÏ?γοÏ?"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "ΣÏ?άλμα αÏ?αίÏ?εÏ?ηÏ? αÏ?Ï?είοÏ?: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "ΣÏ?άλμα μεÏ?αÏ?οÏ?άÏ? αÏ?Ï?είοÏ? Ï?Ï?α αÏ?οÏ?Ï?ίμμαÏ?α: %s"
# gconf/gconf-internals.c:2416
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Î?Ï?οÏ?Ï?Ï?ία δημιοÏ?Ï?γίαÏ? καÏ?αλÏ?γοÏ? αÏ?οÏ?Ï?ιμμάÏ?Ï?ν %s: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "Î?δÏ?ναμία εÏ?Ï?εÏ?ηÏ? καÏ?αλÏ?γοÏ? ανÏ?Ï?αÏ?οÏ? εÏ?ιÏ?ÎδοÏ? για Ï?α αÏ?οÏ?Ï?ίμμαÏ?α"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "Î?δÏ?ναÏ?η η εÏ?Ï?εÏ?η ή δημιοÏ?Ï?γία Ï?οÏ? καÏ?αλÏ?γοÏ? αÏ?οÏ?Ï?ιμμάÏ?Ï?ν"
# gconf/gconf-internals.c:2416
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Î?Ï?οÏ?Ï?Ï?ία δημιοÏ?Ï?γίαÏ? αÏ?Ï?είοÏ? Ï?ληÏ?οÏ?οÏ?ιÏ?ν αÏ?οÏ?Ï?ιμμάÏ?Ï?ν: %s"
# gconf/gconf-internals.c:2416
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Î?δÏ?ναÏ?η η μεÏ?αÏ?οÏ?ά Ï?οÏ? αÏ?Ï?είοÏ? Ï?Ï?α αÏ?οÏ?Ï?ίμμαÏ?α: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "ΣÏ?άλμα δημιοÏ?Ï?γίαÏ? καÏ?αλÏ?γοÏ?: %s"
+# gconf/gconf-internals.c:2416
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Î?Ï?οÏ?Ï?Ï?ία ανάγνÏ?Ï?ηÏ? Ï?Ï?μβολικοÏ? Ï?Ï?νδÎÏ?μοÏ? '%s': %s"
+
# gconf/gconftool.c:1181
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "ΣÏ?άλμα δημιοÏ?Ï?γίαÏ? Ï?Ï?μβολικοÏ? Ï?Ï?νδÎÏ?μοÏ?: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "ΣÏ?άλμα καÏ?ά Ï?η μεÏ?ακίνηÏ?η Ï?οÏ? αÏ?Ï?είοÏ?: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Î?δÏ?ναÏ?η η μεÏ?ακίνηÏ?η καÏ?αλÏ?γοÏ? εÏ?ί καÏ?αλÏ?γοÏ?"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Î?Ï?ÎÏ?Ï?Ï?ε η δημιοÏ?Ï?γία ανÏ?ιγÏ?άÏ?οÏ? αÏ?Ï?αλείαÏ?"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "ΣÏ?άλμα αÏ?αίÏ?εÏ?ηÏ? Ï?οÏ? αÏ?Ï?είοÏ? Ï?Ï?οοÏ?ιÏ?μοÏ?: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "Î?εν Ï?Ï?οÏ?Ï?ηÏ?ίζεÏ?αι η μεÏ?ακίνηÏ?η μεÏ?αξÏ? Ï?Ï?οÏ?αÏ?Ï?ήÏ?εÏ?ν"
@@ -1600,110 +1621,110 @@ msgstr "Î?η ÎγκÏ?Ï?ο εκÏ?εÏ?αμÎνο Ï?νομα γνÏ?Ï?ίÏ?μαÏ?οÏ?
msgid "Error setting extended attribute '%s': %s"
msgstr "ΣÏ?άλμα οÏ?ιÏ?μοÏ? εκÏ?εÏ?αμÎνοÏ? ονÏ?μαÏ?οÏ? γνÏ?Ï?ίÏ?μαÏ?οÏ? '%s': %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "ΣÏ?άλμα δήλÏ?Ï?ηÏ? αÏ?Ï?είοÏ? '%s': %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (μη ÎγκÏ?Ï?η κÏ?δικοÏ?οίηÏ?η)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "ΣÏ?άλμα δήλÏ?Ï?ηÏ? Ï?εÏ?ιγÏ?αÏ?Îα αÏ?Ï?είοÏ?: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Î?η ÎγκÏ?Ï?οÏ? Ï?Ï?Ï?οÏ? γνÏ?Ï?ίÏ?μαÏ?οÏ? (αναμÎνεÏ?αι uint32)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Î?η ÎγκÏ?Ï?οÏ? Ï?Ï?Ï?οÏ? γνÏ?Ï?ίÏ?μαÏ?οÏ? (αναμÎνεÏ?αι uint64)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Î?η ÎγκÏ?Ï?οÏ? Ï?Ï?Ï?οÏ? γνÏ?Ï?ίÏ?μαÏ?οÏ? (αναμÎνεÏ?αι byte string)"
# gconf/gconftool.c:1181
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "ΣÏ?άλμα καÏ?ά Ï?η Ï?Ï?θμιÏ?η Ï?Ï?ν δικαιÏ?μάÏ?Ï?ν: %s"
# gconf/gconftool.c:1181
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "ΣÏ?άλμα καÏ?ά Ï?η Ï?Ï?θμιÏ?η Ï?Ï?ν δικαιÏ?μάÏ?Ï?ν: %s"
# gconf/gconftool.c:1181
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "ΣÏ?άλμα καÏ?ά Ï?η Ï?Ï?θμιÏ?η Ï?οÏ? ιδιοκÏ?ήÏ?η: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "ο Ï?Ï?μβολικÏ?Ï? Ï?Ï?νδεÏ?μοÏ? δεν εÏ?ιÏ?Ï?ÎÏ?εÏ?αι να είναι κενÏ?Ï?"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "ΣÏ?άλμα καÏ?ά Ï?ον οÏ?ιÏ?μÏ? Ï?οÏ? Ï?Ï?μβολικοÏ? Ï?Ï?νδÎÏ?μοÏ?: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"ΣÏ?άλμα καÏ?ά Ï?ον οÏ?ιÏ?μÏ? Ï?οÏ? Ï?Ï?μβολικοÏ? Ï?Ï?νδÎÏ?μοÏ?: Ï?ο αÏ?Ï?είο δεν είναι "
"Ï?Ï?μβολικÏ?Ï? Ï?Ï?νδεÏ?μοÏ?"
# gconf/gconftool.c:1181
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "ΣÏ?άλμα καÏ?ά Ï?η Ï?Ï?θμιÏ?η Ï?Ï?οÏ?οÏ?οίηÏ?ηÏ? ή Ï?Ï?Ï?νοÏ? Ï?Ï?Ï?Ï?βαÏ?ηÏ?: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "Το Ï?εÏ?ιεÏ?Ï?μενο SELinux δεν εÏ?ιÏ?Ï?ÎÏ?εÏ?αι να είναι κενÏ?"
# gconf/gconftool.c:1181
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "ΣÏ?άλμα καÏ?ά Ï?η Ï?Ï?θμιÏ?η Ï?οÏ? Ï?εÏ?ιεÏ?ομÎνοÏ? SELinux: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "Το SELinux δεν ÎÏ?ει ενεÏ?γοÏ?οιηθεί Ï?Ï?ο Ï?Ï?Ï?Ï?ημά Ï?αÏ?"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Î?εν Ï?Ï?οÏ?Ï?ηÏ?ίζεÏ?αι ο οÏ?ιÏ?μÏ?Ï? Ï?οÏ? γνÏ?Ï?ίÏ?μαÏ?οÏ? %s"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "ΣÏ?άλμα ανάγνÏ?Ï?ηÏ? αÏ?Ï? Ï?ο αÏ?Ï?είο: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "ΣÏ?άλμα αναζήÏ?ηÏ?ηÏ? Ï?Ï?ο αÏ?Ï?είο: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "ΣÏ?άλμα καÏ?ά Ï?ο κλείÏ?ιμο Ï?οÏ? αÏ?Ï?είοÏ?: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "Î?ε βÏ?Îθηκε ο Ï?Ï?Ï?οÏ? monitor Ï?οÏ? Ï?Ï?οεÏ?ιλεγμÎνοÏ? Ï?οÏ?ικοÏ? αÏ?Ï?είοÏ?"
@@ -1789,51 +1810,54 @@ msgstr "Î?Ï?ÎÏ?Ï?Ï?ε η αλλαγή διαÏ?Ï?άÏ?εÏ?ν Ï?ηÏ? Ï?οήÏ? εξ
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "η Ï?Ï?οÏ?άÏ?Ï?ηÏ?η δεν Ï?Ï?οÏ?Ï?ηÏ?ίζει Ï?ην αÏ?οÏ?Ï?οÏ?άÏ?Ï?ηÏ?η"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "η Ï?Ï?οÏ?άÏ?Ï?ηÏ?η δεν Ï?Ï?οÏ?Ï?ηÏ?ίζει Ï?ην εξαγÏ?γή"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
+#: gio/gmount.c:568
#, fuzzy
-msgid "mount doesn't implement unmount or unmount_with_operation"
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "η Ï?Ï?οÏ?άÏ?Ï?ηÏ?η δεν Ï?Ï?οÏ?Ï?ηÏ?ίζει Ï?ην αÏ?οÏ?Ï?οÏ?άÏ?Ï?ηÏ?η"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
+#: gio/gmount.c:655
#, fuzzy
-msgid "mount doesn't implement eject or eject_with_operation"
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "η Ï?Ï?οÏ?άÏ?Ï?ηÏ?η δεν Ï?Ï?οÏ?Ï?ηÏ?ίζει Ï?ην εξαγÏ?γή"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
"η Ï?Ï?οÏ?άÏ?Ï?ηÏ?η δεν Ï?Ï?οÏ?Ï?ηÏ?ίζει Ï?ο μάνÏ?εμα Ï?οÏ? Ï?Ï?Ï?οÏ? Ï?Ï?γÏ?Ï?ονÏ?ν Ï?εÏ?ιεÏ?ομÎνÏ?ν"
@@ -1843,11 +1867,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "Î? Ï?οή εξÏ?δοÏ? δεν Ï?Ï?οÏ?Ï?ηÏ?ίζει Ï?ην εγγÏ?αÏ?ή"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "Î? Ï?οή Ï?ηγήÏ? ÎÏ?ει ήδη κλείÏ?ει"
@@ -1988,7 +2012,7 @@ msgstr "ΣÏ?άλμα ανοίγμαÏ?οÏ? αÏ?Ï?είοÏ?: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "οι αλλαγÎÏ? Ï?Ï?ιÏ? Ï?Ï?Ï?Ï?εÏ?ίÏ?ειÏ? δεν Ï?Ï?οÏ?Ï?ηÏ?ίζονÏ?αι Ï?Ï?α win32"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "ΣÏ?άλμα λήÏ?ηÏ? μηνÏ?μαÏ?οÏ?: %s"
diff --git a/po/en shaw po b/po/en shaw po
index 84875f2..bf971c9 100644
--- a/po/en shaw po
+++ b/po/en shaw po
@@ -6,9 +6,8 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
-"product=glib&component=general\n"
-"POT-Creation-Date: 2009-10-27 20:38+0000\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Thomas Thurman <tthurman gnome org>\n"
"Language-Team: Shavian <ubuntu-l10n-en-shaw lists launchpad net>\n"
@@ -16,314 +15,335 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../glib/gbookmarkfile.c:737
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "ð??³ð??¯ð??¦ð???ð???ð???ð??§ð???ð???ð??©ð??? ð??¨ð???ð??®ð??¦ð???ð??¿ð??? '%s' ð???ð??¹ ð??§ð??¤ð??©ð??¥ð??©ð??¯ð??? '%s"
-#: ../glib/gbookmarkfile.c:748 ../glib/gbookmarkfile.c:819
-#: ../glib/gbookmarkfile.c:829 ../glib/gbookmarkfile.c:936
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "ð??©ð???ð??®ð??¦ð???ð??¿ð??? '%s' ð??? ð??§ð??¤ð??©ð??¥ð??©ð??¯ð??? '%s' ð??¯ð??ªð??? ð???ð??¬ð??¯ð???"
-#: ../glib/gbookmarkfile.c:1106 ../glib/gbookmarkfile.c:1171
-#: ../glib/gbookmarkfile.c:1235 ../glib/gbookmarkfile.c:1245
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "ð??³ð??¯ð??¦ð???ð???ð???ð??§ð???ð???ð??©ð??? ð???ð??¨ð??? '%s', ð???ð??¨ð??? '%s' ð??¦ð???ð???ð???ð??§ð???ð???ð??©ð???"
-#: ../glib/gbookmarkfile.c:1131 ../glib/gbookmarkfile.c:1145
-#: ../glib/gbookmarkfile.c:1213 ../glib/gbookmarkfile.c:1265
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "ð??³ð??¯ð??¦ð???ð???ð???ð??§ð???ð???ð??©ð??? ð???ð??¨ð??? '%s' ð??¦ð??¯ð???ð??²ð??? '%s'"
-#: ../glib/gbookmarkfile.c:1793
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "ð??¯ð??´ ð???ð??¨ð??¤ð??¦ð??? ð???ð??«ð???ð??¥ð??¸ð??? ð???ð??²ð??¤ ð???ð??¬ð??¯ð??? ð??¦ð??¯ ð???ð??±ð???ð??© ð???ð??»ð???"
-#: ../glib/gbookmarkfile.c:1994
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "ð??© ð???ð??«ð???ð??¥ð??¸ð??? ð???ð??¹ URI '%s' ð??·ð??¤ð??®ð??§ð???ð??¦ ð??§ð???ð???ð??¦ð???ð???ð???"
-#: ../glib/gbookmarkfile.c:2040 ../glib/gbookmarkfile.c:2198
-#: ../glib/gbookmarkfile.c:2283 ../glib/gbookmarkfile.c:2363
-#: ../glib/gbookmarkfile.c:2448 ../glib/gbookmarkfile.c:2531
-#: ../glib/gbookmarkfile.c:2609 ../glib/gbookmarkfile.c:2688
-#: ../glib/gbookmarkfile.c:2730 ../glib/gbookmarkfile.c:2827
-#: ../glib/gbookmarkfile.c:2953 ../glib/gbookmarkfile.c:3143
-#: ../glib/gbookmarkfile.c:3219 ../glib/gbookmarkfile.c:3384
-#: ../glib/gbookmarkfile.c:3473 ../glib/gbookmarkfile.c:3563
-#: ../glib/gbookmarkfile.c:3691
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "ð??¯ð??´ ð???ð??«ð???ð??¥ð??¸ð??? ð???ð??¬ð??¯ð??? ð???ð??¹ URI '%s'"
-#: ../glib/gbookmarkfile.c:2372
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "ð??¯ð??´ MIME ð???ð??²ð??? ð???ð??¦ð???ð??²ð??¯ð??? ð??¦ð??¯ ð??? ð???ð??«ð???ð??¥ð??¸ð??? ð???ð??¹ ð???ð??»ð??° '%s'"
-#: ../glib/gbookmarkfile.c:2457
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "ð??¯ð??´ ð???ð??®ð??²ð???ð??©ð??? ð???ð??¤ð??¨ð??? ð??£ð??¨ð??? ð???ð??°ð??¯ ð???ð??¦ð???ð??²ð??¯ð??? ð??¦ð??¯ ð???ð??«ð???ð??¥ð??¸ð??? ð???ð??¹ URI '%s'"
-#: ../glib/gbookmarkfile.c:2836
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "ð??¯ð??´ ð???ð??®ð??µð???ð??? ð???ð??§ð??? ð??¦ð??¯ ð???ð??«ð???ð??¥ð??¸ð??? ð???ð??¹ URI '%s'"
-#: ../glib/gbookmarkfile.c:3237 ../glib/gbookmarkfile.c:3394
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "ð??¯ð??´ ð??©ð???ð??¤ð??¦ð???ð??±ð???ð??©ð??¯ ð??¢ð??¦ð??? ð??¯ð??±ð??¥ '%s' ð??®ð??§ð??¡ð??¦ð???ð???ð??¼ð??? ð??© ð???ð??«ð???ð??¥ð??¸ð??? ð???ð??¹ '%s'"
-#: ../glib/gbookmarkfile.c:3417
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "ð???ð??±ð??¤ð??? ð??? ð??¦ð???ð???ð???ð??¨ð??¯ð??? ð??§ð???ð???ð??§ð??? ð??¤ð??²ð??¯ '%s' ð??¢ð??¦ð??? URI '%s'"
-#: ../glib/gconvert.c:431 ../glib/gconvert.c:509 ../glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "ð???ð??©ð??¯ð???ð??»ð???ð??©ð??¯ ð???ð??®ð??ªð??¥ ð???ð??¨ð??®ð??©ð???ð???ð??¼ ð???ð??§ð??? '%s' ð??? '%s' ð??¦ð??? ð??¯ð??ªð??? ð???ð??©ð???ð??¹ð???ð??©ð???"
-#: ../glib/gconvert.c:435 ../glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "ð???ð??«ð??? ð??¯ð??ªð??? ð??´ð???ð??©ð??¯ ð???ð??©ð??¯ð???ð??»ð???ð??» ð???ð??®ð??ªð??¥ '%s' ð??? '%s'"
-#: ../glib/gconvert.c:640 ../glib/gconvert.c:1035 ../glib/giochannel.c:1402
-#: ../glib/giochannel.c:1444 ../glib/giochannel.c:2288 ../glib/gutf8.c:964
-#: ../glib/gutf8.c:1419
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
+#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
+#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "ð??¦ð??¯ð???ð??¨ð??¤ð??¦ð??? ð???ð??²ð??? ð???ð??°ð???ð??¢ð??©ð??¯ð??? ð??¦ð??¯ ð???ð??©ð??¯ð???ð??»ð???ð??©ð??¯ ð??¦ð??¯ð???ð??«ð???"
-#: ../glib/gconvert.c:648 ../glib/gconvert.c:960 ../glib/giochannel.c:1409
-#: ../glib/giochannel.c:2300
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
+#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "ð??»ð??¼ ð???ð???ð??«ð??¼ð??¦ð??? ð???ð??©ð??¯ð???ð??»ð???ð??©ð??¯: %s"
-#: ../glib/gconvert.c:680 ../glib/gutf8.c:960 ../glib/gutf8.c:1170
-#: ../glib/gutf8.c:1311 ../glib/gutf8.c:1415
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "ð???ð??¸ð???ð??¦ð??¨ð??¤ ð???ð??¨ð??®ð??©ð???ð???ð??¼ ð???ð??°ð???ð??¢ð??©ð??¯ð??? ð??¨ð??? ð??§ð??¯ð??? ð??? ð??¦ð??¯ð???ð??«ð???"
-#: ../glib/gconvert.c:932
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "ð???ð??¨ð??¯ð??ªð??? ð???ð??©ð??¯ð???ð??»ð??? ð???ð??ªð??¤ð???ð??¨ð??? '%s' ð??? ð???ð??´ð???ð???ð??§ð??? '%s'"
-#: ../glib/gconvert.c:1755
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "ð??? URI '%s' ð??¦ð??? ð??¯ð??ªð??? ð??©ð??¯ ð??¨ð???ð???ð??´ð??¤ð??µð??? URI ð??¿ð???ð??¦ð??? ð??? \"file\" ð???ð???ð??°ð??¥"
-#: ../glib/gconvert.c:1765
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "ð??? ð??¤ð??´ð???ð??©ð??¤ ð???ð??²ð??¤ URI '%s' ð??¥ð??± ð??¯ð??ªð??? ð??¦ð??¯ð???ð??¤ð??µð??? ð??© '#'"
-#: ../glib/gconvert.c:1782
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "ð??? URI '%s' ð??¦ð??? ð??¦ð??¯ð???ð??¨ð??¤ð??¦ð???"
-#: ../glib/gconvert.c:1794
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "ð??? ð??£ð??´ð???ð???ð??¯ð??±ð??¥ ð??? ð??? URI '%s' ð??¦ð??? ð??¦ð??¯ð???ð??¨ð??¤ð??¦ð???"
-#: ../glib/gconvert.c:1810
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "ð??? URI '%s' ð???ð??©ð??¯ð???ð??±ð??¯ð??? ð??¦ð??¯ð???ð??¨ð??¤ð??¦ð???ð??¤ð??¦ ð??¦ð???ð???ð??±ð???ð??? ð???ð??¨ð??®ð??©ð???ð???ð??¼ð???"
-#: ../glib/gconvert.c:1905
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "ð??? ð???ð??ð???ð??¯ð??±ð??¥ '%s' ð??¦ð??? ð??¯ð??ªð??? ð??©ð??¯ ð??¨ð???ð???ð??´ð??¤ð??µð??? ð???ð??ð???"
-#: ../glib/gconvert.c:1915
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "ð??¦ð??¯ð???ð??¨ð??¤ð??¦ð??? ð??£ð??´ð???ð???ð??¯ð??±ð??¥"
-#: ../glib/gdir.c:112 ../glib/gdir.c:135
+#: glib/gdir.c:112 glib/gdir.c:135
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "ð??»ð??¼ ð??´ð???ð??©ð??¯ð??¦ð??? ð???ð??²ð??®ð??§ð???ð???ð??¼ð??¦ '%s': %s"
-#: ../glib/gfileutils.c:529 ../glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "ð???ð??«ð??? ð??¯ð??ªð??? ð??¨ð??¤ð??´ð???ð??±ð??? %lu ð???ð??²ð???ð??? ð??? ð??®ð??°ð??? ð???ð??²ð??¤ \"%s\""
-#: ../glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "ð??»ð??¼ ð??®ð??°ð???ð??¦ð??? ð???ð??²ð??¤ '%s': %s"
-#: ../glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "ð???ð??²ð??¤ \"%s\" ð??¦ð??? ð???ð??µ ð??¤ð??¸ð??¡"
-#: ../glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "ð???ð??±ð??¤ð??? ð??? ð??®ð??°ð??? ð???ð??®ð??ªð??¥ ð???ð??²ð??¤ '%s': %s"
-#: ../glib/gfileutils.c:692 ../glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "ð???ð??±ð??¤ð??? ð??? ð??´ð???ð??©ð??¯ ð???ð??²ð??¤ '%s': %s"
-#: ../glib/gfileutils.c:709 ../glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "ð???ð??±ð??¤ð??? ð??? ð???ð??§ð??? ð??¨ð???ð??®ð??¦ð???ð??¿ð???ð??? ð??? ð???ð??²ð??¤ '%s': fstat() ð???ð??±ð??¤ð???: %s"
-#: ../glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "ð???ð??±ð??¤ð??? ð??? ð??´ð???ð??©ð??¯ ð???ð??²ð??¤ '%s': fdopen() ð???ð??±ð??¤ð???: %s"
-#: ../glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "ð???ð??±ð??¤ð??? ð??? ð??®ð??°ð??¯ð??±ð??¥ ð???ð??²ð??¤ '%s' ð??? '%s': g_rename() ð???ð??±ð??¤ð???: %s"
-#: ../glib/gfileutils.c:893 ../glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "ð???ð??±ð??¤ð??? ð??? ð???ð??®ð??¦ð??±ð??? ð???ð??²ð??¤ '%s': %s"
-#: ../glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "ð???ð??±ð??¤ð??? ð??? ð??´ð???ð??©ð??¯ ð???ð??²ð??¤ '%s' ð???ð??¹ ð??®ð??²ð???ð??¦ð???: fdopen() ð???ð??±ð??¤ð???: %s"
-#: ../glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "ð???ð??±ð??¤ð??? ð??? ð??®ð??²ð??? ð???ð??²ð??¤ '%s': fwrite() ð???ð??±ð??¤ð???: %s"
-#: ../glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "ð???ð??±ð??¤ð??? ð??? ð??®ð??²ð??? ð???ð??²ð??¤ '%s': fflush() ð???ð??±ð??¤ð???: %s"
-#: ../glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "ð???ð??±ð??¤ð??? ð??? ð??®ð??²ð??? ð???ð??²ð??¤ '%s': fsync() ð???ð??±ð??¤ð???: %s"
-#: ../glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "ð???ð??±ð??¤ð??? ð??? ð???ð??¤ð??´ð??? ð???ð??²ð??¤ '%s': fclose() ð???ð??±ð??¤ð???: %s"
-#: ../glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "ð??§ð???ð???ð??¦ð???ð???ð??¦ð??? ð???ð??²ð??¤ '%s' ð???ð??«ð??? ð??¯ð??ªð??? ð???ð??° ð??®ð??¦ð??¥ð??µð???ð???: g_unlink() ð???ð??±ð??¤ð???: %s"
-#: ../glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "ð???ð??§ð??¥ð???ð??¤ð??±ð??? '%s' ð??¦ð??¯ð???ð??¨ð??¤ð??¦ð???, ð???ð??«ð??? ð??¯ð??ªð??? ð???ð??©ð??¯ð???ð??±ð??¯ ð??© '%s'"
-#: ../glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "ð???ð??§ð??¥ð???ð??¤ð??±ð??? '%s' ð???ð??³ð???ð??¯ð??? ð???ð??©ð??¯ð???ð??±ð??¯ XXXXXX"
-#: ../glib/gfileutils.c:1772
+#: glib/gfileutils.c:1774
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "ð???ð??±ð??¤ð??? ð??? ð??®ð??°ð??? ð??? ð???ð??¦ð??¥ð???ð??ªð??¤ð??¦ð??? ð??¤ð??¦ð???ð??? '%s': %s"
-#: ../glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "ð???ð??¦ð??¥ð???ð??ªð??¤ð??¦ð??? ð??¤ð??¦ð???ð???ð??? ð??¯ð??ªð??? ð???ð??©ð???ð??¹ð???ð??©ð???"
-#: ../glib/giochannel.c:1234
+#: glib/giochannel.c:1234
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "ð???ð??«ð??? ð??¯ð??ªð??? ð??´ð???ð??©ð??¯ ð???ð??©ð??¯ð???ð??»ð???ð??» ð???ð??®ð??ªð??¥ '%s' ð??? '%s': %s"
-#: ../glib/giochannel.c:1579
+#: glib/giochannel.c:1579
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "ð???ð??¨ð??¯ð??? ð???ð??µ ð??© ð??®ð??· ð??®ð??§ð??? ð??¦ð??¯ g_io_channel_read_line_string"
-#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1884
-#: ../glib/giochannel.c:1971
+#: glib/giochannel.c:1626 glib/giochannel.c:1884 glib/giochannel.c:1971
msgid "Leftover unconverted data in read buffer"
msgstr "ð??¤ð??§ð???ð???ð??´ð???ð??» ð??©ð??¯ð???ð??©ð??¯ð???ð??»ð???ð??¦ð??? ð???ð??±ð???ð??© ð??¦ð??¯ ð??®ð??°ð??? ð???ð??³ð???ð??¼"
-#: ../glib/giochannel.c:1707 ../glib/giochannel.c:1784
+#: glib/giochannel.c:1707 glib/giochannel.c:1784
msgid "Channel terminates in a partial character"
msgstr "ð???ð??¨ð??¯ð??©ð??¤ ð???ð??»ð??¥ð??¦ð??¯ð??±ð???ð??? ð??¦ð??¯ ð??© ð???ð??¸ð???ð??¦ð??¨ð??¤ ð???ð??¨ð??®ð??©ð???ð???ð??¼"
-#: ../glib/giochannel.c:1770
+#: glib/giochannel.c:1770
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "ð???ð??¨ð??¯ð??? ð???ð??µ ð??© ð??®ð??· ð??®ð??§ð??? ð??¦ð??¯ g_io_channel_read_to_end"
-#: ../glib/gmappedfile.c:123
+#: glib/gmappedfile.c:123
#, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "ð???ð??±ð??¤ð??? ð??? ð??´ð???ð??©ð??¯ ð???ð??²ð??¤ '%s': open() ð???ð??±ð??¤ð???: %s"
-#: ../glib/gmappedfile.c:201
+#: glib/gmappedfile.c:201
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "ð???ð??±ð??¤ð??? ð??? ð??¥ð??¨ð??? ð???ð??²ð??¤ '%s': mmap() ð???ð??±ð??¤ð???: %s"
-#: ../glib/gmarkup.c:303 ../glib/gmarkup.c:343
+#: glib/gmarkup.c:303 glib/gmarkup.c:343
#, c-format
msgid "Error on line %d char %d: "
msgstr "ð??»ð??¼ ð??ªð??¯ ð??¤ð??²ð??¯ %d ð???ð??¸ %d: "
-#: ../glib/gmarkup.c:363 ../glib/gmarkup.c:441
+#: glib/gmarkup.c:363 glib/gmarkup.c:441
#, c-format
msgid "Invalid UTF-8 encoded text in name - not valid '%s'"
msgstr "ð??¦ð??¯ð???ð??¨ð??¤ð??¦ð??? UTF-8 ð??§ð??¯ð???ð??´ð???ð??©ð??? ð???ð??§ð???ð???ð??? ð??¦ð??¯ ð??¯ð??±ð??¥ - ð??¯ð??ªð??? ð???ð??¨ð??¤ð??¦ð??? '%s'"
-#: ../glib/gmarkup.c:374
+#: glib/gmarkup.c:374
#, c-format
msgid "'%s' is not a valid name "
msgstr "'%s' ð??¦ð??? ð??¯ð??ªð??? ð??© ð???ð??¨ð??¤ð??¦ð??? ð??¯ð??±ð??¥ "
-#: ../glib/gmarkup.c:390
+#: glib/gmarkup.c:390
#, c-format
msgid "'%s' is not a valid name: '%c' "
msgstr "'%s' ð??¦ð??? ð??¯ð??ªð??? ð??© ð???ð??¨ð??¤ð??¦ð??? ð??¯ð??±ð??¥: '%c' "
-#: ../glib/gmarkup.c:494
+#: glib/gmarkup.c:494
#, c-format
msgid "Error on line %d: %s"
msgstr "ð??»ð??¼ ð??ªð??¯ ð??¤ð??²ð??¯ %d: %s"
-#: ../glib/gmarkup.c:578
+#: glib/gmarkup.c:578
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -332,43 +352,45 @@ msgstr ""
"ð???ð??±ð??¤ð??? ð??? ð???ð??¸ð??? '%-.*s', ð??¢ð??¦ð??? ð???ð??«ð??? ð??£ð??¨ð??? ð???ð??°ð??¯ ð??© ð???ð??¦ð??¡ð??¦ð??? ð??¦ð??¯ð???ð??²ð??? ð??© ð???ð??¨ð??®ð??©ð???ð???ð??¼ ð??®ð??§ð???ð??¼ð??©ð??¯ð??? (ê "
"ð???ð??¹ ð??¦ð???ð???ð??ð??¥ð???ð??©ð??¤) - ð???ð??¼ð??£ð??¨ð???ð??? ð??? ð???ð??¦ð??¡ð??¦ð??? ð??¦ð??? ð???ð??µ ð??¤ð??¸ð??¡"
-#: ../glib/gmarkup.c:590
+#: glib/gmarkup.c:590
+#, fuzzy
msgid ""
-"Character reference did not end with a ð???ð??§ð??¥ð??¦ð???ð??´ð??¤ð??©ð??¯; most likely you used an "
+"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
"as &"
msgstr ""
"ð???ð??¨ð??®ð??©ð???ð???ð??¼ ð??®ð??§ð???ð??¼ð??©ð??¯ð??? ð???ð??¦ð??? ð??¯ð??ªð??? ð??§ð??¯ð??? ð??¢ð??¦ð??? ð??© ð???ð??§ð??¥ð??¦ð???ð??´ð??¤ð??©ð??¯; ð??¥ð??´ð???ð??? ð??¤ð??²ð???ð??¤ð??¦ ð??¿ ð??¿ð???ð??? ð??©ð??¯ ð??¨ð??¥ð???ð??»ð???ð??¨ð??¯ð??? "
"ð???ð??¨ð??®ð??©ð???ð???ð??¼ ð??¢ð??¦ð???ð??¬ð??? ð??¦ð??¯ð???ð??§ð??¯ð???ð??¦ð??? ð??? ð???ð???ð??¸ð??? ð??©ð??¯ ð??§ð??¯ð???ð??¦ð???ð??¦ - ð??¦ð???ð???ð??±ð??? ð??¨ð??¥ð???ð??»ð???ð??¨ð??¯ð??? ð??¨ð??? &"
-#: ../glib/gmarkup.c:616
+#: glib/gmarkup.c:616
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "ð???ð??¨ð??®ð??©ð???ð???ð??¼ ð??®ð??§ð???ð??¼ð??©ð??¯ð??? '%-.*s' ð???ð??³ð??? ð??¯ð??ªð??? ð??§ð??¯ð???ð??´ð??? ð??© ð???ð??¼ð??¥ð??¦ð???ð??©ð??? ð???ð??¨ð??®ð??©ð???ð???ð??¼"
-#: ../glib/gmarkup.c:654
+#: glib/gmarkup.c:654
msgid ""
"Empty entity '&;' seen; valid entities are: & " < > '"
msgstr "ð??§ð??¥ð???ð???ð??¦ ð??§ð??¯ð???ð??¦ð???ð??¦ '&;' ð???ð??°ð??¯; ð???ð??¨ð??¤ð??¦ð??? ð??§ð??¯ð???ð??¦ð???ð??¦ð??? ð??¸: & " < > '"
-#: ../glib/gmarkup.c:662
+#: glib/gmarkup.c:662
#, c-format
msgid "Entity name '%-.*s' is not known"
msgstr "ð??§ð??¯ð???ð??¦ð???ð??¦ ð??¯ð??±ð??¥ '%-.*s' ð??¦ð??? ð??¯ð??ªð??? ð??¯ð??´ð??¯"
-#: ../glib/gmarkup.c:667
+#: glib/gmarkup.c:667
+#, fuzzy
msgid ""
-"Entity did not end with a ð???ð??§ð??¥ð??¦ð???ð??´ð??¤ð??©ð??¯; most likely you used an ampersand "
+"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &"
msgstr ""
"ð??§ð??¯ð???ð??¦ð???ð??¦ ð???ð??¦ð??? ð??¯ð??ªð??? ð??§ð??¯ð??? ð??¢ð??¦ð??? ð??© ð???ð??§ð??¥ð??¦ð???ð??´ð??¤ð??©ð??¯; ð??¥ð??´ð???ð??? ð??¤ð??²ð???ð??¤ð??¦ ð??¿ ð??¿ð???ð??? ð??©ð??¯ ð??¨ð??¥ð???ð??»ð???ð??¨ð??¯ð??? ð???ð??¨ð??®ð??©ð???ð???ð??¼ "
"ð??¢ð??¦ð???ð??¬ð??? ð??¦ð??¯ð???ð??§ð??¯ð???ð??¦ð??? ð??? ð???ð???ð??¸ð??? ð??©ð??¯ ð??§ð??¯ð???ð??¦ð???ð??¦ - ð??¦ð???ð???ð??±ð??? ð??¨ð??¥ð???ð??»ð???ð??¨ð??¯ð??? ð??¨ð??? &ð??¨ð??¥ð???;"
-#: ../glib/gmarkup.c:1014
+#: glib/gmarkup.c:1014
msgid "Document must begin with an element (e.g. <book>)"
msgstr "ð???ð??ªð???ð??¿ð??¥ð??©ð??¯ð??? ð??¥ð??³ð???ð??? ð???ð??©ð???ð??¦ð??¯ ð??¢ð??¦ð??? ð??©ð??¯ ð??§ð??¤ð??©ð??¥ð??©ð??¯ð??? (e.g. <ð???ð??«ð???>)"
-#: ../glib/gmarkup.c:1054
+#: glib/gmarkup.c:1054
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -377,7 +399,7 @@ msgstr ""
"'%s' ð??¦ð??? ð??¯ð??ªð??? ð??© ð???ð??¨ð??¤ð??¦ð??? ð???ð??¨ð??®ð??©ð???ð???ð??¼ ð???ð??ªð??¤ð??´ð??¦ð??? ð??© '<' ð???ð??¨ð??®ð??©ð???ð???ð??¼; ð??¦ð??? ð??¥ð??± ð??¯ð??ªð??? ð???ð??©ð???ð??¦ð??¯ ð??©ð??¯ ð??§ð??¤ð??©ð??¥ð??©ð??¯ð??? "
"ð??¯ð??±ð??¥"
-#: ../glib/gmarkup.c:1122
+#: glib/gmarkup.c:1122
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -385,23 +407,23 @@ msgid ""
msgstr ""
"ð??ªð??? ð???ð??¨ð??®ð??©ð???ð???ð??¼ '%s', ð??¦ð???ð???ð???ð??§ð???ð???ð??©ð??? ð??© '>' ð???ð??¨ð??®ð??©ð???ð???ð??¼ ð??? ð??§ð??¯ð??? ð??? ð??§ð??¥ð???ð???ð??¦-ð??§ð??¤ð??©ð??¥ð??©ð??¯ð??? ð???ð??¨ð??? '%s'"
-#: ../glib/gmarkup.c:1206
+#: glib/gmarkup.c:1206
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
msgstr "ð??ªð??? ð???ð??¨ð??®ð??©ð???ð???ð??¼ '%s', ð??¦ð???ð???ð???ð??§ð???ð???ð??©ð??? ð??© '=' ð??ð???ð???ð??¼ ð??¨ð???ð??®ð??¦ð???ð??¿ð??? ð??¯ð??±ð??¥ '%s' ð??? ð??§ð??¤ð??©ð??¥ð??©ð??¯ð??? '%s'"
-#: ../glib/gmarkup.c:1247
+#: glib/gmarkup.c:1247
#, 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 ""
-"ð??ªð??? ð???ð??¨ð??®ð??©ð???ð???ð??¼ '%s', ð??¦ð???ð???ð???ð??§ð???ð???ð??©ð??? ð??© '>' ð??¹ '/' ð???ð??¨ð??®ð??©ð???ð???ð??¼ ð??? ð??§ð??¯ð??? ð??? ð???ð???ð??¸ð??? ð???ð??¨ð??? ð??? ð??§ð??¤ð??©ð??¥ð??©ð??¯ð??? '%s',"
-"ð??¹ ð??ªð???ð???ð??©ð??¯ð??©ð??¤ð??¦ ð??©ð??¯ ð??¨ð???ð??®ð??¦ð???ð??¿ð???; ð???ð??¼ð??£ð??¨ð???ð??? ð??¿ ð??¿ð???ð??? ð??©ð??¯ ð??¦ð??¯ð???ð??¨ð??¤ð??¦ð??? ð???ð??¨ð??®ð??©ð???ð???ð??¼ ð??¦ð??¯ ð??©ð??¯ ð??¨ð???ð??®ð??¦ð???ð??¿ð??? ð??¯ð??±ð??¥"
+"ð??ªð??? ð???ð??¨ð??®ð??©ð???ð???ð??¼ '%s', ð??¦ð???ð???ð???ð??§ð???ð???ð??©ð??? ð??© '>' ð??¹ '/' ð???ð??¨ð??®ð??©ð???ð???ð??¼ ð??? ð??§ð??¯ð??? ð??? ð???ð???ð??¸ð??? ð???ð??¨ð??? ð??? ð??§ð??¤ð??©ð??¥ð??©ð??¯ð??? '%"
+"s',ð??¹ ð??ªð???ð???ð??©ð??¯ð??©ð??¤ð??¦ ð??©ð??¯ ð??¨ð???ð??®ð??¦ð???ð??¿ð???; ð???ð??¼ð??£ð??¨ð???ð??? ð??¿ ð??¿ð???ð??? ð??©ð??¯ ð??¦ð??¯ð???ð??¨ð??¤ð??¦ð??? ð???ð??¨ð??®ð??©ð???ð???ð??¼ ð??¦ð??¯ ð??©ð??¯ ð??¨ð???ð??®ð??¦ð???ð??¿ð??? ð??¯ð??±ð??¥"
-#: ../glib/gmarkup.c:1291
+#: glib/gmarkup.c:1291
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -410,7 +432,7 @@ msgstr ""
"ð??ªð??? ð???ð??¨ð??®ð??©ð???ð???ð??¼ '%s', ð??¦ð???ð???ð???ð??§ð???ð???ð??©ð??? ð??©ð??¯ ð??´ð???ð??©ð??¯ ð???ð??¢ð??´ð??? ·ð??¥ð??¸ð??? ð??ð???ð???ð??¼ ð??? ð??°ð???ð??¢ð??©ð??¤ð??? ð???ð??²ð??¯ ð??¢ð??§ð??¯ ð???ð??¦ð???ð??¦ð??? "
"ð???ð??¨ð??¤ð??¿ ð???ð??¹ ð??¨ð???ð??®ð??¦ð???ð??¿ð??? '%s' ð??? ð??§ð??¤ð??©ð??¥ð??©ð??¯ð??? '%s'"
-#: ../glib/gmarkup.c:1425
+#: glib/gmarkup.c:1425
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -419,7 +441,7 @@ msgstr ""
"'%s' ð??¦ð??? ð??¯ð??ªð??? ð??© ð???ð??¨ð??¤ð??¦ð??? ð???ð??¨ð??®ð??©ð???ð???ð??¼ ð???ð??ªð??¤ð??´ð??¦ð??? ð??? ð???ð??¨ð??®ð??©ð???ð???ð??¼ð??? '</'; '%s' ð??¥ð??± ð??¯ð??ªð??? ð???ð??©ð???ð??¦ð??¯ ð??©ð??¯ "
"ð??§ð??¤ð??©ð??¥ð??©ð??¯ð??? ð??¯ð??±ð??¥"
-#: ../glib/gmarkup.c:1461
+#: glib/gmarkup.c:1461
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -428,25 +450,25 @@ msgstr ""
"'%s' ð??¦ð??? ð??¯ð??ªð??? ð??© ð???ð??¨ð??¤ð??¦ð??? ð???ð??¨ð??®ð??©ð???ð???ð??¼ ð???ð??ªð??¤ð??´ð??¦ð??? ð??? ð???ð??¤ð??´ð??? ð??§ð??¤ð??©ð??¥ð??©ð??¯ð??? ð??¯ð??±ð??¥ '%s'; ð??? ð??©ð??¤ð??¬ð??? ð???ð??¨ð??®ð??©ð???ð???ð??¼ "
"ð??¦ð??? '>'"
-#: ../glib/gmarkup.c:1472
+#: glib/gmarkup.c:1472
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "ð??§ð??¤ð??©ð??¥ð??©ð??¯ð??? '%s' ð??¢ð??ªð??? ð???ð??¤ð??´ð???ð???, ð??¯ð??´ ð??§ð??¤ð??©ð??¥ð??©ð??¯ð??? ð??¦ð??? ð???ð??³ð??®ð??©ð??¯ð???ð??¤ð??¦ ð??´ð???ð??©ð??¯"
-#: ../glib/gmarkup.c:1481
+#: glib/gmarkup.c:1481
#, c-format
msgid "Element '%s' was closed, but the currently open element is '%s'"
msgstr "ð??§ð??¤ð??©ð??¥ð??©ð??¯ð??? '%s' ð??¢ð??ªð??? ð???ð??¤ð??´ð???ð???, ð???ð??³ð??? ð??? ð???ð??³ð??®ð??©ð??¯ð???ð??¤ð??¦ ð??´ð???ð??©ð??¯ ð??§ð??¤ð??©ð??¥ð??©ð??¯ð??? ð??¦ð??? '%s'"
-#: ../glib/gmarkup.c:1648
+#: glib/gmarkup.c:1648
msgid "Document was empty or contained only whitespace"
msgstr "ð???ð??ªð???ð??¿ð??¥ð??©ð??¯ð??? ð??¢ð??ªð??? ð??§ð??¥ð???ð???ð??¦ ð??¹ ð???ð??©ð??¯ð???ð??±ð??¯ð??? ð??´ð??¯ð??¤ð??¦ ð??¢ð??²ð???ð???ð???ð??±ð???"
-#: ../glib/gmarkup.c:1662
+#: glib/gmarkup.c:1662
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "ð???ð??ªð???ð??¿ð??¥ð??©ð??¯ð??? ð??§ð??¯ð???ð??©ð??? ð??©ð??¯ð??¦ð???ð???ð???ð??§ð???ð???ð??¦ð???ð??¤ð??° ð??¡ð??³ð???ð??? ð??ð???ð???ð??¼ ð??©ð??¯ ð??´ð???ð??©ð??¯ ð??¨ð???ð???ð??¤ ð???ð??®ð??¨ð???ð??©ð??? '<'"
-#: ../glib/gmarkup.c:1670 ../glib/gmarkup.c:1715
+#: glib/gmarkup.c:1670 glib/gmarkup.c:1715
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -455,28 +477,28 @@ msgstr ""
"ð???ð??ªð???ð??¿ð??¥ð??©ð??¯ð??? ð??§ð??¯ð???ð??©ð??? ð??©ð??¯ð??¦ð???ð???ð???ð??§ð???ð???ð??¦ð???ð??¤ð??° ð??¢ð??¦ð??? ð??§ð??¤ð??©ð??¥ð??©ð??¯ð???ð??? ð???ð???ð??¦ð??¤ ð??´ð???ð??©ð??¯ - '%s' ð??¢ð??ªð??? ð??? ð??¤ð??ð???ð??? "
"ð??§ð??¤ð??©ð??¥ð??©ð??¯ð??? ð??´ð???ð??©ð??¯ð???"
-#: ../glib/gmarkup.c:1678
+#: glib/gmarkup.c:1678
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
"the tag <%s/>"
msgstr ""
-"ð???ð??ªð???ð??¿ð??¥ð??©ð??¯ð??? ð??§ð??¯ð???ð??©ð??? ð??©ð??¯ð??¦ð???ð???ð???ð??§ð???ð???ð??¦ð???ð??¤ð??°, ð??¦ð???ð???ð???ð??§ð???ð???ð??©ð??? ð??? ð???ð??° ð??© ð???ð??¤ð??´ð??? ð??¨ð???ð???ð??¤ ð???ð??®ð??¨ð???ð??©ð??? ð??§ð??¯ð???ð??¦ð??? ð??? ð???ð??¨ð??? "
-"<%s/>"
+"ð???ð??ªð???ð??¿ð??¥ð??©ð??¯ð??? ð??§ð??¯ð???ð??©ð??? ð??©ð??¯ð??¦ð???ð???ð???ð??§ð???ð???ð??¦ð???ð??¤ð??°, ð??¦ð???ð???ð???ð??§ð???ð???ð??©ð??? ð??? ð???ð??° ð??© ð???ð??¤ð??´ð??? ð??¨ð???ð???ð??¤ ð???ð??®ð??¨ð???ð??©ð??? ð??§ð??¯ð???ð??¦ð??? ð??? ð???ð??¨ð??? <"
+"%s/>"
-#: ../glib/gmarkup.c:1684
+#: glib/gmarkup.c:1684
msgid "Document ended unexpectedly inside an element name"
msgstr "ð???ð??ªð???ð??¿ð??¥ð??©ð??¯ð??? ð??§ð??¯ð???ð??©ð??? ð??©ð??¯ð??¦ð???ð???ð???ð??§ð???ð???ð??¦ð???ð??¤ð??° ð??¦ð??¯ð???ð??²ð??? ð??©ð??¯ ð??§ð??¤ð??©ð??¥ð??©ð??¯ð??? ð??¯ð??±ð??¥"
-#: ../glib/gmarkup.c:1690
+#: glib/gmarkup.c:1690
msgid "Document ended unexpectedly inside an attribute name"
msgstr "ð???ð??ªð???ð??¿ð??¥ð??©ð??¯ð??? ð??§ð??¯ð???ð??©ð??? ð??©ð??¯ð??¦ð???ð???ð???ð??§ð???ð???ð??¦ð???ð??¤ð??° ð??¦ð??¯ð???ð??²ð??? ð??©ð??¯ ð??¨ð???ð??®ð??¦ð???ð??¿ð??? ð??¯ð??±ð??¥"
-#: ../glib/gmarkup.c:1695
+#: glib/gmarkup.c:1695
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "ð???ð??ªð???ð??¿ð??¥ð??©ð??¯ð??? ð??§ð??¯ð???ð??©ð??? ð??©ð??¯ð??¦ð???ð???ð???ð??§ð???ð???ð??¦ð???ð??¤ð??° ð??¦ð??¯ð???ð??²ð??? ð??©ð??¯ ð??§ð??¤ð??©ð??¥ð??©ð??¯ð???-ð??´ð???ð??©ð??¯ð??¦ð??? ð???ð??¨ð???."
-#: ../glib/gmarkup.c:1701
+#: glib/gmarkup.c:1701
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -484,578 +506,576 @@ msgstr ""
"ð???ð??ªð???ð??¿ð??¥ð??©ð??¯ð??? ð??§ð??¯ð???ð??©ð??? ð??©ð??¯ð??¦ð???ð???ð???ð??§ð???ð???ð??¦ð???ð??¤ð??° ð??ð???ð???ð??¼ ð??? ð??°ð???ð??¢ð??©ð??¤ð??? ð???ð??²ð??¯ ð???ð??ªð??¤ð??´ð??¦ð??? ð??©ð??¯ ð??¨ð???ð??®ð??¦ð???ð??¿ð??? ð??¯ð??±ð??¥; ð??¯ð??´ "
"ð??¨ð???ð??®ð??¦ð???ð??¿ð??? ð???ð??¨ð??¤ð??¿"
-#: ../glib/gmarkup.c:1708
+#: glib/gmarkup.c:1708
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "ð???ð??ªð???ð??¿ð??¥ð??©ð??¯ð??? ð??§ð??¯ð???ð??©ð??? ð??©ð??¯ð??¦ð???ð???ð???ð??§ð???ð???ð??¦ð???ð??¤ð??° ð??¢ð??²ð??¤ ð??¦ð??¯ð???ð??²ð??? ð??©ð??¯ ð??¨ð???ð??®ð??¦ð???ð??¿ð??? ð???ð??¨ð??¤ð??¿"
-#: ../glib/gmarkup.c:1724
+#: glib/gmarkup.c:1724
#, c-format
msgid "Document ended unexpectedly inside the close tag for element '%s'"
msgstr "ð???ð??ªð???ð??¿ð??¥ð??©ð??¯ð??? ð??§ð??¯ð???ð??©ð??? ð??©ð??¯ð??¦ð???ð???ð???ð??§ð???ð???ð??¦ð???ð??¤ð??° ð??¦ð??¯ð???ð??²ð??? ð??? ð???ð??¤ð??´ð??? ð???ð??¨ð??? ð???ð??¹ ð??§ð??¤ð??©ð??¥ð??©ð??¯ð??? '%s'"
-#: ../glib/gmarkup.c:1730
+#: glib/gmarkup.c:1730
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:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
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 "(?ð??ð??® ð??¹ (?[+-]ð???ð??¦ð??¡ð??©ð???ð??? ð??¥ð??³ð???ð??? ð???ð??° ð???ð??ªð??¤ð??´ð??? ð???ð??² )"
-#: ../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 ð??¯ð??ªð??? ð??©ð??¤ð??¬ð??? ð??¦ð??¯ lookbehind ð??©ð???ð??»ð???ð??©ð??¯"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "ð??®ð??¦ð???ð??»ð???ð??¦ð??? ð???ð??·ð??¤ ð???ð??«ð??? ð??¤ð??µð??? ð??¦ð??¯ð???ð??§ð???ð??©ð??¯ð??©ð???ð??¤ð??¦"
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "ð??¥ð??¦ð???ð??¦ð??? ð???ð??»ð??¥ð??©ð??¯ð??±ð???ð??» ð??¦ð??¯ ð???ð??³ð???ð???ð??¨ð???ð??¼ð??¯ ð??¯ð??±ð??¥"
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "ð???ð??µ ð??¯ð??±ð??¥ð??? ð???ð??³ð???ð???ð??¨ð???ð??¼ð??¯ð??? ð??£ð??¨ð??? ð??? ð???ð??±ð??¥ ð??¯ð??±ð??¥"
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "ð??¥ð??¨ð??¤ð???ð??¹ð??¥ð??? \\P ð??¹ \\p ð???ð??°ð???ð??¢ð??©ð??¯ð???"
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "ð??³ð??¯ð??´ð??¯ ð???ð??®ð??ªð???ð??¼ð???ð??¦ ð??¯ð??±ð??¥ ð??ð???ð???ð??¼ \\P ð??¹ \\p"
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "ð???ð??³ð???ð???ð??¨ð???ð??¼ð??¯ ð??¯ð??±ð??¥ ð??¦ð??? ð???ð??µ ð??¤ð??ªð??? (ð??¥ð??¨ð???ð???ð??¦ð??¥ð??©ð??¥ 32 ð???ð??¨ð??®ð??©ð???ð???ð??¼ð???)"
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "ð???ð??µ ð??¥ð??§ð??¯ð??¦ ð??¯ð??±ð??¥ð??? ð???ð??³ð???ð???ð??¨ð???ð??¼ð??¯ð??? (ð??¥ð??¨ð???ð???ð??¦ð??¥ð??©ð??¥ 10,000)"
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "ð??ªð???ð???ð??©ð??¤ ð???ð??¨ð??¤ð??¿ ð??¦ð??? ð???ð??®ð??±ð???ð??¼ ð???ð??¨ð??¯ \\377"
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "DEFINE ð???ð??®ð??µð??? ð???ð??©ð??¯ð???ð??±ð??¯ð??? ð??¥ð??¹ ð???ð??¨ð??¯ ð??¢ð??³ð??¯ ð???ð??®ð??ð??¯ð???"
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "ð??®ð??¦ð???ð??°ð???ð??¦ð??? ð??© DEFINE ð???ð??®ð??µð??? ð??¦ð??? ð??¯ð??ªð??? ð??©ð??¤ð??¬ð???"
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "ð??¦ð??¯ð???ð??©ð??¯ð???ð??¦ð???ð???ð??©ð??¯ð??? NEWLINE ð??ªð???ð???ð??©ð??¯ð???"
-#: ../glib/gregex.c:333
+#: glib/gregex.c:333
msgid ""
"\\g is not followed by a braced name or an optionally braced non-zero number"
msgstr "\\g ð??¦ð??? ð??¯ð??ªð??? ð???ð??ªð??¤ð??´ð??? ð???ð??² ð??© ð???ð??®ð??±ð???ð??? ð??¯ð??±ð??¥ ð??¹ ð??©ð??¯ ð??ªð???ð???ð??©ð??¯ð??©ð??¤ð??¦ ð???ð??®ð??±ð???ð??? ð??¯ð??ªð??¯-ð???ð??½ð??´ ð??¯ð??³ð??¥ð???ð??¼"
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "ð??³ð??¯ð??¦ð???ð???ð???ð??§ð???ð???ð??©ð??? ð??®ð??¦ð???ð??°ð???"
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "ð???ð??´ð??? ð??´ð???ð??¼ð???ð??¤ð??´"
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "ð??´ð???ð??»ð??®ð??¨ð??¯ ð???ð??©ð??¥ð???ð??²ð??¤ð??¦ð??? ð??¢ð??»ð???ð???ð???ð??±ð???"
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr "ð???ð??®ð??°ð???ð??¦ð??©ð???ð??¤ð??¦-ð???ð??§ð???ð??? ð??®ð??§ð???ð??¼ð??©ð??¯ð???ð??? ð???ð??³ð???ð???ð??¨ð???ð??¼ð??¯ ð??¯ð??ªð??? ð???ð??¬ð??¯ð???"
-#: ../glib/gregex.c:522 ../glib/gregex.c:1603
+#: glib/gregex.c:522 glib/gregex.c:1603
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "ð??»ð??¼ ð??¢ð??²ð??¤ ð??¥ð??¨ð???ð??¦ð??? ð??®ð??§ð???ð???ð??«ð??¤ð??¼ ð??¦ð???ð???ð???ð??®ð??§ð???ð??©ð??¯ %s: %s"
-#: ../glib/gregex.c:1094
+#: glib/gregex.c:1094
msgid "PCRE library is compiled without UTF8 support"
msgstr "PCRE ð??¤ð??²ð???ð??®ð??¼ð??¦ ð??¦ð??? ð???ð??©ð??¥ð???ð??²ð??¤ð??? ð??¢ð??¦ð???ð??¬ð??? UTF8 ð???ð??©ð???ð??¹ð???"
-#: ../glib/gregex.c:1103
+#: glib/gregex.c:1103
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "PCRE ð??¤ð??²ð???ð??®ð??¼ð??¦ ð??¦ð??? ð???ð??©ð??¥ð???ð??²ð??¤ð??? ð??¢ð??¦ð???ð??¬ð??? UTF8 ð???ð??®ð??ªð???ð??¼ð???ð??¦ð??? ð???ð??©ð???ð??¹ð???"
-#: ../glib/gregex.c:1157
+#: glib/gregex.c:1157
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "ð??»ð??¼ ð??¢ð??²ð??¤ ð???ð??©ð??¥ð???ð??²ð??¤ð??¦ð??? ð??®ð??§ð???ð???ð??«ð??¤ð??¼ ð??¦ð???ð???ð???ð??®ð??§ð???ð??©ð??¯ %s ð??¨ð??? ð???ð??¸ %d: %s"
-#: ../glib/gregex.c:1193
+#: glib/gregex.c:1193
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "ð??»ð??¼ ð??¢ð??²ð??¤ ð??ªð???ð???ð??¦ð??¥ð??²ð???ð??¦ð??? ð??®ð??§ð???ð???ð??«ð??¤ð??¼ ð??¦ð???ð???ð???ð??®ð??§ð???ð??©ð??¯ %s: %s"
-#: ../glib/gregex.c:2031
+#: glib/gregex.c:2031
msgid "hexadecimal digit or '}' expected"
msgstr "ð??£ð??§ð???ð???ð??©ð???ð??§ð???ð??¦ð??¥ð??©ð??¤ ð???ð??¦ð??¡ð??¦ð??? ð??¹ '}' ð??¦ð???ð???ð???ð??§ð???ð???ð??©ð???"
-#: ../glib/gregex.c:2047
+#: glib/gregex.c:2047
msgid "hexadecimal digit expected"
msgstr "ð??£ð??§ð???ð???ð??©ð???ð??§ð???ð??¦ð??¥ð??©ð??¤ ð???ð??¦ð??¡ð??¦ð??? ð??¦ð???ð???ð???ð??§ð???ð???ð??©ð???"
-#: ../glib/gregex.c:2087
+#: glib/gregex.c:2087
msgid "missing '<' in symbolic reference"
msgstr "ð??¥ð??¦ð???ð??¦ð??? '<' ð??¦ð??¯ ð???ð??¦ð??¥ð???ð??ªð??¤ð??¦ð??? ð??®ð??§ð???ð??¼ð??©ð??¯ð???"
-#: ../glib/gregex.c:2096
+#: glib/gregex.c:2096
msgid "unfinished symbolic reference"
msgstr "ð??©ð??¯ð???ð??¦ð??¯ð??¦ð???ð??? ð???ð??¦ð??¥ð???ð??ªð??¤ð??¦ð??? ð??®ð??§ð???ð??¼ð??©ð??¯ð???"
-#: ../glib/gregex.c:2103
+#: glib/gregex.c:2103
msgid "zero-length symbolic reference"
msgstr "ð???ð??½ð??´-ð??¤ð??§ð???ð??? ð???ð??¦ð??¥ð???ð??ªð??¤ð??¦ð??? ð??®ð??§ð???ð??¼ð??©ð??¯ð???"
-#: ../glib/gregex.c:2114
+#: glib/gregex.c:2114
msgid "digit expected"
msgstr "ð???ð??¦ð??¡ð??¦ð??? ð??¦ð???ð???ð???ð??§ð???ð???ð??©ð???"
-#: ../glib/gregex.c:2132
+#: glib/gregex.c:2132
msgid "illegal symbolic reference"
msgstr "ð??¦ð??¤ð??°ð???ð??©ð??¤ ð???ð??¦ð??¥ð???ð??ªð??¤ð??¦ð??? ð??®ð??§ð???ð??¼ð??©ð??¯ð???"
-#: ../glib/gregex.c:2194
+#: glib/gregex.c:2194
msgid "stray final '\\'"
msgstr "ð???ð???ð??®ð??± ð???ð??²ð??¯ð??©ð??¤ '\\'"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
msgid "unknown escape sequence"
msgstr "ð??³ð??¯ð??´ð??¯ ð??¦ð???ð???ð??±ð??? ð???ð??°ð???ð??¢ð??©ð??¯ð???"
-#: ../glib/gregex.c:2208
+#: glib/gregex.c:2208
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "ð??»ð??¼ ð??¢ð??²ð??¤ ð???ð??¸ð???ð??¦ð??? ð??®ð??¦ð???ð??¤ð??±ð???ð??¥ð??©ð??¯ð??? ð???ð??§ð???ð???ð??? \"%s\" ð??¨ð??? ð???ð??¸ %lu: %s"
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "ð???ð??¢ð??´ð???ð??©ð??? ð???ð??§ð???ð???ð??? ð???ð??³ð???ð??¯ð??? ð???ð??©ð???ð??¦ð??¯ ð??¢ð??¦ð??? ð??© ð???ð??¢ð??´ð???ð??±ð???ð??©ð??¯ ·ð??¥ð??¸ð???"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "ð??©ð??¯ð??¥ð??¨ð???ð??? ð???ð??¢ð??´ð???ð??±ð???ð??©ð??¯ ð??¥ð??¸ð??? ð??¦ð??¯ ð???ð??©ð??¥ð??ð??¯ð??? ð??¤ð??²ð??¯ ð??¹ ð??³ð???ð??¼ ð???ð??§ð??¤-ð???ð??¢ð??´ð???ð??©ð??? ð???ð??§ð???ð???ð???"
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "ð???ð??§ð???ð???ð??? ð??§ð??¯ð???ð??©ð??? ð??¡ð??³ð???ð??? ð??ð???ð???ð??¼ ð??© '\\' ð???ð??¨ð??®ð??©ð???ð???ð??¼. (ð??? ð???ð??§ð???ð???ð??? ð??¢ð??ªð??? '%s')"
-#: ../glib/gshell.c:545
+#: glib/gshell.c:545
#, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr "ð???ð??§ð???ð???ð??? ð??§ð??¯ð???ð??©ð??? ð???ð??¦ð???ð??¹ ð??¥ð??¨ð???ð??¦ð??? ð???ð??¢ð??´ð??? ð??¢ð??ªð??? ð???ð??¬ð??¯ð??? ð???ð??¹ %c. (ð??? ð???ð??§ð???ð???ð??? ð??¢ð??ªð??? '%s')"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
msgid "Text was empty (or contained only whitespace)"
msgstr "ð???ð??§ð???ð???ð??? ð??¢ð??ªð??? ð??§ð??¥ð???ð???ð??¦ (ð??¹ ð???ð??©ð??¯ð???ð??±ð??¯ð??? ð??´ð??¯ð??¤ð??¦ ð??¢ð??²ð???ð???ð???ð??±ð???)"
-#: ../glib/gspawn-win32.c:283
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "ð???ð??±ð??¤ð??? ð??? ð??®ð??°ð??? ð???ð??±ð???ð??© ð???ð??®ð??ªð??¥ ð???ð??²ð??¤ð??? ð???ð??®ð??´ð???ð??§ð???"
-#: ../glib/gspawn-win32.c:300 ../glib/gspawn.c:1480
+#: glib/gspawn-win32.c:300 glib/gspawn.c:1480
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "ð???ð??±ð??¤ð??? ð??? ð???ð??®ð??¦ð??±ð??? ð???ð??²ð??? ð???ð??¹ ð???ð??©ð??¥ð??¿ð??¯ð??¦ð???ð??±ð???ð??¦ð??? ð??¢ð??¦ð??? ð???ð??²ð??¤ð??? ð???ð??®ð??´ð???ð??§ð??? (%s)"
-#: ../glib/gspawn-win32.c:339 ../glib/gspawn-win32.c:347 ../glib/gspawn.c:1139
+#: glib/gspawn-win32.c:339 glib/gspawn-win32.c:347 glib/gspawn.c:1139
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "ð???ð??±ð??¤ð??? ð??? ð??®ð??°ð??? ð???ð??®ð??ªð??¥ ð???ð??²ð??¤ð??? ð???ð??²ð??? (%s)"
-#: ../glib/gspawn-win32.c:370 ../glib/gspawn.c:1346
+#: glib/gspawn-win32.c:370 glib/gspawn.c:1346
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "ð???ð??±ð??¤ð??? ð??? ð???ð??±ð??¯ð??¡ ð??? ð???ð??²ð??®ð??§ð???ð???ð??¼ð??¦ '%s' (%s)"
-#: ../glib/gspawn-win32.c:376 ../glib/gspawn-win32.c:495
+#: glib/gspawn-win32.c:376 glib/gspawn-win32.c:495
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "ð???ð??±ð??¤ð??? ð??? ð??§ð???ð???ð??©ð???ð??¿ð??? ð???ð??²ð??¤ð??? ð???ð??®ð??´ð???ð??§ð??? (%s)"
-#: ../glib/gspawn-win32.c:445
+#: glib/gspawn-win32.c:445
#, c-format
msgid "Invalid program name: %s"
msgstr "ð??¦ð??¯ð???ð??¨ð??¤ð??¦ð??? ð???ð??®ð??´ð???ð??®ð??¨ð??¥ ð??¯ð??±ð??¥: %s"
-#: ../glib/gspawn-win32.c:455 ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1279
+#: glib/gspawn-win32.c:455 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1279
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "ð??¦ð??¯ð???ð??¨ð??¤ð??¦ð??? ð???ð???ð??®ð??¦ð??? ð??¦ð??¯ ð??¸ð???ð??¿ð??¥ð??©ð??¯ð??? ð???ð??§ð???ð???ð??¼ ð??¨ð??? %d: %s"
-#: ../glib/gspawn-win32.c:466 ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1312
+#: glib/gspawn-win32.c:466 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1312
#, c-format
msgid "Invalid string in environment: %s"
msgstr "ð??¦ð??¯ð???ð??¨ð??¤ð??¦ð??? ð???ð???ð??®ð??¦ð??? ð??¦ð??¯ ð??§ð??¯ð???ð??²ð??¼ð??¯ð??¥ð??©ð??¯ð???: %s"
-#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1260
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1260
#, c-format
msgid "Invalid working directory: %s"
msgstr "ð??¦ð??¯ð???ð??¨ð??¤ð??¦ð??? ð??¢ð??»ð???ð??¦ð??? ð???ð??²ð??®ð??§ð???ð???ð??¼ð??¦: %s"
-#: ../glib/gspawn-win32.c:784
+#: glib/gspawn-win32.c:784
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "ð???ð??±ð??¤ð??? ð??? ð??§ð???ð???ð??©ð???ð??¿ð??? ð??£ð??§ð??¤ð???ð??¼ ð???ð??®ð??´ð???ð??®ð??¨ð??¥ (%s)"
-#: ../glib/gspawn-win32.c:998
+#: glib/gspawn-win32.c:998
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
msgstr ""
"ð??³ð??¯ð??¦ð???ð???ð???ð??§ð???ð???ð??©ð??? ð??»ð??¼ ð??¦ð??¯ g_io_channel_win32_poll() ð??®ð??°ð???ð??¦ð??? ð???ð??±ð???ð??© ð???ð??®ð??ªð??¥ ð??© ð???ð??²ð??¤ð??? ð???ð??®ð??´ð???ð??§ð???"
-#: ../glib/gspawn.c:190
+#: glib/gspawn.c:190
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "ð???ð??±ð??¤ð??? ð??? ð??®ð??°ð??? ð???ð??±ð???ð??© ð???ð??®ð??ªð??¥ ð???ð??²ð??¤ð??? ð???ð??®ð??´ð???ð??§ð??? (%s)"
-#: ../glib/gspawn.c:329
+#: glib/gspawn.c:329
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "ð??³ð??¯ð??¦ð???ð???ð???ð??§ð???ð???ð??©ð??? ð??»ð??¼ ð??¦ð??¯ select() ð??®ð??°ð???ð??¦ð??? ð???ð??±ð???ð??© ð???ð??®ð??ªð??¥ ð??© ð???ð??²ð??¤ð??? ð???ð??®ð??´ð???ð??§ð??? (%s)"
-#: ../glib/gspawn.c:414
+#: glib/gspawn.c:414
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "ð??³ð??¯ð??¦ð???ð???ð???ð??§ð???ð???ð??©ð??? ð??»ð??¼ ð??¦ð??¯ waitpid() (%s)"
-#: ../glib/gspawn.c:1206
+#: glib/gspawn.c:1206
#, c-format
msgid "Failed to fork (%s)"
msgstr "ð???ð??±ð??¤ð??? ð??? ð???ð??¹ð??? (%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "ð???ð??±ð??¤ð??? ð??? ð??§ð???ð???ð??©ð???ð??¿ð??? ð???ð??²ð??¤ð??? ð???ð??®ð??´ð???ð??§ð??? \"%s\" (%s)"
-#: ../glib/gspawn.c:1366
+#: glib/gspawn.c:1366
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "ð???ð??±ð??¤ð??? ð??? ð??®ð??°ð???ð??»ð??§ð???ð??? ð??¬ð???ð???ð??«ð??? ð??¹ ð??¦ð??¯ð???ð??«ð??? ð??? ð???ð??²ð??¤ð??? ð???ð??®ð??´ð???ð??§ð??? (%s)"
-#: ../glib/gspawn.c:1375
+#: glib/gspawn.c:1375
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "ð???ð??±ð??¤ð??? ð??? ð???ð??¹ð??? ð???ð??²ð??¤ð??? ð???ð??®ð??´ð???ð??§ð??? (%s)"
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "ð??³ð??¯ð??´ð??¯ ð??»ð??¼ ð??§ð???ð???ð??©ð???ð??¿ð???ð??¦ð??? ð???ð??²ð??¤ð??? ð???ð??®ð??´ð???ð??§ð??? \"%s\""
-#: ../glib/gspawn.c:1407
+#: glib/gspawn.c:1407
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "ð???ð??±ð??¤ð??? ð??? ð??®ð??°ð??? ð??¦ð??¯ð??³ð??? ð???ð??±ð???ð??© ð???ð??®ð??ªð??¥ ð???ð??²ð??¤ð??? pid ð???ð??²ð??? (%s)"
-#: ../glib/gutf8.c:1038
+#: glib/gutf8.c:1038
msgid "Character out of range for UTF-8"
msgstr "ð???ð??¨ð??®ð??©ð???ð???ð??¼ ð??¬ð??? ð??? ð??®ð??±ð??¯ð??¡ ð???ð??¹ UTF-8"
-#: ../glib/gutf8.c:1138 ../glib/gutf8.c:1147 ../glib/gutf8.c:1279
-#: ../glib/gutf8.c:1288 ../glib/gutf8.c:1429 ../glib/gutf8.c:1525
+#: glib/gutf8.c:1138 glib/gutf8.c:1147 glib/gutf8.c:1279 glib/gutf8.c:1288
+#: glib/gutf8.c:1429 glib/gutf8.c:1525
msgid "Invalid sequence in conversion input"
msgstr "ð??¦ð??¯ð???ð??¨ð??¤ð??¦ð??? ð???ð??°ð???ð??¢ð??©ð??¯ð??? ð??¦ð??¯ ð???ð??©ð??¯ð???ð??»ð???ð??©ð??¯ ð??¦ð??¯ð???ð??«ð???"
-#: ../glib/gutf8.c:1440 ../glib/gutf8.c:1536
+#: glib/gutf8.c:1440 glib/gutf8.c:1536
msgid "Character out of range for UTF-16"
msgstr "ð???ð??¨ð??®ð??©ð???ð???ð??¼ ð??¬ð??? ð??? ð??®ð??±ð??¯ð??¡ ð???ð??¹ UTF-16"
-#: ../glib/goption.c:755
+#: glib/goption.c:755
msgid "Usage:"
msgstr "ð??¿ð???ð??¦ð??¡:"
-#: ../glib/goption.c:755
+#: glib/goption.c:755
msgid "[OPTION...]"
msgstr "[ð??ªð???ð???ð??©ð??¯...]"
-#: ../glib/goption.c:861
+#: glib/goption.c:861
msgid "Help Options:"
msgstr "ð??£ð??§ð??¤ð??? ð??ªð???ð???ð??©ð??¯ð???:"
-#: ../glib/goption.c:862
+#: glib/goption.c:862
msgid "Show help options"
msgstr "ð???ð??´ ð??£ð??§ð??¤ð??? ð??ªð???ð???ð??©ð??¯ð???"
-#: ../glib/goption.c:868
+#: glib/goption.c:868
msgid "Show all help options"
msgstr "ð???ð??´ ð??·ð??¤ ð??£ð??§ð??¤ð??? ð??ªð???ð???ð??©ð??¯ð???"
-#: ../glib/goption.c:930
+#: glib/goption.c:930
msgid "Application Options:"
msgstr "ð??©ð???ð??¤ð??¦ð???ð??±ð???ð??©ð??¯ ð??ªð???ð???ð??©ð??¯ð???:"
-#: ../glib/goption.c:992 ../glib/goption.c:1062
+#: glib/goption.c:992 glib/goption.c:1062
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "ð???ð??¨ð??¯ð??ªð??? ð???ð??¸ð??? ð??¦ð??¯ð???ð??©ð??¡ð??¼ ð???ð??¨ð??¤ð??¿ '%s' ð???ð??¹ %s"
-#: ../glib/goption.c:1002 ../glib/goption.c:1070
+#: glib/goption.c:1002 glib/goption.c:1070
#, c-format
msgid "Integer value '%s' for %s out of range"
msgstr "ð??¦ð??¯ð???ð??©ð??¡ð??¼ ð???ð??¨ð??¤ð??¿ '%s' ð???ð??¹ %s ð??¬ð??? ð??? ð??®ð??±ð??¯ð??¡"
-#: ../glib/goption.c:1027
+#: glib/goption.c:1027
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "ð???ð??¨ð??¯ð??ªð??? ð???ð??¸ð??? ð???ð??³ð???ð??©ð??¤ ð???ð??¨ð??¤ð??¿ '%s' ð???ð??¹ %s"
-#: ../glib/goption.c:1035
+#: glib/goption.c:1035
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "ð???ð??³ð???ð??©ð??¤ ð???ð??¨ð??¤ð??¿ '%s' ð???ð??¹ %s ð??¬ð??? ð??? ð??®ð??±ð??¯ð??¡"
-#: ../glib/goption.c:1298 ../glib/goption.c:1377
+#: glib/goption.c:1298 glib/goption.c:1377
#, c-format
msgid "Error parsing option %s"
msgstr "ð??»ð??¼ ð???ð??¸ð???ð??¦ð??? ð??ªð???ð???ð??©ð??¯ %s"
-#: ../glib/goption.c:1408 ../glib/goption.c:1522
+#: glib/goption.c:1408 glib/goption.c:1522
#, c-format
msgid "Missing argument for %s"
msgstr "ð??¥ð??¦ð???ð??¦ð??? ð??¸ð???ð??¿ð??¥ð??©ð??¯ð??? ð???ð??¹ %s"
-#: ../glib/goption.c:1917
+#: glib/goption.c:1917
#, c-format
msgid "Unknown option %s"
msgstr "ð??³ð??¯ð??´ð??¯ ð??ªð???ð???ð??©ð??¯ %s"
-#: ../glib/gkeyfile.c:362
+#: glib/gkeyfile.c:362
msgid "Valid key file could not be found in search dirs"
msgstr "ð???ð??¨ð??¤ð??¦ð??? ð???ð??° ð???ð??²ð??¤ ð???ð??«ð??? ð??¯ð??ªð??? ð???ð??° ð???ð??¬ð??¯ð??? ð??¦ð??¯ ð???ð??»ð??? ð???ð??»ð???"
-#: ../glib/gkeyfile.c:397
+#: glib/gkeyfile.c:397
msgid "Not a regular file"
msgstr "ð??¯ð??ªð??? ð??© ð??®ð??§ð???ð???ð??«ð??¤ð??¼ ð???ð??²ð??¤"
-#: ../glib/gkeyfile.c:405
+#: glib/gkeyfile.c:405
msgid "File is empty"
msgstr "ð???ð??²ð??¤ ð??¦ð??? ð??§ð??¥ð???ð???ð??¦"
-#: ../glib/gkeyfile.c:764
+#: glib/gkeyfile.c:764
#, c-format
msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment"
msgstr "ð???ð??° ð???ð??²ð??¤ ð???ð??©ð??¯ð???ð??±ð??¯ð??? ð??¤ð??²ð??¯ '%s' ð??¢ð??¦ð??? ð??¦ð??? ð??¯ð??ªð??? ð??© ð???ð??°-ð???ð??¨ð??¤ð??¿ ð???ð??º, ð???ð??®ð??µð???, ð??¹ ð???ð??³ð??¥ð??¥ð??©ð??¯ð???"
-#: ../glib/gkeyfile.c:824
+#: glib/gkeyfile.c:824
#, c-format
msgid "Invalid group name: %s"
msgstr "ð??¦ð??¯ð???ð??¨ð??¤ð??¦ð??? ð???ð??®ð??µð??? ð??¯ð??±ð??¥: %s"
-#: ../glib/gkeyfile.c:846
+#: glib/gkeyfile.c:846
msgid "Key file does not start with a group"
msgstr "ð???ð??° ð???ð??²ð??¤ ð???ð??³ð??? ð??¯ð??ªð??? ð???ð???ð??¸ð??? ð??¢ð??¦ð??? ð??© ð???ð??®ð??µð???"
-#: ../glib/gkeyfile.c:872
+#: glib/gkeyfile.c:872
#, c-format
msgid "Invalid key name: %s"
msgstr "ð??¦ð??¯ð???ð??¨ð??¤ð??¦ð??? ð???ð??° ð??¯ð??±ð??¥: %s"
-#: ../glib/gkeyfile.c:899
+#: glib/gkeyfile.c:899
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "ð???ð??° ð???ð??²ð??¤ ð???ð??©ð??¯ð???ð??±ð??¯ð??? ð??³ð??¯ð???ð??©ð???ð??¹ð???ð??©ð??? ð??§ð??¯ð???ð??´ð???ð??¦ð??? '%s'"
-#: ../glib/gkeyfile.c:1115 ../glib/gkeyfile.c:1277 ../glib/gkeyfile.c:2506
-#: ../glib/gkeyfile.c:2572 ../glib/gkeyfile.c:2707 ../glib/gkeyfile.c:2840
-#: ../glib/gkeyfile.c:2993 ../glib/gkeyfile.c:3180 ../glib/gkeyfile.c:3241
+#: glib/gkeyfile.c:1115 glib/gkeyfile.c:1277 glib/gkeyfile.c:2506
+#: glib/gkeyfile.c:2572 glib/gkeyfile.c:2707 glib/gkeyfile.c:2840
+#: glib/gkeyfile.c:2993 glib/gkeyfile.c:3180 glib/gkeyfile.c:3241
#, c-format
msgid "Key file does not have group '%s'"
msgstr "ð???ð??° ð???ð??²ð??¤ ð???ð??³ð??? ð??¯ð??ªð??? ð??£ð??¨ð??? ð???ð??®ð??µð??? '%s'"
-#: ../glib/gkeyfile.c:1289
+#: glib/gkeyfile.c:1289
#, c-format
msgid "Key file does not have key '%s'"
msgstr "ð???ð??° ð???ð??²ð??¤ ð???ð??³ð??? ð??¯ð??ªð??? ð??£ð??¨ð??? ð???ð??° '%s'"
-#: ../glib/gkeyfile.c:1396 ../glib/gkeyfile.c:1511
+#: glib/gkeyfile.c:1396 glib/gkeyfile.c:1511
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr "ð???ð??° ð???ð??²ð??¤ ð???ð??©ð??¯ð???ð??±ð??¯ð??? ð???ð??° '%s' ð??¢ð??¦ð??? ð???ð??¨ð??¤ð??¿ '%s' ð??¢ð??¦ð??? ð??¦ð??? ð??¯ð??ªð??? UTF-8"
-#: ../glib/gkeyfile.c:1416 ../glib/gkeyfile.c:1910
+#: glib/gkeyfile.c:1416 glib/gkeyfile.c:1910
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "ð???ð??° ð???ð??²ð??¤ ð???ð??©ð??¯ð???ð??±ð??¯ð??? ð???ð??° '%s' ð??¢ð??¦ð??? ð??£ð??¨ð??? ð???ð??¨ð??¤ð??¿ ð???ð??¨ð??? ð???ð??¨ð??¯ð??ªð??? ð???ð??° ð??¦ð??¯ð???ð??»ð???ð??®ð??©ð???ð??©ð???."
-#: ../glib/gkeyfile.c:1531
+#: glib/gkeyfile.c:1531
#, c-format
msgid ""
"Key file contains key '%s' which has a value that cannot be interpreted."
msgstr "ð???ð??° ð???ð??²ð??¤ ð???ð??©ð??¯ð???ð??±ð??¯ð??? ð???ð??° '%s' ð??¢ð??¦ð??? ð??£ð??¨ð??? ð??© ð???ð??¨ð??¤ð??¿ ð???ð??¨ð??? ð???ð??¨ð??¯ð??ªð??? ð???ð??° ð??¦ð??¯ð???ð??»ð???ð??®ð??©ð???ð??©ð???."
-#: ../glib/gkeyfile.c:2125 ../glib/gkeyfile.c:2337
+#: glib/gkeyfile.c:2125 glib/gkeyfile.c:2337
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1063,165 +1083,162 @@ msgid ""
msgstr ""
"ð???ð??° ð???ð??²ð??¤ ð???ð??©ð??¯ð???ð??±ð??¯ð??? ð???ð??° '%s' ð??¦ð??¯ ð???ð??®ð??µð??? '%s' ð??¢ð??¦ð??? ð??£ð??¨ð??? ð???ð??¨ð??¤ð??¿ ð???ð??¨ð??? ð???ð??¨ð??¯ð??ªð??? ð???ð??° ð??¦ð??¯ð???ð??»ð???ð??®ð??©ð???ð??©ð???."
-#: ../glib/gkeyfile.c:2521 ../glib/gkeyfile.c:2722 ../glib/gkeyfile.c:3252
+#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2722 glib/gkeyfile.c:3252
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "ð???ð??° ð???ð??²ð??¤ ð???ð??³ð??? ð??¯ð??ªð??? ð??£ð??¨ð??? ð???ð??° '%s' ð??¦ð??¯ ð???ð??®ð??µð??? '%s'"
-#: ../glib/gkeyfile.c:3486
+#: glib/gkeyfile.c:3486
msgid "Key file contains escape character at end of line"
msgstr "ð???ð??° ð???ð??²ð??¤ ð???ð??©ð??¯ð???ð??±ð??¯ð??? ð??¦ð???ð???ð??±ð??? ð???ð??¨ð??®ð??©ð???ð???ð??¼ ð??¨ð??? ð??§ð??¯ð??? ð??? ð??¤ð??²ð??¯"
-#: ../glib/gkeyfile.c:3508
+#: glib/gkeyfile.c:3508
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "ð???ð??° ð???ð??²ð??¤ ð???ð??©ð??¯ð???ð??±ð??¯ð??? ð??¦ð??¯ð???ð??¨ð??¤ð??¦ð??? ð??¦ð???ð???ð??±ð??? ð???ð??°ð???ð??¢ð??©ð??¯ð??? '%s'"
-#: ../glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3650
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "ð???ð??¨ð??¤ð??¿ '%s' ð???ð??¨ð??¯ð??ªð??? ð???ð??° ð??¦ð??¯ð???ð??»ð???ð??®ð??©ð???ð??©ð??? ð??¨ð??? ð??© ð??¯ð??³ð??¥ð???ð??¼."
-#: ../glib/gkeyfile.c:3664
+#: glib/gkeyfile.c:3664
#, c-format
msgid "Integer value '%s' out of range"
msgstr "ð??¦ð??¯ð???ð??©ð??¡ð??¼ ð???ð??¨ð??¤ð??¿ '%s' ð??¬ð??? ð??? ð??®ð??±ð??¯ð??¡"
-#: ../glib/gkeyfile.c:3697
+#: glib/gkeyfile.c:3697
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "ð???ð??¨ð??¤ð??¿ '%s' ð???ð??¨ð??¯ð??ªð??? ð???ð??° ð??¦ð??¯ð???ð??»ð???ð??®ð??©ð???ð??©ð??? ð??¨ð??? ð??© ð???ð??¤ð??´ð??? ð??¯ð??³ð??¥ð???ð??¼."
-#: ../glib/gkeyfile.c:3721
+#: glib/gkeyfile.c:3721
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "ð???ð??¨ð??¤ð??¿ '%s' ð???ð??¨ð??¯ð??ªð??? ð???ð??° ð??¦ð??¯ð???ð??»ð???ð??®ð??©ð???ð??©ð??? ð??¨ð??? ð??© ð???ð??µð??¤ð??°ð??©ð??¯."
-#: ../gio/gbufferedinputstream.c:415 ../gio/gbufferedinputstream.c:496
-#: ../gio/ginputstream.c:186 ../gio/ginputstream.c:318
-#: ../gio/ginputstream.c:557 ../gio/ginputstream.c:682
-#: ../gio/goutputstream.c:197 ../gio/goutputstream.c:652
+#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
+#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "ð???ð??µ ð??¤ð??¸ð??¡ ð???ð??¬ð??¯ð??? ð???ð??¨ð??¤ð??¿ ð???ð??ð???ð??? ð??? %s"
-#: ../gio/gbufferedinputstream.c:883 ../gio/ginputstream.c:892
-#: ../gio/giostream.c:305 ../gio/goutputstream.c:1081
+#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "ð???ð???ð??®ð??°ð??¥ ð??¦ð??? ð??·ð??¤ð??®ð??§ð???ð??¦ ð???ð??¤ð??´ð???ð???"
-#: ../gio/gcancellable.c:420 ../gio/glocalfile.c:2095
-#: ../gio/gsimpleasyncresult.c:648 ../gio/gsimpleasyncresult.c:674
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
+#: gio/gsimpleasyncresult.c:674
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:311
+#: gio/gdatainputstream.c:311
msgid "Unexpected early end-of-stream"
msgstr "ð??³ð??¯ð??¦ð???ð???ð???ð??§ð???ð???ð??©ð??? ð??»ð??¤ð??° ð??§ð??¯ð???-ð???-ð???ð???ð??®ð??°ð??¥"
-#: ../gio/gdesktopappinfo.c:463 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "ð??©ð??¯ð??¯ð??±ð??¥ð???"
-#: ../gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "ð???ð??§ð???ð???ð???ð??ªð??? ð???ð??²ð??¤ ð???ð??¦ð???ð??¯ð??? ð???ð???ð??§ð???ð??¦ð???ð??² Exec ð???ð??°ð??¤ð???"
-#: ../gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "ð??³ð??¯ð??±ð???ð??©ð??¤ ð??? ð???ð??²ð??¯ð??? ð???ð??»ð??¥ð??¦ð??¯ð??©ð??¤ ð??®ð??¦ð???ð??¢ð??²ð??¼ð??? ð???ð??¹ ð??©ð???ð??¤ð??¦ð???ð??±ð???ð??©ð??¯"
-#: ../gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "ð???ð??¨ð??¯ð??? ð???ð??®ð??¦ð??±ð??? ð??¿ð???ð??¼ ð??©ð???ð??¤ð??¦ð???ð??±ð???ð??©ð??¯ ð???ð??©ð??¯ð???ð??¦ð???ð???ð??¼ð??±ð???ð??©ð??¯ ð???ð??´ð??¤ð???ð??¼ %s: %s"
-#: ../gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "ð???ð??¨ð??¯ð??? ð???ð??®ð??¦ð??±ð??? ð??¿ð???ð??¼ MIME ð???ð??©ð??¯ð???ð??¦ð???ð???ð??¼ð??±ð???ð??©ð??¯ ð???ð??´ð??¤ð???ð??¼ %s: %s"
-#: ../gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "ð???ð??¨ð??¯ð??? ð???ð??®ð??¦ð??±ð??? ð??¿ð???ð??¼ ð???ð??§ð???ð???ð???ð??ªð??? ð???ð??²ð??¤ %s"
-#: ../gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "ð???ð??³ð???ð???ð??©ð??¥ ð???ð??§ð???ð??©ð??¯ð??¦ð???ð??©ð??¯ ð???ð??¹ %s"
-#: ../gio/gdrive.c:409
+#: gio/gdrive.c:409
msgid "drive doesn't implement eject"
msgstr "ð???ð??®ð??²ð??? ð???ð??³ð???ð??¯ð??? ð??¦ð??¥ð???ð??¤ð??§ð??¥ð??§ð??¯ð??? ð??¦ð??¡ð??§ð???ð???"
#. Translators: This is an error
#. * message for drive objects that
#. * don't implement any of eject or eject_with_operation.
-#: ../gio/gdrive.c:489
+#: gio/gdrive.c:489
msgid "drive doesn't implement eject or eject_with_operation"
msgstr "ð???ð??®ð??²ð??? ð???ð??³ð???ð??¯ð??? ð??¦ð??¥ð???ð??¤ð??§ð??¥ð??§ð??¯ð??? eject ð??¹ eject_with_operation"
-#: ../gio/gdrive.c:566
+#: gio/gdrive.c:566
msgid "drive doesn't implement polling for media"
msgstr "ð???ð??®ð??²ð??? ð???ð??³ð???ð??¯ð??? ð??¦ð??¥ð???ð??¤ð??§ð??¥ð??§ð??¯ð??? ð???ð??´ð??¤ð??¦ð??? ð???ð??¹ ð??¥ð??°ð???ð??¦ð??©"
-#: ../gio/gdrive.c:771
+#: gio/gdrive.c:771
msgid "drive doesn't implement start"
msgstr "ð???ð??®ð??²ð??? ð???ð??³ð???ð??¯ð??? ð??¦ð??¥ð???ð??¤ð??§ð??¥ð??§ð??¯ð??? ð???ð???ð??¸ð???"
-#: ../gio/gdrive.c:873
+#: gio/gdrive.c:873
msgid "drive doesn't implement stop"
msgstr "ð???ð??®ð??²ð??? ð???ð??³ð???ð??¯ð??? ð??¦ð??¥ð???ð??¤ð??§ð??¥ð??§ð??¯ð??? ð???ð???ð??ªð???"
-#: ../gio/gemblem.c:325
+#: gio/gemblem.c:325
#, c-format
msgid "Can't handle version %d of GEmblem encoding"
msgstr "ð???ð??¨ð??¯ð??? ð??£ð??¨ð??¯ð???ð??©ð??¤ ð???ð??»ð?? ð??©ð??¯ %d ð??? GEmblem ð??§ð??¯ð???ð??´ð???ð??¦ð???"
-#: ../gio/gemblem.c:335
+#: gio/gemblem.c:335
#, c-format
msgid "Malformed number of tokens (%d) in GEmblem encoding"
msgstr "ð??¥ð??¨ð??¤ð???ð??¹ð??¥ð??? ð??¯ð??³ð??¥ð???ð??¼ ð??? ð???ð??´ð???ð??©ð??¯ð??? (%d) ð??¦ð??¯ GEmblem ð??§ð??¯ð???ð??´ð???ð??¦ð???"
-#: ../gio/gemblemedicon.c:296
+#: gio/gemblemedicon.c:296
#, c-format
msgid "Can't handle version %d of GEmblemedIcon encoding"
msgstr "ð???ð??¨ð??¯ð??? ð??£ð??¨ð??¯ð???ð??©ð??¤ ð???ð??»ð?? ð??©ð??¯ %d ð??? GEmblemedIcon ð??§ð??¯ð???ð??´ð???ð??¦ð???"
-#: ../gio/gemblemedicon.c:306
+#: gio/gemblemedicon.c:306
#, c-format
msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding"
msgstr "ð??¥ð??¨ð??¤ð???ð??¹ð??¥ð??? ð??¯ð??³ð??¥ð???ð??¼ ð??? ð???ð??´ð???ð??©ð??¯ð??? (%d) ð??¦ð??¯ GEmblemedIcon ð??§ð??¯ð???ð??´ð???ð??¦ð???"
-#: ../gio/gemblemedicon.c:329
+#: gio/gemblemedicon.c:329
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "ð??¦ð???ð???ð???ð??§ð???ð???ð??©ð??? ð??© GEmblem ð???ð??¹ GEmblemedIcon"
-#: ../gio/gfile.c:861 ../gio/gfile.c:1091 ../gio/gfile.c:1226
-#: ../gio/gfile.c:1462 ../gio/gfile.c:1516 ../gio/gfile.c:1573
-#: ../gio/gfile.c:1656 ../gio/gfile.c:1711 ../gio/gfile.c:1771
-#: ../gio/gfile.c:1825 ../gio/gfile.c:3150 ../gio/gfile.c:3204
-#: ../gio/gfile.c:3335 ../gio/gfile.c:3375 ../gio/gfile.c:3702
-#: ../gio/gfile.c:4104 ../gio/gfile.c:4190 ../gio/gfile.c:4279
-#: ../gio/gfile.c:4377 ../gio/gfile.c:4464 ../gio/gfile.c:4557
-#: ../gio/gfile.c:4887 ../gio/gfile.c:5167 ../gio/gfile.c:5236
-#: ../gio/gfile.c:6827 ../gio/gfile.c:6917 ../gio/gfile.c:7003
-#: ../gio/win32/gwinhttpfile.c:441
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
+#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "ð??ªð???ð??¼ð??±ð???ð??©ð??¯ ð??¯ð??ªð??? ð???ð??©ð???ð??¹ð???ð??©ð???"
@@ -1233,128 +1250,128 @@ 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:1347 ../gio/glocalfile.c:1066 ../gio/glocalfile.c:1077
-#: ../gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "ð???ð??©ð??¯ð???ð??±ð??¯ð??¦ð??? ð??¥ð??¬ð??¯ð??? ð???ð??³ð??? ð??¯ð??ªð??? ð??§ð???ð???ð??¦ð???ð???"
-#: ../gio/gfile.c:2399 ../gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "ð???ð??¨ð??¯ð??? ð???ð??ªð???ð??¦ ð??´ð???ð??¼ ð???ð??²ð??®ð??§ð???ð???ð??¼ð??¦"
-#: ../gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "ð???ð??¨ð??¯ð??? ð???ð??ªð???ð??¦ ð???ð??²ð??®ð??§ð???ð???ð??¼ð??¦ ð??´ð???ð??¼ ð???ð??²ð??®ð??§ð???ð???ð??¼ð??¦"
-#: ../gio/gfile.c:2467 ../gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "ð???ð??¸ð???ð??§ð??? ð???ð??²ð??¤ ð??§ð???ð???ð??¦ð???ð???ð???"
-#: ../gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "ð???ð??¨ð??¯ð??? ð??®ð??¦ð???ð??»ð???ð??¦ð???ð??¤ð??¦ ð???ð??ªð???ð??¦ ð???ð??²ð??®ð??§ð???ð???ð??¼ð??¦"
-#: ../gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "ð???ð??¨ð??¯ð??? ð???ð??ªð???ð??¦ ð???ð???ð??§ð???ð??©ð??¤ ð???ð??²ð??¤"
-#: ../gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "ð??¦ð??¯ð???ð??¨ð??¤ð??¦ð??? ð???ð??¦ð??¥ð??¤ð??¦ð???ð??? ð???ð??¨ð??¤ð??¿ ð???ð??¦ð???ð??©ð??¯"
-#: ../gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "ð???ð??®ð??¨ð??? ð??¯ð??ªð??? ð???ð??©ð???ð??¹ð???ð??©ð???"
-#: ../gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ð???ð??²ð??¤ ð??¯ð??±ð??¥ð??? ð???ð??¨ð??¯ð??ªð??? ð???ð??©ð??¯ð???ð??±ð??¯ '%c'"
-#: ../gio/gfile.c:5884 ../gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "ð???ð??ªð??¤ð??¿ð??¥ ð???ð??³ð???ð??¯ð??? ð??¦ð??¥ð???ð??¤ð??§ð??¥ð??§ð??¯ð??? ð??¥ð??¬ð??¯ð???"
-#: ../gio/gfile.c:5995
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "ð??¯ð??´ ð??©ð???ð??¤ð??¦ð???ð??±ð???ð??©ð??¯ ð??¦ð??? ð??®ð??§ð??¡ð??¦ð???ð???ð??¼ð??? ð??¨ð??? ð??£ð??¨ð??¯ð???ð??¤ð??¦ð??? ð???ð??¦ð??? ð???ð??²ð??¤"
-#: ../gio/gfileenumerator.c:206
+#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "ð??§ð??¯ð??¿ð??¥ð??»ð??±ð???ð??¼ ð??¦ð??? ð???ð??¤ð??´ð???ð???"
-#: ../gio/gfileenumerator.c:213 ../gio/gfileenumerator.c:272
-#: ../gio/gfileenumerator.c:372 ../gio/gfileenumerator.c:481
+#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
+#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "ð???ð??²ð??¤ ð??§ð??¯ð??¿ð??¥ð??»ð??±ð???ð??¼ ð??£ð??¨ð??? ð??¶ð???ð???ð???ð??¨ð??¯ð???ð??¦ð??? ð??ªð???ð??¼ð??±ð???ð??©ð??¯"
-#: ../gio/gfileenumerator.c:362 ../gio/gfileenumerator.c:471
+#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "ð???ð??²ð??¤ ð??§ð??¯ð??¿ð??¥ð??»ð??±ð???ð??¼ ð??¦ð??? ð??·ð??¤ð??®ð??§ð???ð??¦ ð???ð??¤ð??´ð???ð???"
-#: ../gio/gfileicon.c:237
+#: gio/gfileicon.c:237
#, c-format
msgid "Can't handle version %d of GFileIcon encoding"
msgstr "ð???ð??¨ð??¯ð??? ð??£ð??¨ð??¯ð???ð??©ð??¤ ð???ð??»ð?? ð??©ð??¯ %d ð??? GFileIcon ð??§ð??¯ð???ð??´ð???ð??¦ð???"
-#: ../gio/gfileicon.c:247
+#: gio/gfileicon.c:247
msgid "Malformed input data for GFileIcon"
msgstr "ð??¥ð??¨ð??¤ð???ð??¹ð??¥ð??? ð??¦ð??¯ð???ð??«ð??? ð???ð??±ð???ð??© ð???ð??¹ GFileIcon"
-#: ../gio/gfileinputstream.c:155 ../gio/gfileinputstream.c:422
-#: ../gio/gfileiostream.c:171 ../gio/gfileoutputstream.c:170
-#: ../gio/gfileoutputstream.c:525
+#: gio/gfileinputstream.c:155 gio/gfileinputstream.c:422
+#: gio/gfileiostream.c:171 gio/gfileoutputstream.c:170
+#: gio/gfileoutputstream.c:525
msgid "Stream doesn't support query_info"
msgstr "ð???ð???ð??®ð??°ð??¥ ð???ð??³ð???ð??¯ð??? ð???ð??©ð???ð??¹ð??? query_info"
-#: ../gio/gfileinputstream.c:337 ../gio/gfileiostream.c:389
-#: ../gio/gfileoutputstream.c:383
+#: gio/gfileinputstream.c:337 gio/gfileiostream.c:389
+#: gio/gfileoutputstream.c:383
msgid "Seek not supported on stream"
msgstr "ð???ð??°ð??? ð??¯ð??ªð??? ð???ð??©ð???ð??¹ð???ð??©ð??? ð??ªð??¯ ð???ð???ð??®ð??°ð??¥"
-#: ../gio/gfileinputstream.c:381
+#: gio/gfileinputstream.c:381
msgid "Truncate not allowed on input stream"
msgstr "ð???ð??®ð??©ð???ð???ð??±ð??? ð??¯ð??ªð??? ð??©ð??¤ð??¬ð??? ð??ªð??¯ ð??¦ð??¯ð???ð??«ð??? ð???ð???ð??®ð??°ð??¥"
-#: ../gio/gfileiostream.c:465 ../gio/gfileoutputstream.c:459
+#: gio/gfileiostream.c:465 gio/gfileoutputstream.c:459
msgid "Truncate not supported on stream"
msgstr "ð???ð??®ð??©ð???ð???ð??±ð??? ð??¯ð??ªð??? ð???ð??©ð???ð??¹ð???ð??©ð??? ð??ªð??¯ ð???ð???ð??®ð??°ð??¥"
-#: ../gio/gicon.c:324
+#: gio/gicon.c:324
#, c-format
msgid "Wrong number of tokens (%d)"
msgstr "ð??®ð??ªð??? ð??¯ð??³ð??¥ð???ð??¼ ð??? ð???ð??´ð???ð??©ð??¯ð??? (%d)"
-#: ../gio/gicon.c:344
+#: gio/gicon.c:344
#, c-format
msgid "No type for class name %s"
msgstr "ð??¯ð??´ ð???ð??²ð??? ð???ð??¹ ð???ð??¤ð??ð??? ð??¯ð??±ð??¥ %s"
-#: ../gio/gicon.c:354
+#: gio/gicon.c:354
#, c-format
msgid "Type %s does not implement the GIcon interface"
msgstr "ð???ð??²ð??? %s ð???ð??³ð??? ð??¯ð??ªð??? ð??¦ð??¥ð???ð??¤ð??§ð??¥ð??§ð??¯ð??? ð??? GIcon ð??¦ð??¯ð???ð??¼ð???ð??±ð???"
-#: ../gio/gicon.c:365
+#: gio/gicon.c:365
#, c-format
msgid "Type %s is not classed"
msgstr "ð???ð??²ð??? %s ð??¦ð??? ð??¯ð??ªð??? ð???ð??¤ð??¨ð???ð???"
-#: ../gio/gicon.c:379
+#: gio/gicon.c:379
#, c-format
msgid "Malformed version number: %s"
msgstr "ð??¥ð??¨ð??¤ð???ð??¹ð??¥ð??? ð???ð??»ð?? ð??©ð??¯ ð??¯ð??³ð??¥ð???ð??¼: %s"
-#: ../gio/gicon.c:393
+#: gio/gicon.c:393
#, c-format
msgid "Type %s does not implement from_tokens() on the GIcon interface"
msgstr "ð???ð??²ð??? %s ð???ð??³ð??? ð??¯ð??ªð??? ð??¦ð??¥ð???ð??¤ð??§ð??¥ð??§ð??¯ð??? from_tokens() ð??ªð??¯ ð??? GIcon ð??¦ð??¯ð???ð??¼ð???ð??±ð???"
-#: ../gio/gicon.c:469
+#: gio/gicon.c:469
msgid "Can't handle the supplied version the icon encoding"
msgstr "ð???ð??¨ð??¯ð??? ð??£ð??¨ð??¯ð???ð??©ð??¤ ð??? ð???ð??©ð???ð??¤ð??²ð??? ð???ð??»ð?? ð??©ð??¯ ð??? ð??²ð???ð??ªð??¯ ð??§ð??¯ð???ð??´ð???ð??¦ð???"
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
msgid "Input stream doesn't implement read"
msgstr "ð??¦ð??¯ð???ð??«ð??? ð???ð???ð??®ð??°ð??¥ ð???ð??³ð???ð??¯ð??? ð??¦ð??¥ð???ð??¤ð??§ð??¥ð??§ð??¯ð??? ð??®ð??§ð???"
@@ -1364,604 +1381,613 @@ 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:902 ../gio/giostream.c:315
-#: ../gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "ð???ð???ð??®ð??°ð??¥ ð??£ð??¨ð??? ð??¶ð???ð???ð???ð??¨ð??¯ð???ð??¦ð??? ð??ªð???ð??¼ð??±ð???ð??©ð??¯"
-#: ../gio/ginetsocketaddress.c:182 ../gio/ginetsocketaddress.c:199
-#: ../gio/gunixsocketaddress.c:174
+#: gio/ginetsocketaddress.c:182 gio/ginetsocketaddress.c:199
+#: gio/gunixsocketaddress.c:174
msgid "Not enough space for socket address"
msgstr "ð??¯ð??ªð??? ð??¦ð??¯ð??³ð??? ð???ð???ð??±ð??? ð???ð??¹ ð???ð??ªð???ð??©ð??? ð??©ð???ð??®ð??§ð???"
-#: ../gio/ginetsocketaddress.c:212
+#: gio/ginetsocketaddress.c:212
msgid "Unsupported socket address"
msgstr "ð??³ð??¯ð???ð??©ð???ð??¹ð???ð??©ð??? ð???ð??ªð???ð??©ð??? ð??©ð???ð??®ð??§ð???"
-#: ../gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "ð??³ð??¯ð??±ð???ð??©ð??¤ ð??? ð???ð??²ð??¯ð??? ð???ð??¦ð???ð??·ð??¤ð??? ð??¤ð??´ð???ð??©ð??¤ ð???ð??²ð??®ð??§ð???ð???ð??¼ð??¦ ð??¥ð??ªð??¯ð??¦ð???ð??¼ ð???ð??²ð???"
-#: ../gio/glocalfile.c:600 ../gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "ð??¦ð??¯ð???ð??¨ð??¤ð??¦ð??? ð???ð??²ð??¤ð??¯ð??±ð??¥ %s"
-#: ../gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "ð??»ð??¼ ð???ð??§ð???ð??¦ð??? ð???ð??²ð??¤ð???ð??¦ð???ð???ð??©ð??¥ ð??¦ð??¯ð???ð??´: %s"
-#: ../gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "ð???ð??¨ð??¯ð??? ð??®ð??°ð??¯ð??±ð??¥ ð??®ð??µð??? ð???ð??²ð??®ð??§ð???ð???ð??¼ð??¦"
-#: ../gio/glocalfile.c:1130 ../gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "ð??»ð??¼ ð??®ð??°ð??¯ð??±ð??¥ð??¦ð??? ð???ð??²ð??¤: %s"
-#: ../gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "ð???ð??¨ð??¯ð??? ð??®ð??°ð??¯ð??±ð??¥ ð???ð??²ð??¤, ð???ð??²ð??¤ð??¯ð??±ð??¥ ð??·ð??¤ð??®ð??§ð???ð??¦ ð??§ð???ð???ð??¦ð???ð???"
-#: ../gio/glocalfile.c:1152 ../gio/glocalfile.c:2124 ../gio/glocalfile.c:2153
-#: ../gio/glocalfile.c:2309 ../gio/glocalfileoutputstream.c:550
-#: ../gio/glocalfileoutputstream.c:603 ../gio/glocalfileoutputstream.c:648
-#: ../gio/glocalfileoutputstream.c:1130
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
+#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
+#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "ð??¦ð??¯ð???ð??¨ð??¤ð??¦ð??? ð???ð??²ð??¤ð??¯ð??±ð??¥"
-#: ../gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "ð??»ð??¼ ð??´ð???ð??©ð??¯ð??¦ð??? ð???ð??²ð??¤: %s"
-#: ../gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "ð???ð??¨ð??¯ð??? ð??´ð???ð??©ð??¯ ð???ð??²ð??®ð??§ð???ð???ð??¼ð??¦"
-#: ../gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "ð??»ð??¼ ð??®ð??¦ð??¥ð??µð???ð??¦ð??? ð???ð??²ð??¤: %s"
-#: ../gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "ð??»ð??¼ ð???ð??®ð??¨ð???ð??¦ð??? ð???ð??²ð??¤: %s"
-#: ../gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "ð??³ð??¯ð??±ð???ð??©ð??¤ ð??? ð???ð??®ð??¦ð??±ð??? ð???ð??®ð??¨ð??? ð???ð??» %s: %s"
-#: ../gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "ð??³ð??¯ð??±ð???ð??©ð??¤ ð??? ð???ð??²ð??¯ð??? ð???ð??ªð???ð??¤ð??§ð???ð??©ð??¤ ð???ð??²ð??®ð??§ð???ð???ð??¼ð??¦ ð???ð??¹ ð???ð??®ð??¨ð???"
-#: ../gio/glocalfile.c:1931 ../gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "ð??³ð??¯ð??±ð???ð??©ð??¤ ð??? ð???ð??²ð??¯ð??? ð??¹ ð???ð??®ð??¦ð??±ð??? ð???ð??®ð??¨ð??? ð???ð??²ð??®ð??§ð???ð???ð??¼ð??¦"
-#: ../gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "ð??³ð??¯ð??±ð???ð??©ð??¤ ð??? ð???ð??®ð??¦ð??±ð??? ð???ð??®ð??¨ð???ð??¦ð??? ð??¦ð??¯ð???ð??´ ð???ð??²ð??¤: %s"
-#: ../gio/glocalfile.c:2014 ../gio/glocalfile.c:2019 ../gio/glocalfile.c:2094
-#: ../gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "ð??³ð??¯ð??±ð???ð??©ð??¤ ð??? ð???ð??®ð??¨ð??? ð???ð??²ð??¤: %s"
-#: ../gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "ð??»ð??¼ ð???ð??®ð??¦ð??±ð???ð??¦ð??? ð???ð??²ð??®ð??§ð???ð???ð??¼ð??¦: %s"
-#: ../gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "ð???ð??±ð??¤ð??? ð??? ð??®ð??°ð??? ð??? ð???ð??¦ð??¥ð???ð??ªð??¤ð??¦ð??? ð??¤ð??¦ð???ð??? '%s': %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "ð??»ð??¼ ð??¥ð??±ð???ð??¦ð??? ð???ð??¦ð??¥ð???ð??ªð??¤ð??¦ð??? ð??¤ð??¦ð???ð???: %s"
-#: ../gio/glocalfile.c:2219 ../gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "ð??»ð??¼ ð??¥ð??µð???ð??¦ð??? ð???ð??²ð??¤: %s"
-#: ../gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "ð???ð??¨ð??¯ð??? ð??¥ð??µð??? ð???ð??²ð??®ð??§ð???ð???ð??¼ð??¦ ð??´ð???ð??¼ ð???ð??²ð??®ð??§ð???ð???ð??¼ð??¦"
-#: ../gio/glocalfile.c:2269 ../gio/glocalfileoutputstream.c:928
-#: ../gio/glocalfileoutputstream.c:942 ../gio/glocalfileoutputstream.c:957
-#: ../gio/glocalfileoutputstream.c:973 ../gio/glocalfileoutputstream.c:987
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
+#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
+#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "ð???ð??¨ð???ð??³ð??? ð???ð??²ð??¤ ð???ð??®ð??°ð??±ð???ð??©ð??¯ ð???ð??±ð??¤ð???"
-#: ../gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "ð??»ð??¼ ð??®ð??¦ð??¥ð??µð???ð??¦ð??? ð???ð??¸ð???ð??§ð??? ð???ð??²ð??¤: %s"
-#: ../gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "ð??¥ð??µð??? ð???ð??¦ð???ð??¢ð??°ð??¯ ð??¥ð??¶ð??¯ð???ð??? ð??¯ð??ªð??? ð???ð??©ð???ð??¹ð???ð??©ð???"
-#: ../gio/glocalfileinfo.c:721
+#: gio/glocalfileinfo.c:721
msgid "Attribute value must be non-NULL"
msgstr "ð??©ð???ð??®ð??¦ð???ð??¿ð??? ð???ð??¨ð??¤ð??¿ ð??¥ð??³ð???ð??? ð???ð??° ð??¯ð??ªð??¯-NULL"
-#: ../gio/glocalfileinfo.c:728
+#: gio/glocalfileinfo.c:728
msgid "Invalid attribute type (string expected)"
msgstr "ð??¦ð??¯ð???ð??¨ð??¤ð??¦ð??? ð??©ð???ð??®ð??¦ð???ð??¿ð??? ð???ð??²ð??? (ð???ð???ð??®ð??¦ð??? ð??¦ð???ð???ð???ð??§ð???ð???ð??©ð???)"
-#: ../gio/glocalfileinfo.c:735
+#: gio/glocalfileinfo.c:735
msgid "Invalid extended attribute name"
msgstr "ð??¦ð??¯ð???ð??¨ð??¤ð??¦ð??? ð??¦ð???ð???ð???ð??§ð??¯ð???ð??©ð??? ð??©ð???ð??®ð??¦ð???ð??¿ð??? ð??¯ð??±ð??¥"
-#: ../gio/glocalfileinfo.c:775
+#: gio/glocalfileinfo.c:775
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "ð??»ð??¼ ð???ð??§ð???ð??¦ð??? ð??¦ð???ð???ð???ð??§ð??¯ð???ð??©ð??? ð??©ð???ð??®ð??¦ð???ð??¿ð??? '%s': %s"
-#: ../gio/glocalfileinfo.c:1481 ../gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "ð??»ð??¼ ð???ð???ð??¨ð???ð??¦ð??? ð???ð??²ð??¤ '%s': %s"
-#: ../gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (ð??¦ð??¯ð???ð??¨ð??¤ð??¦ð??? ð??§ð??¯ð???ð??´ð???ð??¦ð???)"
-#: ../gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "ð??»ð??¼ ð???ð???ð??±ð???ð??¦ð??? ð???ð??²ð??¤ ð???ð??§ð???ð???ð??®ð??¦ð???ð???ð??¼: %s"
-#: ../gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "ð??¦ð??¯ð???ð??¨ð??¤ð??¦ð??? ð??©ð???ð??®ð??¦ð???ð??¿ð??? ð???ð??²ð??? (uint32 ð??¦ð???ð???ð???ð??§ð???ð???ð??©ð???)"
-#: ../gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "ð??¦ð??¯ð???ð??¨ð??¤ð??¦ð??? ð??©ð???ð??®ð??¦ð???ð??¿ð??? ð???ð??²ð??? (uint64 ð??¦ð???ð???ð???ð??§ð???ð???ð??©ð???)"
-#: ../gio/glocalfileinfo.c:1832 ../gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "ð??¦ð??¯ð???ð??¨ð??¤ð??¦ð??? ð??©ð???ð??®ð??¦ð???ð??¿ð??? ð???ð??²ð??? (ð???ð??²ð??? ð???ð???ð??®ð??¦ð??? ð??¦ð???ð???ð???ð??§ð???ð???ð??©ð???)"
-#: ../gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "ð???ð??¨ð??¯ð??ªð??? ð???ð??§ð??? ð???ð??»ð??¥ð??¦ð???ð??ªð??¯ð??? ð??ªð??¯ ð???ð??¦ð??¥ð??¤ð??¦ð???ð???ð???"
-#: ../gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "ð??»ð??¼ ð???ð??§ð???ð??¦ð??? ð???ð??»ð??¥ð??¦ð???ð??ªð??¯ð???: %s"
-#: ../gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "ð??»ð??¼ ð???ð??§ð???ð??¦ð??? ð??´ð??¯ð??¼: %s"
-#: ../gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "ð???ð??¦ð??¥ð??¤ð??¦ð???ð??? ð??¥ð??³ð???ð??? ð???ð??° ð??¯ð??ªð??¯-NULL"
-#: ../gio/glocalfileinfo.c:1986 ../gio/glocalfileinfo.c:2005
-#: ../gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "ð??»ð??¼ ð???ð??§ð???ð??¦ð??? ð???ð??¦ð??¥ð??¤ð??¦ð???ð???: %s"
-#: ../gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "ð??»ð??¼ ð???ð??§ð???ð??¦ð??? ð???ð??¦ð??¥ð??¤ð??¦ð???ð???: ð???ð??²ð??¤ ð??¦ð??? ð??¯ð??ªð??? ð??© ð???ð??¦ð??¥ð??¤ð??¦ð???ð???"
-#: ../gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "ð??»ð??¼ ð???ð??§ð???ð??¦ð??? ð??¥ð??ªð???ð??¦ð???ð??¦ð???ð??±ð???ð??©ð??¯ ð??¹ ð??¨ð???ð???ð??§ð??? ð???ð??²ð??¥: %s"
-#: ../gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux ð???ð??ªð??¯ð???ð??§ð???ð???ð??? ð??¥ð??³ð???ð??? ð???ð??° ð??¯ð??ªð??¯-NULL"
-#: ../gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "ð??»ð??¼ ð???ð??§ð???ð??¦ð??? SELinux ð???ð??ªð??¯ð???ð??§ð???ð???ð???: %s"
-#: ../gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux ð??¦ð??? ð??¯ð??ªð??? ð??¦ð??¯ð??±ð???ð??©ð??¤ð??? ð??ªð??¯ ð???ð??¦ð??? ð???ð??¦ð???ð???ð??©ð??¥"
-#: ../gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "ð???ð??§ð???ð??¦ð??? ð??¨ð???ð??®ð??¦ð???ð??¿ð??? %s ð??¯ð??ªð??? ð???ð??©ð???ð??¹ð???ð??©ð???"
-#: ../gio/glocalfileinputstream.c:165 ../gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "ð??»ð??¼ ð??®ð??°ð???ð??¦ð??? ð???ð??®ð??ªð??¥ ð???ð??²ð??¤: %s"
-#: ../gio/glocalfileinputstream.c:196 ../gio/glocalfileinputstream.c:208
-#: ../gio/glocalfileinputstream.c:320 ../gio/glocalfileoutputstream.c:449
-#: ../gio/glocalfileoutputstream.c:1005
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "ð??»ð??¼ ð???ð??°ð???ð??¦ð??? ð??¦ð??¯ ð???ð??²ð??¤: %s"
-#: ../gio/glocalfileinputstream.c:241 ../gio/glocalfileoutputstream.c:235
-#: ../gio/glocalfileoutputstream.c:330
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "ð??»ð??¼ ð???ð??¤ð??´ð???ð??¦ð??? ð???ð??²ð??¤: %s"
-#: ../gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "ð??³ð??¯ð??±ð???ð??©ð??¤ ð??? ð???ð??²ð??¯ð??? ð???ð??¦ð???ð??·ð??¤ð??? ð??¤ð??´ð???ð??©ð??¤ ð???ð??²ð??¤ ð??¥ð??ªð??¯ð??¦ð???ð??¼ ð???ð??²ð???"
-#: ../gio/glocalfileoutputstream.c:181 ../gio/glocalfileoutputstream.c:214
-#: ../gio/glocalfileoutputstream.c:722
+#: gio/glocalfileoutputstream.c:181 gio/glocalfileoutputstream.c:214
+#: gio/glocalfileoutputstream.c:722
#, c-format
msgid "Error writing to file: %s"
msgstr "ð??»ð??¼ ð??®ð??²ð???ð??¦ð??? ð??? ð???ð??²ð??¤: %s"
-#: ../gio/glocalfileoutputstream.c:262
+#: gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error removing old backup link: %s"
msgstr "ð??»ð??¼ ð??®ð??¦ð??¥ð??µð???ð??¦ð??? ð??´ð??¤ð??? ð???ð??¨ð???ð??³ð??? ð??¤ð??¦ð???ð???: %s"
-#: ../gio/glocalfileoutputstream.c:276 ../gio/glocalfileoutputstream.c:289
+#: gio/glocalfileoutputstream.c:276 gio/glocalfileoutputstream.c:289
#, c-format
msgid "Error creating backup copy: %s"
msgstr "ð??»ð??¼ ð???ð??®ð??¦ð??±ð???ð??¦ð??? ð???ð??¨ð???ð??³ð??? ð???ð??ªð???ð??¦: %s"
-#: ../gio/glocalfileoutputstream.c:307
+#: gio/glocalfileoutputstream.c:307
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "ð??»ð??¼ ð??®ð??°ð??¯ð??±ð??¥ð??¦ð??? ð???ð??§ð??¥ð???ð??¼ð??¼ð??¦ ð???ð??²ð??¤: %s"
-#: ../gio/glocalfileoutputstream.c:495 ../gio/glocalfileoutputstream.c:1056
+#: gio/glocalfileoutputstream.c:495 gio/glocalfileoutputstream.c:1056
#, c-format
msgid "Error truncating file: %s"
msgstr "ð??»ð??¼ ð???ð??®ð??©ð???ð???ð??±ð???ð??¦ð??? ð???ð??²ð??¤: %s"
-#: ../gio/glocalfileoutputstream.c:556 ../gio/glocalfileoutputstream.c:609
-#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:794
-#: ../gio/glocalfileoutputstream.c:1037 ../gio/glocalfileoutputstream.c:1136
+#: gio/glocalfileoutputstream.c:556 gio/glocalfileoutputstream.c:609
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:794
+#: gio/glocalfileoutputstream.c:1037 gio/glocalfileoutputstream.c:1136
#, c-format
msgid "Error opening file '%s': %s"
msgstr "ð??»ð??¼ ð??´ð???ð??©ð??¯ð??¦ð??? ð???ð??²ð??¤ '%s': %s"
-#: ../gio/glocalfileoutputstream.c:825
+#: gio/glocalfileoutputstream.c:825
msgid "Target file is a directory"
msgstr "ð???ð??¸ð???ð??§ð??? ð???ð??²ð??¤ ð??¦ð??? ð??© ð???ð??²ð??®ð??§ð???ð???ð??¼ð??¦"
-#: ../gio/glocalfileoutputstream.c:830
+#: gio/glocalfileoutputstream.c:830
msgid "Target file is not a regular file"
msgstr "ð???ð??¸ð???ð??§ð??? ð???ð??²ð??¤ ð??¦ð??? ð??¯ð??ªð??? ð??© ð??®ð??§ð???ð???ð??«ð??¤ð??¼ ð???ð??²ð??¤"
-#: ../gio/glocalfileoutputstream.c:842
+#: gio/glocalfileoutputstream.c:842
msgid "The file was externally modified"
msgstr "ð??? ð???ð??²ð??¤ ð??¢ð??ªð??? ð??¦ð???ð???ð???ð??»ð??¯ð??©ð??¤ð??¦ ð??¥ð??ªð???ð??¦ð???ð??²ð???"
-#: ../gio/glocalfileoutputstream.c:1021
+#: gio/glocalfileoutputstream.c:1021
#, c-format
msgid "Error removing old file: %s"
msgstr "ð??»ð??¼ ð??®ð??¦ð??¥ð??µð???ð??¦ð??? ð??´ð??¤ð??? ð???ð??²ð??¤: %s"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:553
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:553
msgid "Invalid GSeekType supplied"
msgstr "ð??¦ð??¯ð???ð??¨ð??¤ð??¦ð??? GSeekType ð???ð??©ð???ð??¤ð??²ð???"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:563
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:563
msgid "Invalid seek request"
msgstr "ð??¦ð??¯ð???ð??¨ð??¤ð??¦ð??? ð???ð??°ð??? ð??®ð??¦ð???ð??¢ð??§ð???ð???"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "ð???ð??¨ð??¯ð??ªð??? ð???ð??®ð??©ð???ð???ð??±ð??? GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:290
+#: gio/gmemoryoutputstream.c:290
msgid "Reached maximum data array limit"
msgstr "ð??®ð??°ð???ð??? ð??¥ð??¨ð???ð???ð??¦ð??¥ð??©ð??¥ ð???ð??±ð???ð??© ð??¼ð??± ð??¤ð??¦ð??¥ð??¦ð???"
-#: ../gio/gmemoryoutputstream.c:325
+#: gio/gmemoryoutputstream.c:325
msgid "Memory output stream not resizable"
msgstr "ð??¥ð??§ð??¥ð??¼ð??¦ ð??¬ð???ð???ð??«ð??? ð???ð???ð??®ð??°ð??¥ ð??¯ð??ªð??? ð??®ð??§ð???ð??²ð???ð??©ð???ð??©ð??¤"
-#: ../gio/gmemoryoutputstream.c:341
+#: gio/gmemoryoutputstream.c:341
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:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "ð??¥ð??¬ð??¯ð??? ð???ð??³ð???ð??¯ð??? ð??¦ð??¥ð???ð??¤ð??§ð??¥ð??§ð??¯ð??? ð??³ð??¯ð??¥ð??¬ð??¯ð???"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "ð??¥ð??¬ð??¯ð??? ð???ð??³ð???ð??¯ð??? ð??¦ð??¥ð???ð??¤ð??§ð??¥ð??§ð??¯ð??? ð??¦ð??¡ð??§ð???ð???"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: ../gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "ð??¥ð??¬ð??¯ð??? ð???ð??³ð???ð??¯ð??? ð??¦ð??¥ð???ð??¤ð??§ð??¥ð??§ð??¯ð??? unmount ð??¹ unmount_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: ../gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "ð??¥ð??¬ð??¯ð??? ð???ð??³ð???ð??¯ð??? ð??¦ð??¥ð???ð??¤ð??§ð??¥ð??§ð??¯ð??? eject ð??¹ eject_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "ð??¥ð??¬ð??¯ð??? ð???ð??³ð???ð??¯ð??? ð??¦ð??¥ð???ð??¤ð??§ð??¥ð??§ð??¯ð??? ð???ð??¦ð??¯ð???ð??®ð??©ð??¯ð??©ð??? ð???ð??ªð??¯ð???ð??§ð??¯ð??? ð???ð??²ð??? ð???ð??§ð???ð??¦ð???"
-#: ../gio/gnetworkaddress.c:295
+#: gio/gnetworkaddress.c:295
#, c-format
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "ð??£ð??´ð???ð???ð??¯ð??±ð??¥ '%s' ð???ð??©ð??¯ð???ð??±ð??¯ð??? '[' ð???ð??³ð??? ð??¯ð??ªð??? ']'"
-#: ../gio/goutputstream.c:206 ../gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "ð??¬ð???ð???ð??«ð??? ð???ð???ð??®ð??°ð??¥ ð???ð??³ð???ð??¯ð??? ð??¦ð??¥ð???ð??¤ð??§ð??¥ð??§ð??¯ð??? ð??®ð??²ð???"
-#: ../gio/goutputstream.c:368 ../gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "ð???ð??¹ð??? ð???ð???ð??®ð??°ð??¥ ð??¦ð??? ð??·ð??¤ð??®ð??§ð???ð??¦ ð???ð??¤ð??´ð???ð???"
-#: ../gio/gresolver.c:736
+#: gio/gresolver.c:736
#, c-format
msgid "Error resolving '%s': %s"
msgstr "ð??»ð??¼ ð??®ð??¦ð???ð??ªð??¤ð???ð??¦ð??? '%s': %s"
-#: ../gio/gresolver.c:786
+#: gio/gresolver.c:786
#, c-format
msgid "Error reverse-resolving '%s': %s"
msgstr "ð??»ð??¼ ð??®ð??°ð???ð??»ð???-ð??®ð??¦ð???ð??ªð??¤ð???ð??¦ð??? '%s': %s"
-#: ../gio/gresolver.c:821 ../gio/gresolver.c:899
+#: gio/gresolver.c:821 gio/gresolver.c:899
#, c-format
msgid "No service record for '%s'"
msgstr "ð??¯ð??´ ð???ð??»ð???ð??¦ð??? ð??®ð??©ð???ð??¹ð??? ð???ð??¹ '%s'"
-#: ../gio/gresolver.c:826 ../gio/gresolver.c:904
+#: gio/gresolver.c:826 gio/gresolver.c:904
#, c-format
msgid "Temporarily unable to resolve '%s'"
msgstr "ð???ð??§ð??¥ð???ð??¼ð??¼ð??¦ð??¤ð??¦ ð??³ð??¯ð??±ð???ð??©ð??¤ ð??? ð??®ð??¦ð???ð??ªð??¤ð??? '%s'"
-#: ../gio/gresolver.c:831 ../gio/gresolver.c:909
+#: gio/gresolver.c:831 gio/gresolver.c:909
#, c-format
msgid "Error resolving '%s'"
msgstr "ð??»ð??¼ ð??®ð??¦ð???ð??ªð??¤ð???ð??¦ð??? '%s'"
-#: ../gio/gsocket.c:277
+#: gio/gsocket.c:277
msgid "Invalid socket, not initialized"
msgstr "ð??¦ð??¯ð???ð??¨ð??¤ð??¦ð??? ð???ð??ªð???ð??©ð???, ð??¯ð??ªð??? ð??¦ð??¯ð??¦ð???ð??©ð??¤ð??²ð???ð???"
-#: ../gio/gsocket.c:284
+#: gio/gsocket.c:284
#, c-format
msgid "Invalid socket, initialization failed due to: %s"
msgstr "ð??¦ð??¯ð???ð??¨ð??¤ð??¦ð??? ð???ð??ªð???ð??©ð???, ð??¦ð??¯ð??¦ð???ð??¦ð??©ð??¤ð??²ð???ð??¨ð???ð??©ð??¯ ð???ð??±ð??¤ð??? ð???ð??¿ ð???: %s"
-#: ../gio/gsocket.c:292
+#: gio/gsocket.c:292
msgid "Socket is already closed"
msgstr "ð???ð??ªð???ð??©ð??? ð??¦ð??? ð??·ð??¤ð??®ð??§ð???ð??¦ ð???ð??¤ð??´ð???ð???"
-#: ../gio/gsocket.c:405
+#: gio/gsocket.c:405
#, c-format
msgid "creating GSocket from fd: %s"
msgstr "ð???ð??®ð??¦ð??±ð???ð??¦ð??? GSocket ð???ð??®ð??ªð??¥ fd: %s"
-#: ../gio/gsocket.c:439 ../gio/gsocket.c:453 ../gio/gsocket.c:1911
+#: gio/gsocket.c:439 gio/gsocket.c:453 gio/gsocket.c:1911
#, c-format
msgid "Unable to create socket: %s"
msgstr "ð??³ð??¯ð??±ð???ð??©ð??¤ ð??? ð???ð??®ð??¦ð??±ð??? ð???ð??ªð???ð??©ð???: %s"
-#: ../gio/gsocket.c:439
+#: gio/gsocket.c:439
msgid "Unknown protocol was specified"
msgstr "ð??³ð??¯ð??´ð??¯ ð???ð??®ð??´ð???ð??©ð???ð??ªð??¤ ð??¢ð??ªð??? ð???ð???ð??§ð???ð??¦ð???ð??²ð???"
-#: ../gio/gsocket.c:758
+#: gio/gsocket.c:758
msgid "Cancellable initialization not supported"
msgstr "ð???ð??¨ð??¯ð???ð??§ð??¤ð??©ð???ð??©ð??¤ ð??¦ð??¯ð??¦ð???ð??¦ð??©ð??¤ð??²ð???ð??¨ð???ð??©ð??¯ ð??¯ð??ªð??? ð???ð??©ð???ð??¹ð???ð??©ð???"
-#: ../gio/gsocket.c:1112
+#: gio/gsocket.c:1112
#, c-format
msgid "could not get local address: %s"
msgstr "ð???ð??«ð??? ð??¯ð??ªð??? ð???ð??§ð??? ð??¤ð??´ð???ð??©ð??¤ ð??©ð???ð??®ð??§ð???: %s"
-#: ../gio/gsocket.c:1145
+#: gio/gsocket.c:1145
#, c-format
msgid "could not get remote address: %s"
msgstr "ð???ð??«ð??? ð??¯ð??ªð??? ð???ð??§ð??? ð??®ð??¦ð??¥ð??´ð??? ð??©ð???ð??®ð??§ð???: %s"
-#: ../gio/gsocket.c:1203
+#: gio/gsocket.c:1203
#, c-format
msgid "could not listen: %s"
msgstr "ð???ð??«ð??? ð??¯ð??ªð??? ð??¤ð??¦ð???ð??©ð??¯: %s"
-#: ../gio/gsocket.c:1277
+#: gio/gsocket.c:1277
#, c-format
msgid "Error binding to address: %s"
msgstr "ð??»ð??¼ ð???ð??²ð??¯ð???ð??¦ð??? ð??? ð??©ð???ð??®ð??§ð???: %s"
-#: ../gio/gsocket.c:1397
+#: gio/gsocket.c:1397
#, c-format
msgid "Error accepting connection: %s"
msgstr "ð??»ð??¼ ð??¨ð???ð???ð??§ð???ð???ð??¦ð??? ð???ð??©ð??¯ð??§ð???ð???ð??©ð??¯: %s"
-#: ../gio/gsocket.c:1510
+#: gio/gsocket.c:1510
msgid "Error connecting: "
msgstr "ð??»ð??¼ ð???ð??©ð??¯ð??§ð???ð???ð??¦ð???: "
-#: ../gio/gsocket.c:1514
+#: gio/gsocket.c:1514
msgid "Connection in progress"
msgstr "ð???ð??©ð??¯ð??§ð???ð???ð??©ð??¯ ð??¦ð??¯ ð???ð??®ð??´ð???ð??®ð??§ð???"
-#: ../gio/gsocket.c:1519
+#: gio/gsocket.c:1519
#, c-format
msgid "Error connecting: %s"
msgstr "ð??»ð??¼ ð???ð??©ð??¯ð??§ð???ð???ð??¦ð???: %s"
-#: ../gio/gsocket.c:1559
+#: gio/gsocket.c:1559
#, c-format
msgid "Unable to get pending error: %s"
msgstr "ð??³ð??¯ð??±ð???ð??©ð??¤ ð??? ð???ð??§ð??? ð???ð??§ð??¯ð???ð??¦ð??? ð??»ð??¼: %s"
-#: ../gio/gsocket.c:1655
+#: gio/gsocket.c:1655
#, c-format
msgid "Error receiving data: %s"
msgstr "ð??»ð??¼ ð??®ð??¦ð???ð??°ð???ð??¦ð??? ð???ð??±ð???ð??©: %s"
-#: ../gio/gsocket.c:1798
+#: gio/gsocket.c:1798
#, c-format
msgid "Error sending data: %s"
msgstr "ð??»ð??¼ ð???ð??§ð??¯ð???ð??¦ð??? ð???ð??±ð???ð??©: %s"
-#: ../gio/gsocket.c:1990
+#: gio/gsocket.c:1990
#, c-format
msgid "Error closing socket: %s"
msgstr "ð??»ð??¼ ð???ð??¤ð??´ð???ð??¦ð??? ð???ð??ªð???ð??©ð???: %s"
-#: ../gio/gsocket.c:2475
+#: gio/gsocket.c:2475
#, c-format
msgid "Waiting for socket condition: %s"
msgstr "ð??¢ð??±ð???ð??¦ð??? ð???ð??¹ ð???ð??ªð???ð??©ð??? ð???ð??©ð??¯ð???ð??¦ð???ð??©ð??¯: %s"
-#: ../gio/gsocket.c:2714 ../gio/gsocket.c:2795
+#: gio/gsocket.c:2714 gio/gsocket.c:2795
#, c-format
msgid "Error sending message: %s"
msgstr "ð??»ð??¼ ð???ð??§ð??¯ð???ð??¦ð??? ð??¥ð??§ð???ð??¦ð??¡: %s"
-#: ../gio/gsocket.c:2739
+#: gio/gsocket.c:2739
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage ð??¯ð??ªð??? ð???ð??©ð???ð??¹ð???ð??©ð??? ð??ªð??¯ ·ð??¢ð??¦ð??¯ð???ð??´ð???"
-#: ../gio/gsocket.c:2997 ../gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "ð??»ð??¼ ð??®ð??¦ð???ð??°ð???ð??¦ð??? ð??¥ð??§ð???ð??¦ð??¡: %s"
-#: ../gio/gsocketclient.c:521 ../gio/gsocketclient.c:770
+#: gio/gsocketclient.c:521 gio/gsocketclient.c:770
msgid "Unknown error on connect"
msgstr "ð??³ð??¯ð??´ð??¯ ð??»ð??¼ ð??ªð??¯ ð???ð??©ð??¯ð??§ð???ð???"
-#: ../gio/gsocketlistener.c:192
+#: gio/gsocketlistener.c:192
msgid "Listener is already closed"
msgstr "ð??¤ð??¦ð???ð??©ð??¯ð??» ð??¦ð??? ð??·ð??¤ð??®ð??§ð???ð??¦ ð???ð??¤ð??´ð???ð???"
-#: ../gio/gsocketlistener.c:233
+#: gio/gsocketlistener.c:233
msgid "Added socket is closed"
msgstr "ð??¨ð???ð??©ð??? ð???ð??ªð???ð??©ð??? ð??¦ð??? ð???ð??¤ð??´ð???ð???"
-#: ../gio/gthemedicon.c:499
+#: gio/gthemedicon.c:499
#, c-format
msgid "Can't handle version %d of GThemedIcon encoding"
msgstr "ð???ð??¨ð??¯ð??? ð??£ð??¨ð??¯ð???ð??©ð??¤ ð???ð??»ð?? ð??©ð??¯ %d ð??? GThemedIcon ð??§ð??¯ð???ð??´ð???ð??¦ð???"
-#: ../gio/gunixconnection.c:151
+#: gio/gunixconnection.c:151
#, c-format
msgid "Expecting 1 control message, got %d"
msgstr "ð??¦ð???ð???ð???ð??§ð???ð???ð??¦ð??? 1 ð???ð??©ð??¯ð???ð??®ð??´ð??¤ ð??¥ð??§ð???ð??¦ð??¡, ð???ð??ªð??? %d"
-#: ../gio/gunixconnection.c:164
+#: gio/gunixconnection.c:164
msgid "Unexpected type of ancillary data"
msgstr "ð??³ð??¯ð??¦ð???ð???ð???ð??§ð???ð???ð??©ð??? ð???ð??²ð??? ð??? ð??¨ð??¯ð???ð??©ð??¤ð??§ð??®ð??° ð???ð??±ð???ð??©"
-#: ../gio/gunixconnection.c:182
+#: gio/gunixconnection.c:182
#, c-format
msgid "Expecting one fd, but got %d\n"
msgstr "ð??¦ð???ð???ð???ð??§ð???ð???ð??¦ð??? ð??¢ð??³ð??¯ fd, ð???ð??³ð??? ð???ð??ªð??? %d\n"
-#: ../gio/gunixconnection.c:198
+#: gio/gunixconnection.c:198
msgid "Received invalid fd"
msgstr "ð??®ð??¦ð???ð??°ð???ð??? ð??¦ð??¯ð???ð??¨ð??¤ð??¦ð??? fd"
-#: ../gio/gunixinputstream.c:354 ../gio/gunixinputstream.c:374
-#: ../gio/gunixinputstream.c:452 ../gio/gunixoutputstream.c:439
+#: gio/gunixinputstream.c:354 gio/gunixinputstream.c:374
+#: gio/gunixinputstream.c:452 gio/gunixoutputstream.c:439
#, c-format
msgid "Error reading from unix: %s"
msgstr "ð??»ð??¼ ð??®ð??°ð???ð??¦ð??? ð???ð??®ð??ªð??¥ ·ð??¿ð??¯ð??¦ð???ð???: %s"
-#: ../gio/gunixinputstream.c:407 ../gio/gunixinputstream.c:589
-#: ../gio/gunixoutputstream.c:394 ../gio/gunixoutputstream.c:545
+#: gio/gunixinputstream.c:407 gio/gunixinputstream.c:589
+#: gio/gunixoutputstream.c:394 gio/gunixoutputstream.c:545
#, c-format
msgid "Error closing unix: %s"
msgstr "ð??»ð??¼ ð???ð??¤ð??´ð???ð??¦ð??? ·ð??¿ð??¯ð??¦ð???ð???: %s"
-#: ../gio/gunixmounts.c:1846 ../gio/gunixmounts.c:1883
+#: gio/gunixmounts.c:1846 gio/gunixmounts.c:1883
msgid "Filesystem root"
msgstr "ð???ð??²ð??¤ð???ð??¦ð???ð???ð??©ð??¥ ð??®ð??µð???"
-#: ../gio/gunixoutputstream.c:340 ../gio/gunixoutputstream.c:361
+#: gio/gunixoutputstream.c:340 gio/gunixoutputstream.c:361
#, c-format
msgid "Error writing to unix: %s"
msgstr "ð??»ð??¼ ð??®ð??²ð???ð??¦ð??? ð??? ·ð??¿ð??¯ð??¦ð???ð???: %s"
-#: ../gio/gunixsocketaddress.c:182
+#: gio/gunixsocketaddress.c:182
msgid "Abstract unix domain socket addresses not supported on this system"
msgstr "ð??¨ð???ð???ð???ð??®ð??¨ð???ð??? ·ð??¿ð??¯ð??¦ð???ð??? ð???ð??´ð??¥ð??±ð??¯ ð???ð??ªð???ð??©ð??? ð??©ð???ð??®ð??§ð???ð??©ð??? ð??¯ð??ªð??? ð???ð??©ð???ð??¹ð???ð??©ð??? ð??ªð??¯ ð???ð??¦ð??? ð???ð??¦ð???ð???ð??©ð??¥"
-#: ../gio/gvolume.c:452
+#: gio/gvolume.c:452
msgid "volume doesn't implement eject"
msgstr "ð???ð??ªð??¤ð??¿ð??¥ ð???ð??³ð???ð??¯ð??? ð??¦ð??¥ð???ð??¤ð??§ð??¥ð??§ð??¯ð??? ð??¦ð??¡ð??§ð???ð???"
#. Translators: This is an error
#. * message for volume objects that
#. * don't implement any of eject or eject_with_operation.
-#: ../gio/gvolume.c:531
+#: gio/gvolume.c:531
msgid "volume doesn't implement eject or eject_with_operation"
msgstr "ð???ð??ªð??¤ð??¿ð??¥ ð???ð??³ð???ð??¯ð??? ð??¦ð??¥ð???ð??¤ð??§ð??¥ð??§ð??¯ð??? ð??¦ð??¡ð??§ð???ð??? ð??¹ eject_with_operation"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr "ð???ð??¨ð??¯ð??? ð???ð??²ð??¯ð??? ð??©ð???ð??¤ð??¦ð???ð??±ð???ð??©ð??¯"
-#: ../gio/gwin32appinfo.c:300
+#: gio/gwin32appinfo.c:300
#, c-format
msgid "Error launching application: %s"
msgstr "ð??»ð??¼ ð??¤ð??·ð??¯ð???ð??¦ð??? ð??©ð???ð??¤ð??¦ð???ð??±ð???ð??©ð??¯: %s"
-#: ../gio/gwin32appinfo.c:336
+#: gio/gwin32appinfo.c:336
msgid "URIs not supported"
msgstr "URIð??? ð??¯ð??ªð??? ð???ð??©ð???ð??¹ð???ð??©ð???"
-#: ../gio/gwin32appinfo.c:358
+#: gio/gwin32appinfo.c:358
msgid "association changes not supported on win32"
msgstr "ð??©ð???ð??´ð???ð??¦ð??±ð???ð??©ð??¯ ð???ð??±ð??¯ð??¡ð??©ð??? ð??¯ð??ªð??? ð???ð??©ð???ð??¹ð???ð??©ð??? ð??ªð??¯ win32"
-#: ../gio/gwin32appinfo.c:370
+#: gio/gwin32appinfo.c:370
msgid "Association creation not supported on win32"
msgstr "ð??©ð???ð??´ð???ð??¦ð??±ð???ð??©ð??¯ ð???ð??®ð??°ð??±ð???ð??©ð??¯ ð??¯ð??ªð??? ð???ð??©ð???ð??¹ð???ð??©ð??? ð??ªð??¯ win32"
diff --git a/po/en_CA.po b/po/en_CA.po
index 224ebcd..6c2624b 100644
--- a/po/en_CA.po
+++ b/po/en_CA.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\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"
@@ -87,69 +87,69 @@ msgstr "No application with name '%s' registered a bookmark for '%s'"
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Failed to expand exec line '%s' with URI '%s'"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, 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:441 glib/gconvert.c:519
#, 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:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Invalid byte sequence in conversion input"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Error during conversion: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Partial character sequence at end of input"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Cannot convert fallback '%s' to codeset '%s'"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, 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:1755
+#: glib/gconvert.c:1761
#, 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:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "The URI '%s' is invalid"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "The hostname of the URI '%s' is invalid"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "The URI '%s' contains invalidly escaped characters"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "The pathname '%s' is not an absolute path"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Invalid hostname"
@@ -158,119 +158,134 @@ msgstr "Invalid hostname"
msgid "Error opening directory '%s': %s"
msgstr "Error opening directory '%s': %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, 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:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Error reading file '%s': %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Failed to read from file '%s': %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Failed to open file '%s': %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, 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:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Failed to open file '%s': fdopen() failed: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, 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:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Failed to create file '%s': %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, 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:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Failed to write file '%s': fwrite() failed: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Failed to write file '%s': fwrite() failed: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Failed to write file '%s': fwrite() failed: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Failed to close file '%s': fclose() failed: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, 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:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Template '%s' invalid, should not contain a '%s'"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Template '%s' does not contain XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u bytes"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Failed to read the symbolic link '%s': %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Symbolic links not supported"
@@ -529,7 +544,7 @@ msgstr "backtracking limit reached"
msgid "the pattern contains items not supported for partial matching"
msgstr "the pattern contains items not supported for partial matching"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "internal error"
@@ -1113,17 +1128,17 @@ msgstr "Value '%s' cannot be interpreted as a boolean."
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "Too large count value passed to %s"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "Stream is already closed"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "Operation was cancelled"
@@ -1146,34 +1161,34 @@ msgstr "%s type"
msgid "Unexpected early end-of-stream"
msgstr "Unexpected early end-of-stream"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Unnamed"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "Desktop file didn't specify Exec field"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "Unable to find terminal required for application"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, 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:1102
+#: gio/gdesktopappinfo.c:1117
#, 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:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Can't create user desktop file %s"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "Custom definition for %s"
@@ -1228,13 +1243,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Operation not supported"
@@ -1247,50 +1262,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "Containing mount does not exist"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Can't copy over directory"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "Can't copy directory over directory"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "Target file exists"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "Can't recursively copy directory"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
#, fuzzy
msgid "Can't copy special file"
msgstr "Can't copy over directory"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "Invalid symlink value given"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "Trash not supported"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "File names cannot contain '%c'"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "volume doesn't implement mount"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "No application is registered as handling this file"
@@ -1379,7 +1394,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "Stream has outstanding operation"
@@ -1392,114 +1407,119 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "Unable to find default local directory monitor type"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Invalid filename %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Error getting filesystem info: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Can't rename root directory"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Error renaming file: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "Can't rename file: filename already exist"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Invalid filename"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Error opening file: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Can't open directory"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Error removing file: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "Error trashing file: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Unable to create trash dir %s: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "Unable to find toplevel directory for trash"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "Unable to find or create trash directory"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Unable to create trashing info file: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Unable to trash file: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Error opening directory '%s': %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Failed to read the symbolic link '%s': %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Error making symbolic link: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Error moving file: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Can't move directory over directory"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Backup file creation failed"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Error removing target file: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "Move between mounts not supported"
@@ -1520,104 +1540,104 @@ msgstr "Invalid extended attribute name"
msgid "Error setting extended attribute '%s': %s"
msgstr "Error setting extended attribute '%s': %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Error stating file '%s': %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (invalid encoding)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Error stating file descriptor: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Invalid attribute type (uint32 expected)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Invalid attribute type (uint64 expected)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Invalid attribute type (byte string expected)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "Error setting permissions: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Error setting permissions: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Error setting owner: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "symlink must be non-NULL"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Error setting symlink: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "Error setting symlink: file is not a symlink"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "Error setting permissions: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
#, fuzzy
msgid "SELinux context must be non-NULL"
msgstr "symlink must be non-NULL"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Error setting owner: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Setting attribute %s not supported"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Error reading from file: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Error seeking in file: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Error closing file: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "Unable to find default local file monitor type"
@@ -1698,44 +1718,47 @@ msgstr "Failed to resize memory output stream"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+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:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+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 any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
+#: gio/gmount.c:568
#, fuzzy
-msgid "mount doesn't implement unmount or unmount_with_operation"
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "mount doesn't implement unmount"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
+#: gio/gmount.c:655
#, fuzzy
-msgid "mount doesn't implement eject or eject_with_operation"
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "mount doesn't implement eject"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+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:797
+#: gio/gmount.c:828
#, fuzzy
msgid "mount doesn't implement content type guessing"
msgstr "mount doesn't implement unmount"
@@ -1743,7 +1766,7 @@ msgstr "mount doesn't implement unmount"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:886
+#: gio/gmount.c:917
#, fuzzy
msgid "mount doesn't implement synchronous content type guessing"
msgstr "mount doesn't implement unmount"
@@ -1753,11 +1776,11 @@ msgstr "mount doesn't implement unmount"
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "Output stream doesn't implement write"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "Source stream is already closed"
@@ -1893,7 +1916,7 @@ msgstr "Error opening file: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "association changes not supported on win32"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "Error removing file: %s"
diff --git a/po/en_GB.po b/po/en_GB.po
index d897ae0..5d82c9d 100644
--- a/po/en_GB.po
+++ b/po/en_GB.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-08 14:43+0100\n"
"Last-Translator: Bruce Cowan <bcowan fastmail co uk>\n"
"Language-Team: British English <en li org>\n"
@@ -86,69 +86,69 @@ msgstr "No application with name '%s' registered a bookmark for '%s'"
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Failed to expand exec line '%s' with URI '%s'"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, 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:441 glib/gconvert.c:519
#, 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:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Invalid byte sequence in conversion input"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Error during conversion: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Partial character sequence at end of input"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Cannot convert fallback '%s' to codeset '%s'"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, 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:1755
+#: glib/gconvert.c:1761
#, 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:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "The URI '%s' is invalid"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "The hostname of the URI '%s' is invalid"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "The URI '%s' contains invalidly escaped characters"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "The pathname '%s' is not an absolute path"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Invalid hostname"
@@ -157,119 +157,134 @@ msgstr "Invalid hostname"
msgid "Error opening directory '%s': %s"
msgstr "Error opening directory '%s': %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, 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:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Error reading file '%s': %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "File \"%s\" is too large"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Failed to read from file '%s': %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Failed to open file '%s': %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, 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:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Failed to open file '%s': fdopen() failed: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, 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:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Failed to create file '%s': %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, 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:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Failed to write file '%s': fwrite() failed: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Failed to write file '%s': fflush() failed: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Failed to write file '%s': fsync() failed: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Failed to close file '%s': fclose() failed: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, 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:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Template '%s' invalid, should not contain a '%s'"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Template '%s' doesn't contain XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u bytes"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Failed to read the symbolic link '%s': %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Symbolic links not supported"
@@ -528,7 +543,7 @@ msgstr "backtracking limit reached"
msgid "the pattern contains items not supported for partial matching"
msgstr "the pattern contains items not supported for partial matching"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "internal error"
@@ -1113,17 +1128,17 @@ msgstr "Value '%s' cannot be interpreted as a boolean."
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "Too large count value passed to %s"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "Stream is already closed"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "Operation was cancelled"
@@ -1146,34 +1161,34 @@ msgstr "%s type"
msgid "Unexpected early end-of-stream"
msgstr "Unexpected early end-of-stream"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Unnamed"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "Desktop file didn't specify Exec field"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "Unable to find terminal required for application"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, 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:1102
+#: gio/gdesktopappinfo.c:1117
#, 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:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Can't create user desktop file %s"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "Custom definition for %s"
@@ -1225,13 +1240,13 @@ msgstr "Malformed number of tokens (%d) in GEmblemedIcon encoding"
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "Expected a GEmblem for GEmblemedIcon"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Operation not supported"
@@ -1244,49 +1259,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "Containing mount does not exist"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Can't copy over directory"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "Can't copy directory over directory"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "Target file exists"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "Can't recursively copy directory"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "Can't copy special file"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "Invalid symlink value given"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "Wastebasket not supported"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "File names cannot contain '%c'"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "volume doesn't implement mount"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "No application is registered as handling this file"
@@ -1375,7 +1390,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "Stream has outstanding operation"
@@ -1388,114 +1403,119 @@ msgstr "Not enough space for socket address"
msgid "Unsupported socket address"
msgstr "Unsupported socket address"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "Unable to find default local directory monitor type"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Invalid filename %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Error getting filesystem info: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Can't rename root directory"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Error renaming file: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "Can't rename file, filename already exist"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Invalid filename"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Error opening file: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Can't open directory"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Error removing file: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "Error moving file to wastebasket: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Unable to create wastebasket dir %s: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "Unable to find toplevel directory for wastebasket"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "Unable to find or create wastebasket directory"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Unable to create wastebasket info file: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Unable to move file to the wastebasket: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "Error creating directory: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Failed to read the symbolic link '%s': %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Error making symbolic link: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Error moving file: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Can't move directory over directory"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Backup file creation failed"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Error removing target file: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "Move between mounts not supported"
@@ -1516,102 +1536,102 @@ msgstr "Invalid extended attribute name"
msgid "Error setting extended attribute '%s': %s"
msgstr "Error setting extended attribute '%s': %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Error stating file '%s': %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (invalid encoding)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Error stating file descriptor: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Invalid attribute type (uint32 expected)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Invalid attribute type (uint64 expected)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Invalid attribute type (byte string expected)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "Cannot set permissions on symlinks"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Error setting permissions: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Error setting owner: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "symlink must be non-NULL"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Error setting symlink: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "Error setting symlink: file is not a symlink"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "Error setting modification or access time: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux context must be non-NULL"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Error setting SELinux context: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux is not enabled on this system"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Setting attribute %s not supported"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Error reading from file: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Error seeking in file: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Error closing file: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "Unable to find default local file monitor type"
@@ -1692,49 +1712,54 @@ msgstr "Failed to resize memory output stream"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+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:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+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 any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "mount doesn't implement unmount or unmount_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "mount doesn't implement eject or eject_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "mount doesn't implement synchronous content type guessing"
@@ -1743,11 +1768,11 @@ msgstr "mount doesn't implement synchronous content type guessing"
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "Hostname '%s' contains '[' but not ']'"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "Output stream doesn't implement write"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "Source stream is already closed"
@@ -1879,7 +1904,7 @@ msgstr "Error sending message: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage not supported on Windows"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "Error receiving message: %s"
diff --git a/po/eo.po b/po/eo.po
index 8ceee24..92ca02d 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.3.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\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"
@@ -87,69 +87,69 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Malsukcesis krei dosieron '%s': %s"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Konverto de signaro '%s' el '%s' ne estas subtenata"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, fuzzy, c-format
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:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Nevalida bitokosekvenco en konverta enigo"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Eraro dum konverto: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Parta signosekvenco je enigofino"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Ne povas konverti fallback '%s' al kodaro '%s'"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "La URI '%s' ne estas absolutan URI uzanta la dosiermodelo"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "La loka dosiera URI '%s' eble ne enhavas '#'"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "La URI '%s' estas nevalida"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "La komputilnomo de la URI '%s' ne estas valida"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "La URI '%s' enhavas nevalidajn eskapajn signojn"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "La padnomo '%s' ne estas absolutan padon"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Nevalida komputilnomo"
@@ -158,119 +158,134 @@ msgstr "Nevalida komputilnomo"
msgid "Error opening directory '%s': %s"
msgstr "Eraro dum malfermado de dosierujo '%s': %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Ne eblis akiri %lu bitokojn por lego de dosiero \"%s\""
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Malsukcesis legi de dosieron '%s': %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Malsukcesis malfermi dosieron '%s': %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Malsukcesis ricevi atributojn de dosiero '%s': fstat() malsukcesis: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Malsukcesis malfermi dosieron '%s': fdopen() malsukcesis: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, fuzzy, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Malsukcesis malfermi dosieron '%s': fdopen() malsukcesis: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Malsukcesis krei dosieron '%s': %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, fuzzy, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Malsukcesis malfermi dosieron '%s': fdopen() malsukcesis: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, fuzzy, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Malsukcesis malfermi dosieron '%s': fdopen() malsukcesis: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Malsukcesis malfermi dosieron '%s': fdopen() malsukcesis: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Malsukcesis malfermi dosieron '%s': fdopen() malsukcesis: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, fuzzy, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Malsukcesis malfermi dosieron '%s': fdopen() malsukcesis: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Å?ablono '%s' ne estas valida, Ä?i devus ne enhavi '%s'"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, fuzzy, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Å?ablono '%s' ne finiÄ?as je XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, c-format
+msgid "%.1f TB"
+msgstr ""
+
+#: glib/gfileutils.c:1802
+#, c-format
+msgid "%.1f PB"
+msgstr ""
+
+#: glib/gfileutils.c:1807
+#, c-format
+msgid "%.1f EB"
+msgstr ""
+
+#: glib/gfileutils.c:1850
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Malsukcesis krei dosieron '%s': %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr ""
@@ -529,7 +544,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr ""
@@ -1114,17 +1129,17 @@ msgstr ""
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr ""
@@ -1147,34 +1162,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1226,13 +1241,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr ""
@@ -1245,49 +1260,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr ""
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr ""
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr ""
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr ""
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr ""
@@ -1376,7 +1391,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr ""
@@ -1389,115 +1404,120 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Nevalida komputilnomo"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, fuzzy, c-format
msgid "Error getting filesystem info: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr ""
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
#, fuzzy
msgid "Invalid filename"
msgstr "Nevalida komputilnomo"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Malsukcesis krei dosieron '%s': %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Malsukcesis krei dosieron '%s': %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Malsukcesis krei dosieron '%s': %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Eraro dum malfermado de dosierujo '%s': %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Malsukcesis krei dosieron '%s': %s"
+
+#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Eraro dum konverto: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr ""
@@ -1519,103 +1539,103 @@ msgstr "Dokumento neatendite finis en atributa nomo"
msgid "Error setting extended attribute '%s': %s"
msgstr "Eraro dum malfermado de dosierujo '%s': %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "Eraro dum konverto: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Eraro dum konverto: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Eraro dum konverto: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Eraro Ä?e linio %d: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "Eraro dum konverto: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Eraro dum konverto: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
@@ -1697,49 +1717,49 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+msgid "mount doesn't implement \"unmount\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+msgid "mount doesn't implement \"eject\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
@@ -1748,11 +1768,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr ""
@@ -1885,7 +1905,7 @@ msgstr "Eraro dum legado de dosiero '%s': %s"
msgid "GSocketControlMessage not supported on windows"
msgstr ""
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "Eraro dum legado de dosiero '%s': %s"
diff --git a/po/es.po b/po/es.po
index dd26bec..bbe6d7e 100644
--- a/po/es.po
+++ b/po/es.po
@@ -9,9 +9,8 @@
msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
-"product=glib&component=general\n"
-"POT-Creation-Date: 2009-11-27 00:38+0000\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-11-28 13:25+0100\n"
"Last-Translator: Jorge González <jorgegonz svn gnome org>\n"
"Language-Team: Español <gnome-es-list gnome org>\n"
@@ -21,334 +20,340 @@ msgstr ""
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../glib/gbookmarkfile.c:737
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Atributo inesperado «%s» para el elemento «%s»"
-#: ../glib/gbookmarkfile.c:748 ../glib/gbookmarkfile.c:819
-#: ../glib/gbookmarkfile.c:829 ../glib/gbookmarkfile.c:936
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "El atributo «%s» del elemento «%s» no se ha encontrado"
-#: ../glib/gbookmarkfile.c:1106 ../glib/gbookmarkfile.c:1171
-#: ../glib/gbookmarkfile.c:1235 ../glib/gbookmarkfile.c:1245
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Etiqueta «%s» inesperada, se esperaba la etiqueta «%s»"
-#: ../glib/gbookmarkfile.c:1131 ../glib/gbookmarkfile.c:1145
-#: ../glib/gbookmarkfile.c:1213 ../glib/gbookmarkfile.c:1265
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Etiqueta «%s» inesperada dentro de «%s»"
-#: ../glib/gbookmarkfile.c:1793
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
"No se pudo encontrar ningún archivo de marcadores válido en los directorios "
"de datos"
-#: ../glib/gbookmarkfile.c:1994
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Ya existe un marcador para el URI «%s»"
-#: ../glib/gbookmarkfile.c:2040 ../glib/gbookmarkfile.c:2198
-#: ../glib/gbookmarkfile.c:2283 ../glib/gbookmarkfile.c:2363
-#: ../glib/gbookmarkfile.c:2448 ../glib/gbookmarkfile.c:2531
-#: ../glib/gbookmarkfile.c:2609 ../glib/gbookmarkfile.c:2688
-#: ../glib/gbookmarkfile.c:2730 ../glib/gbookmarkfile.c:2827
-#: ../glib/gbookmarkfile.c:2953 ../glib/gbookmarkfile.c:3143
-#: ../glib/gbookmarkfile.c:3219 ../glib/gbookmarkfile.c:3384
-#: ../glib/gbookmarkfile.c:3473 ../glib/gbookmarkfile.c:3563
-#: ../glib/gbookmarkfile.c:3691
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "No se encontró un marcador para el URI «%s»"
-#: ../glib/gbookmarkfile.c:2372
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Ningún tipo MIME definido en el marcador para la URI «%s»"
-#: ../glib/gbookmarkfile.c:2457
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "No se ha definido ningún flag privado en el marcador para el URI «%s»"
-#: ../glib/gbookmarkfile.c:2836
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "No se ha establecido ningún grupo en el marcador para el URI «%s»"
-#: ../glib/gbookmarkfile.c:3237 ../glib/gbookmarkfile.c:3394
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Ninguna aplicación con nombre «%s» registró un marcador para «%s»"
-#: ../glib/gbookmarkfile.c:3417
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Falló la expansión de la la linea ejecutable «%s» con el URI «%s»"
-#: ../glib/gconvert.c:437 ../glib/gconvert.c:515 ../glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, 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"
-#: ../glib/gconvert.c:441 ../glib/gconvert.c:519
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, 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:638 ../glib/gconvert.c:1031 ../glib/giochannel.c:1402
-#: ../glib/giochannel.c:1444 ../glib/giochannel.c:2288 ../glib/gutf8.c:964
-#: ../glib/gutf8.c:1419
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
+#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
+#: glib/gutf8.c:1419
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:646 ../glib/gconvert.c:956 ../glib/giochannel.c:1409
-#: ../glib/giochannel.c:2300
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
+#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Falló durante la conversión: %s"
-#: ../glib/gconvert.c:678 ../glib/gutf8.c:960 ../glib/gutf8.c:1170
-#: ../glib/gutf8.c:1311 ../glib/gutf8.c:1415
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Hay una secuencia parcial de caracteres en el final de la entrada"
-#: ../glib/gconvert.c:928
+#: glib/gconvert.c:928
#, 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:1751
+#: glib/gconvert.c:1751
#, 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:1761
+#: glib/gconvert.c:1761
#, 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:1778
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "El URI «%s» es inválida"
-#: ../glib/gconvert.c:1790
+#: glib/gconvert.c:1790
#, 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:1806
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "El URI «%s» contiene caracteres de escape inválidos"
-#: ../glib/gconvert.c:1901
+#: glib/gconvert.c:1901
#, 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:1911
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "El nombre del host es inválido"
-#: ../glib/gdir.c:112 ../glib/gdir.c:135
+#: glib/gdir.c:112 glib/gdir.c:135
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Falló al abrir el directorio «%s»: %s"
-#: ../glib/gfileutils.c:536 ../glib/gfileutils.c:624
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, 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:551
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Falló al leer el archivo «%s»: %s"
-#: ../glib/gfileutils.c:565
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "El archivo «%s» es demasiado grande"
-#: ../glib/gfileutils.c:648
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Falló al leer del archivo «%s»: %s"
-#: ../glib/gfileutils.c:699 ../glib/gfileutils.c:786
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Falló al abrir el archivo «%s»: %s"
-#: ../glib/gfileutils.c:716 ../glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, 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:750
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Falló al abrir el archivo «%s»: fdopen() falló: %s"
-#: ../glib/gfileutils.c:858
+#: glib/gfileutils.c:858
#, 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:900 ../glib/gfileutils.c:1366
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Falló al crear el archivo «%s»: %s"
-#: ../glib/gfileutils.c:914
+#: glib/gfileutils.c:914
#, 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:939
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Falló al escribir el archivo «%s»: falló fwrite(): %s"
-#: ../glib/gfileutils.c:958
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Falló al escribir el archivo «%s»: falló fflush(): %s"
-#: ../glib/gfileutils.c:987
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Falló al escribir el archivo «%s»: falló fsync(): %s"
-#: ../glib/gfileutils.c:1006
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Falló al cerrar el archivo «%s»: falló fclose(): %s"
-#: ../glib/gfileutils.c:1124
+#: glib/gfileutils.c:1124
#, 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:1328
+#: glib/gfileutils.c:1328
#, 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:1341
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "La plantilla «%s» no contiene XXXXXX"
-#: ../glib/gfileutils.c:1782
+#: glib/gfileutils.c:1774
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KiB"
-#: ../glib/gfileutils.c:1787
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MiB"
-#: ../glib/gfileutils.c:1792
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GiB"
-#: ../glib/gfileutils.c:1797
+#: glib/gfileutils.c:1797
#, c-format
msgid "%.1f TB"
msgstr "%.1f TiB"
-#: ../glib/gfileutils.c:1802
+#: glib/gfileutils.c:1802
#, c-format
msgid "%.1f PB"
msgstr "%.1f PiB"
-#: ../glib/gfileutils.c:1807
+#: glib/gfileutils.c:1807
#, c-format
msgid "%.1f EB"
msgstr "%.1f EiB"
-#: ../glib/gfileutils.c:1850
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Falló al leer el enlace simbólico «%s»: %s"
-#: ../glib/gfileutils.c:1871
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Enlaces simbólicos no soportados"
-#: ../glib/giochannel.c:1234
+#: glib/giochannel.c:1234
#, 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:1579
+#: glib/giochannel.c:1579
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"
-#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1884
-#: ../glib/giochannel.c:1971
+#: glib/giochannel.c:1626 glib/giochannel.c:1884 glib/giochannel.c:1971
msgid "Leftover unconverted data in read buffer"
msgstr "Se han dejado datos no convertidos en el búfer de lectura"
-#: ../glib/giochannel.c:1707 ../glib/giochannel.c:1784
+#: glib/giochannel.c:1707 glib/giochannel.c:1784
msgid "Channel terminates in a partial character"
msgstr "El canal termina en un carácter parcial"
-#: ../glib/giochannel.c:1770
+#: glib/giochannel.c:1770
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"
-#: ../glib/gmappedfile.c:123
+#: glib/gmappedfile.c:123
#, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "Falló al abrir el archivo «%s»: open() falló: %s"
-#: ../glib/gmappedfile.c:201
+#: glib/gmappedfile.c:201
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Falló al mapear el archivo «%s»: mmap() falló: %s"
-#: ../glib/gmarkup.c:303 ../glib/gmarkup.c:343
+#: glib/gmarkup.c:303 glib/gmarkup.c:343
#, c-format
msgid "Error on line %d char %d: "
msgstr "Error en la lÃnea %d, carácter %d: "
-#: ../glib/gmarkup.c:363 ../glib/gmarkup.c:441
+#: glib/gmarkup.c:363 glib/gmarkup.c:441
#, c-format
msgid "Invalid UTF-8 encoded text in name - not valid '%s'"
msgstr "Texto codificado como UTF-8 en el nombre no válido; «%s» no es válido"
-#: ../glib/gmarkup.c:374
+#: glib/gmarkup.c:374
#, c-format
msgid "'%s' is not a valid name "
msgstr "«%s» no es un nombre válido "
-#: ../glib/gmarkup.c:390
+#: glib/gmarkup.c:390
#, c-format
msgid "'%s' is not a valid name: '%c' "
msgstr "«%s» no es un nombre válido: «%c» "
-#: ../glib/gmarkup.c:494
+#: glib/gmarkup.c:494
#, c-format
msgid "Error on line %d: %s"
msgstr "Error en la lÃnea %d: %s"
-#: ../glib/gmarkup.c:578
+#: glib/gmarkup.c:578
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -358,7 +363,7 @@ msgstr ""
"carácter de referencia( por ejemplo ê) - tal vez el dÃgito es demasiado "
"grande"
-#: ../glib/gmarkup.c:590
+#: glib/gmarkup.c:590
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,24 +373,24 @@ msgstr ""
"un carácter «&» sin pretender iniciar una entidad, escape el carácter \"&\" "
"como &"
-#: ../glib/gmarkup.c:616
+#: glib/gmarkup.c:616
#, 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:654
+#: glib/gmarkup.c:654
msgid ""
"Empty entity '&;' seen; valid entities are: & " < > '"
msgstr ""
"La entidad '&;' está vacÃa; las entidades válidas son: & " < "
"> '"
-#: ../glib/gmarkup.c:662
+#: glib/gmarkup.c:662
#, c-format
msgid "Entity name '%-.*s' is not known"
msgstr "El nombre de la entidad «%-.*s» es desconocido"
-#: ../glib/gmarkup.c:667
+#: glib/gmarkup.c:667
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &"
@@ -394,11 +399,11 @@ msgstr ""
"\"&\" sin la intención de indicar una entidad, escape el signo \"&\" como "
"&"
-#: ../glib/gmarkup.c:1014
+#: glib/gmarkup.c:1014
msgid "Document must begin with an element (e.g. <book>)"
msgstr "El documento debe comenzar con un elemento (por ejemplo: <book>)"
-#: ../glib/gmarkup.c:1054
+#: glib/gmarkup.c:1054
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -407,7 +412,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:1122
+#: glib/gmarkup.c:1122
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -416,7 +421,7 @@ msgstr ""
"Carácter «%s» impropio, se esperaba un carácter «>» para terminar la etiqueta "
"vacÃa del elemento «%s»"
-#: ../glib/gmarkup.c:1206
+#: glib/gmarkup.c:1206
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -424,7 +429,7 @@ msgstr ""
"Carácter «%s» impropio, se esperaba el carácter '=' después del nombre de "
"atributo «%s» del elemento «%s»"
-#: ../glib/gmarkup.c:1247
+#: glib/gmarkup.c:1247
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -435,7 +440,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:1291
+#: glib/gmarkup.c:1291
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -444,7 +449,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:1425
+#: glib/gmarkup.c:1425
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -453,7 +458,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:1461
+#: glib/gmarkup.c:1461
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -462,27 +467,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:1472
+#: glib/gmarkup.c:1472
#, 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:1481
+#: glib/gmarkup.c:1481
#, 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:1648
+#: glib/gmarkup.c:1648
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:1662
+#: glib/gmarkup.c:1662
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "El documento termina inesperadamente justo después de un '<'"
-#: ../glib/gmarkup.c:1670 ../glib/gmarkup.c:1715
+#: glib/gmarkup.c:1670 glib/gmarkup.c:1715
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -491,7 +496,7 @@ msgstr ""
"El documento termina inesperadamente con elementos todavÃa abiertos - «%s» "
"fue el último elemento abierto"
-#: ../glib/gmarkup.c:1678
+#: glib/gmarkup.c:1678
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -500,21 +505,21 @@ msgstr ""
"El documento termina inesperadamente, se esperaba un carácter '>' "
"finalizando la etiqueta <%s/>"
-#: ../glib/gmarkup.c:1684
+#: glib/gmarkup.c:1684
msgid "Document ended unexpectedly inside an element name"
msgstr "El documento termina inesperadamente dentro de un nombre de elemento"
-#: ../glib/gmarkup.c:1690
+#: glib/gmarkup.c:1690
msgid "Document ended unexpectedly inside an attribute name"
msgstr "El documento termina inesperadamente dentro de un nombre de atributo"
-#: ../glib/gmarkup.c:1695
+#: glib/gmarkup.c:1695
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:1701
+#: glib/gmarkup.c:1701
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -522,407 +527,405 @@ msgstr ""
"El documento termina inesperadamente después de los signos igual que siguen "
"al nombre de atributo; sin valor de atributo"
-#: ../glib/gmarkup.c:1708
+#: glib/gmarkup.c:1708
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "El documento termina inesperadamente dentro del valor de un atributo"
-#: ../glib/gmarkup.c:1724
+#: glib/gmarkup.c:1724
#, 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:1730
+#: glib/gmarkup.c:1730
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"
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
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
+#: 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:522 ../glib/gregex.c:1603
+#: glib/gregex.c:522 glib/gregex.c:1603
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "Error al coincidir con la expresión regular %s: %s"
-#: ../glib/gregex.c:1094
+#: glib/gregex.c:1094
msgid "PCRE library is compiled without UTF8 support"
msgstr "La biblioteca PCRE está compilada sin soporte para UTF8"
-#: ../glib/gregex.c:1103
+#: glib/gregex.c:1103
msgid "PCRE library is compiled without UTF8 properties support"
msgstr ""
"La biblioteca PCRE está compilada sin soporte para las propiedades de UTF8"
-#: ../glib/gregex.c:1157
+#: glib/gregex.c:1157
#, 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:1193
+#: glib/gregex.c:1193
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Error al optimizar la expresión regular %s: %s"
-#: ../glib/gregex.c:2031
+#: glib/gregex.c:2031
msgid "hexadecimal digit or '}' expected"
msgstr "se esperaba un dÃgito hexadecimal o «}»"
-#: ../glib/gregex.c:2047
+#: glib/gregex.c:2047
msgid "hexadecimal digit expected"
msgstr "se esperaba un dÃgito hexadecimal"
-#: ../glib/gregex.c:2087
+#: glib/gregex.c:2087
msgid "missing '<' in symbolic reference"
msgstr "falta «<» en la referencia simbólica"
-#: ../glib/gregex.c:2096
+#: glib/gregex.c:2096
msgid "unfinished symbolic reference"
msgstr "referencia de sÃmbolo sin terminar"
-#: ../glib/gregex.c:2103
+#: glib/gregex.c:2103
msgid "zero-length symbolic reference"
msgstr "referencia simbólica de longitud cero"
-#: ../glib/gregex.c:2114
+#: glib/gregex.c:2114
msgid "digit expected"
msgstr "se esperaba un dÃgito"
-#: ../glib/gregex.c:2132
+#: glib/gregex.c:2132
msgid "illegal symbolic reference"
msgstr "referencia simbólica ilegal"
-#: ../glib/gregex.c:2194
+#: glib/gregex.c:2194
msgid "stray final '\\'"
msgstr "«\\» al final de la cadena"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
msgid "unknown escape sequence"
msgstr "secuencia de escape desconocida"
-#: ../glib/gregex.c:2208
+#: glib/gregex.c:2208
#, 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
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
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:300 ../glib/gspawn.c:1480
+#: glib/gspawn-win32.c:300 glib/gspawn.c:1480
#, 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:339 ../glib/gspawn-win32.c:347 ../glib/gspawn.c:1139
+#: glib/gspawn-win32.c:339 glib/gspawn-win32.c:347 glib/gspawn.c:1139
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Falló al leer desde el conducto hijo (%s)"
-#: ../glib/gspawn-win32.c:370 ../glib/gspawn.c:1346
+#: glib/gspawn-win32.c:370 glib/gspawn.c:1346
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Falló al cambiar al directorio «%s» (%s)"
-#: ../glib/gspawn-win32.c:376 ../glib/gspawn-win32.c:495
+#: glib/gspawn-win32.c:376 glib/gspawn-win32.c:495
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Falló al ejecutar el proceso hijo (%s)"
-#: ../glib/gspawn-win32.c:445
+#: glib/gspawn-win32.c:445
#, c-format
msgid "Invalid program name: %s"
msgstr "Nombre de programa inválido: %s"
-#: ../glib/gspawn-win32.c:455 ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1279
+#: glib/gspawn-win32.c:455 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1279
#, 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:466 ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1312
+#: glib/gspawn-win32.c:466 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1312
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Cadena inválida en el entorno: %s"
-#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1260
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1260
#, c-format
msgid "Invalid working directory: %s"
msgstr "Directorio de trabajo inválido: %s"
-#: ../glib/gspawn-win32.c:784
+#: glib/gspawn-win32.c:784
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Falló al ejecutar el programa auxiliar (%s)"
-#: ../glib/gspawn-win32.c:998
+#: glib/gspawn-win32.c:998
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -930,138 +933,138 @@ msgstr ""
"Falló inesperado en g_io_channel_win32_poll() al leer datos desde un proceso "
"hijo"
-#: ../glib/gspawn.c:190
+#: glib/gspawn.c:190
#, 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:329
+#: glib/gspawn.c:329
#, 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:414
+#: glib/gspawn.c:414
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Falló inesperado en waitpid() (%s)"
-#: ../glib/gspawn.c:1206
+#: glib/gspawn.c:1206
#, c-format
msgid "Failed to fork (%s)"
msgstr "Falló al bifurcar (fork) (%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Falló al ejecutar el proceso hijo «%s» (%s)"
-#: ../glib/gspawn.c:1366
+#: glib/gspawn.c:1366
#, 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:1375
+#: glib/gspawn.c:1375
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Falló al bifurcar el proceso hijo (%s)"
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Falló desconocido al ejecutar el proceso hijo «%s»"
-#: ../glib/gspawn.c:1407
+#: glib/gspawn.c:1407
#, 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:1038
+#: glib/gutf8.c:1038
msgid "Character out of range for UTF-8"
msgstr "El carácter se sale del rango para UTF-8"
-#: ../glib/gutf8.c:1138 ../glib/gutf8.c:1147 ../glib/gutf8.c:1279
-#: ../glib/gutf8.c:1288 ../glib/gutf8.c:1429 ../glib/gutf8.c:1525
+#: glib/gutf8.c:1138 glib/gutf8.c:1147 glib/gutf8.c:1279 glib/gutf8.c:1288
+#: glib/gutf8.c:1429 glib/gutf8.c:1525
msgid "Invalid sequence in conversion input"
msgstr "Secuencia inválida en la entrada de conversión"
-#: ../glib/gutf8.c:1440 ../glib/gutf8.c:1536
+#: glib/gutf8.c:1440 glib/gutf8.c:1536
msgid "Character out of range for UTF-16"
msgstr "El carácter se sale del rango para UTF-16"
-#: ../glib/goption.c:755
+#: glib/goption.c:755
msgid "Usage:"
msgstr "Uso:"
-#: ../glib/goption.c:755
+#: glib/goption.c:755
msgid "[OPTION...]"
msgstr "[OPCIÃ?Nâ?¦]"
-#: ../glib/goption.c:861
+#: glib/goption.c:861
msgid "Help Options:"
msgstr "Opciones de ayuda:"
-#: ../glib/goption.c:862
+#: glib/goption.c:862
msgid "Show help options"
msgstr "Mostrar opciones de ayuda"
-#: ../glib/goption.c:868
+#: glib/goption.c:868
msgid "Show all help options"
msgstr "Muestra todas las opciones de ayuda"
-#: ../glib/goption.c:930
+#: glib/goption.c:930
msgid "Application Options:"
msgstr "Opciones de la aplicación:"
-#: ../glib/goption.c:992 ../glib/goption.c:1062
+#: glib/goption.c:992 glib/goption.c:1062
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "No se puede analizar el valor entero «%s» para %s"
-#: ../glib/goption.c:1002 ../glib/goption.c:1070
+#: glib/goption.c:1002 glib/goption.c:1070
#, 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:1027
+#: glib/goption.c:1027
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "No se puede analizar el valor doble «%s» para %s"
-#: ../glib/goption.c:1035
+#: glib/goption.c:1035
#, 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:1298 ../glib/goption.c:1377
+#: glib/goption.c:1298 glib/goption.c:1377
#, c-format
msgid "Error parsing option %s"
msgstr "Error al analizar la opción: %s"
-#: ../glib/goption.c:1408 ../glib/goption.c:1522
+#: glib/goption.c:1408 glib/goption.c:1522
#, c-format
msgid "Missing argument for %s"
msgstr "Falta un argumento para %s"
-#: ../glib/goption.c:1917
+#: glib/goption.c:1917
#, c-format
msgid "Unknown option %s"
msgstr "Opción desconocida %s"
-#: ../glib/gkeyfile.c:362
+#: glib/gkeyfile.c:362
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:397
+#: glib/gkeyfile.c:397
msgid "Not a regular file"
msgstr "No es un archivo regular"
-#: ../glib/gkeyfile.c:405
+#: glib/gkeyfile.c:405
msgid "File is empty"
msgstr "El archivo está vacÃo"
-#: ../glib/gkeyfile.c:764
+#: glib/gkeyfile.c:764
#, c-format
msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -1069,52 +1072,52 @@ msgstr ""
"El archivo de claves contiene la lÃnea «%s» que no es un par valor-clave, "
"grupo o comentario"
-#: ../glib/gkeyfile.c:824
+#: glib/gkeyfile.c:824
#, c-format
msgid "Invalid group name: %s"
msgstr "Nombre de grupo no válido: %s"
-#: ../glib/gkeyfile.c:846
+#: glib/gkeyfile.c:846
msgid "Key file does not start with a group"
msgstr "El archivo de claves no empieza por un grupo"
-#: ../glib/gkeyfile.c:872
+#: glib/gkeyfile.c:872
#, c-format
msgid "Invalid key name: %s"
msgstr "Nombre de clave no válida: %s"
-#: ../glib/gkeyfile.c:899
+#: glib/gkeyfile.c:899
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "El archivo de claves contiene una codificación «%s» no soportada"
-#: ../glib/gkeyfile.c:1115 ../glib/gkeyfile.c:1277 ../glib/gkeyfile.c:2506
-#: ../glib/gkeyfile.c:2572 ../glib/gkeyfile.c:2707 ../glib/gkeyfile.c:2840
-#: ../glib/gkeyfile.c:2993 ../glib/gkeyfile.c:3180 ../glib/gkeyfile.c:3241
+#: glib/gkeyfile.c:1115 glib/gkeyfile.c:1277 glib/gkeyfile.c:2506
+#: glib/gkeyfile.c:2572 glib/gkeyfile.c:2707 glib/gkeyfile.c:2840
+#: glib/gkeyfile.c:2993 glib/gkeyfile.c:3180 glib/gkeyfile.c:3241
#, c-format
msgid "Key file does not have group '%s'"
msgstr "El archivo de claves no tiene el grupo «%s»"
-#: ../glib/gkeyfile.c:1289
+#: glib/gkeyfile.c:1289
#, c-format
msgid "Key file does not have key '%s'"
msgstr "El archivo de claves no tiene la clave «%s»"
-#: ../glib/gkeyfile.c:1396 ../glib/gkeyfile.c:1511
+#: glib/gkeyfile.c:1396 glib/gkeyfile.c:1511
#, 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:1416 ../glib/gkeyfile.c:1910
+#: glib/gkeyfile.c:1416 glib/gkeyfile.c:1910
#, 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:1531
+#: glib/gkeyfile.c:1531
#, c-format
msgid ""
"Key file contains key '%s' which has a value that cannot be interpreted."
@@ -1122,7 +1125,7 @@ msgstr ""
"El archivo de claves contiene la clave «%s» que tiene un valor que no se "
"puede interpretar."
-#: ../glib/gkeyfile.c:2125 ../glib/gkeyfile.c:2337
+#: glib/gkeyfile.c:2125 glib/gkeyfile.c:2337
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1131,168 +1134,165 @@ msgstr ""
"El archivo de claves contiene la clave «%s» en el grupo «%s» que tiene un "
"valor que no puede interpretarse."
-#: ../glib/gkeyfile.c:2521 ../glib/gkeyfile.c:2722 ../glib/gkeyfile.c:3252
+#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2722 glib/gkeyfile.c:3252
#, 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:3486
+#: glib/gkeyfile.c:3486
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"
-#: ../glib/gkeyfile.c:3508
+#: glib/gkeyfile.c:3508
#, 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:3650
+#: glib/gkeyfile.c:3650
#, 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:3664
+#: glib/gkeyfile.c:3664
#, c-format
msgid "Integer value '%s' out of range"
msgstr "El valor entero «%s» está fuera de rango"
-#: ../glib/gkeyfile.c:3697
+#: glib/gkeyfile.c:3697
#, 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:3721
+#: glib/gkeyfile.c:3721
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "El valor «%s» no puede interpretarse como un booleano."
-#: ../gio/gbufferedinputstream.c:415 ../gio/gbufferedinputstream.c:496
-#: ../gio/ginputstream.c:186 ../gio/ginputstream.c:318
-#: ../gio/ginputstream.c:557 ../gio/ginputstream.c:682
-#: ../gio/goutputstream.c:198 ../gio/goutputstream.c:657
+#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
+#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "El valor de conteo pasado a %s es demasiado largo"
-#: ../gio/gbufferedinputstream.c:883 ../gio/ginputstream.c:892
-#: ../gio/giostream.c:305 ../gio/goutputstream.c:1108
+#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "El flujo ya se cerró"
-#: ../gio/gcancellable.c:433 ../gio/glocalfile.c:2095
-#: ../gio/gsimpleasyncresult.c:648 ../gio/gsimpleasyncresult.c:674
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
+#: gio/gsimpleasyncresult.c:674
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:311
+#: gio/gdatainputstream.c:311
msgid "Unexpected early end-of-stream"
msgstr "Final de flujo inesperadamente prematuro"
-#: ../gio/gdesktopappinfo.c:468 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Sin nombre"
-#: ../gio/gdesktopappinfo.c:725
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "El archivo de escritorio no especificó el campo Exec"
-#: ../gio/gdesktopappinfo.c:905
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "Imposible encontrar el terminal requerido por la aplicación"
-#: ../gio/gdesktopappinfo.c:1113
+#: gio/gdesktopappinfo.c:1113
#, 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:1117
+#: gio/gdesktopappinfo.c:1117
#, 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:1525
+#: gio/gdesktopappinfo.c:1525
#, 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:1639
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "Definición personalizada para %s"
-#: ../gio/gdrive.c:409
+#: gio/gdrive.c:409
msgid "drive doesn't implement eject"
msgstr "la unidad no implementa la expulsión"
#. Translators: This is an error
#. * message for drive objects that
#. * don't implement any of eject or eject_with_operation.
-#: ../gio/gdrive.c:489
+#: gio/gdrive.c:489
msgid "drive doesn't implement eject or eject_with_operation"
msgstr "la unidad no implementa la expulsión o expulsión con operación"
-#: ../gio/gdrive.c:566
+#: gio/gdrive.c:566
msgid "drive doesn't implement polling for media"
msgstr "la unidad no implementa el sondeo para medios"
-#: ../gio/gdrive.c:771
+#: gio/gdrive.c:771
msgid "drive doesn't implement start"
msgstr "la unidad no implementa reproducir"
-#: ../gio/gdrive.c:873
+#: gio/gdrive.c:873
msgid "drive doesn't implement stop"
msgstr "la unidad no implementa detener"
-#: ../gio/gemblem.c:325
+#: gio/gemblem.c:325
#, c-format
msgid "Can't handle version %d of GEmblem encoding"
msgstr "No se puede manejar la versión %d de la codificación GEmblem"
-#: ../gio/gemblem.c:335
+#: gio/gemblem.c:335
#, c-format
msgid "Malformed number of tokens (%d) in GEmblem encoding"
msgstr "Número de tokens (%d) mal formados en la codificación GEmblem"
-#: ../gio/gemblemedicon.c:296
+#: gio/gemblemedicon.c:296
#, c-format
msgid "Can't handle version %d of GEmblemedIcon encoding"
msgstr "No se puede manejar la versión %d de la codificación GEmblemedIcon"
-#: ../gio/gemblemedicon.c:306
+#: gio/gemblemedicon.c:306
#, c-format
msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding"
msgstr "Número de tokens (%d) mal formados en la codificación GEmblemedIcon"
-#: ../gio/gemblemedicon.c:329
+#: gio/gemblemedicon.c:329
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "Se esperaba un GEmblem para GEmblemedIconjo"
-#: ../gio/gfile.c:903 ../gio/gfile.c:1133 ../gio/gfile.c:1268
-#: ../gio/gfile.c:1504 ../gio/gfile.c:1558 ../gio/gfile.c:1615
-#: ../gio/gfile.c:1698 ../gio/gfile.c:1753 ../gio/gfile.c:1813
-#: ../gio/gfile.c:1867 ../gio/gfile.c:3192 ../gio/gfile.c:3246
-#: ../gio/gfile.c:3377 ../gio/gfile.c:3417 ../gio/gfile.c:3744
-#: ../gio/gfile.c:4146 ../gio/gfile.c:4232 ../gio/gfile.c:4321
-#: ../gio/gfile.c:4419 ../gio/gfile.c:4506 ../gio/gfile.c:4599
-#: ../gio/gfile.c:4929 ../gio/gfile.c:5209 ../gio/gfile.c:5278
-#: ../gio/gfile.c:6869 ../gio/gfile.c:6959 ../gio/gfile.c:7045
-#: ../gio/win32/gwinhttpfile.c:441
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
+#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Operación no soportada"
@@ -1304,129 +1304,129 @@ 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:1389 ../gio/glocalfile.c:1066 ../gio/glocalfile.c:1077
-#: ../gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "El punto de montaje contenido no existe"
-#: ../gio/gfile.c:2441 ../gio/glocalfile.c:2251
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "No se puede copiar sobre el directorio"
-#: ../gio/gfile.c:2501
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "No se puede copiar directorio sobre directorio"
-#: ../gio/gfile.c:2509 ../gio/glocalfile.c:2260
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "El archivo destino ya existe"
-#: ../gio/gfile.c:2527
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "No se puede copiar el directorio recursivamente"
-#: ../gio/gfile.c:2826
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "No se puede copiar el archivo especial"
-#: ../gio/gfile.c:3367
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "El valor del enlace simbólico dado no es válido"
-#: ../gio/gfile.c:3460
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "No se soporta mover a la papelera"
-#: ../gio/gfile.c:3509
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Los nombres de archivo no pueden contener «%c»"
-#: ../gio/gfile.c:5926 ../gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "el volumen no implementa el montado"
-#: ../gio/gfile.c:6037
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "No hay ninguna aplicación registrada para manejar este archivo"
-#: ../gio/gfileenumerator.c:206
+#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "El enumerador está cerrado"
-#: ../gio/gfileenumerator.c:213 ../gio/gfileenumerator.c:272
-#: ../gio/gfileenumerator.c:372 ../gio/gfileenumerator.c:481
+#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
+#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "El enumerador del archivo tiene una operación excepcional"
-#: ../gio/gfileenumerator.c:362 ../gio/gfileenumerator.c:471
+#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "El enumerador del archivo ya está cerrado"
-#: ../gio/gfileicon.c:237
+#: gio/gfileicon.c:237
#, c-format
msgid "Can't handle version %d of GFileIcon encoding"
msgstr "No se puede manejar la versión %d de la codificación GFileIcon"
-#: ../gio/gfileicon.c:247
+#: gio/gfileicon.c:247
msgid "Malformed input data for GFileIcon"
msgstr "Datos de entrada mal formados para GFileIcon"
-#: ../gio/gfileinputstream.c:155 ../gio/gfileinputstream.c:422
-#: ../gio/gfileiostream.c:171 ../gio/gfileoutputstream.c:170
-#: ../gio/gfileoutputstream.c:525
+#: gio/gfileinputstream.c:155 gio/gfileinputstream.c:422
+#: gio/gfileiostream.c:171 gio/gfileoutputstream.c:170
+#: gio/gfileoutputstream.c:525
msgid "Stream doesn't support query_info"
msgstr "El flujo no soporta query_info"
-#: ../gio/gfileinputstream.c:337 ../gio/gfileiostream.c:389
-#: ../gio/gfileoutputstream.c:383
+#: gio/gfileinputstream.c:337 gio/gfileiostream.c:389
+#: gio/gfileoutputstream.c:383
msgid "Seek not supported on stream"
msgstr "No se permite buscar en el flujo"
-#: ../gio/gfileinputstream.c:381
+#: gio/gfileinputstream.c:381
msgid "Truncate not allowed on input stream"
msgstr "No se permite truncar en el flujo de entrada"
-#: ../gio/gfileiostream.c:465 ../gio/gfileoutputstream.c:459
+#: gio/gfileiostream.c:465 gio/gfileoutputstream.c:459
msgid "Truncate not supported on stream"
msgstr "No se soporta el truncamiento en el flujo"
-#: ../gio/gicon.c:324
+#: gio/gicon.c:324
#, c-format
msgid "Wrong number of tokens (%d)"
msgstr "Número de tokens (%d) incorrecto"
-#: ../gio/gicon.c:344
+#: gio/gicon.c:344
#, c-format
msgid "No type for class name %s"
msgstr "No existe el tipo para la clase de nombre %s"
-#: ../gio/gicon.c:354
+#: gio/gicon.c:354
#, c-format
msgid "Type %s does not implement the GIcon interface"
msgstr "El tipo %s no implementa la interfaz GIcon"
-#: ../gio/gicon.c:365
+#: gio/gicon.c:365
#, c-format
msgid "Type %s is not classed"
msgstr "El tipo %s no tiene clase"
-#: ../gio/gicon.c:379
+#: gio/gicon.c:379
#, c-format
msgid "Malformed version number: %s"
msgstr "Número de versión mal formado: %s"
-#: ../gio/gicon.c:393
+#: gio/gicon.c:393
#, c-format
msgid "Type %s does not implement from_tokens() on the GIcon interface"
msgstr "El tipo %s no implementa from_tokens() en la interfaz GIcon"
-#: ../gio/gicon.c:469
+#: gio/gicon.c:469
msgid "Can't handle the supplied version the icon encoding"
msgstr ""
"No se puede manejar la versión proporcionada de la codificación de icono"
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
msgid "Input stream doesn't implement read"
msgstr "El flujo de entrada no implementa la lectura"
@@ -1436,354 +1436,350 @@ 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:902 ../gio/giostream.c:315
-#: ../gio/goutputstream.c:1118
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "El flujo tiene una operación excepcional"
-#: ../gio/ginetsocketaddress.c:182 ../gio/ginetsocketaddress.c:199
-#: ../gio/gunixsocketaddress.c:174
+#: gio/ginetsocketaddress.c:182 gio/ginetsocketaddress.c:199
+#: gio/gunixsocketaddress.c:174
msgid "Not enough space for socket address"
msgstr "No hay suficiente espacio para la dirección del socket"
-#: ../gio/ginetsocketaddress.c:212
+#: gio/ginetsocketaddress.c:212
msgid "Unsupported socket address"
msgstr "Dirección del socket no soportada"
-#: ../gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
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:600 ../gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Nombre de archivo no válido %s"
-#: ../gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Error al obtener la información del sistema de archivos: %s"
-#: ../gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "No se puede renombrar el directorio raÃz"
-#: ../gio/glocalfile.c:1130 ../gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Error al renombrar el archivo: %s"
-#: ../gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "No se puede renombrar el archivo, el nombre ya existe"
-#: ../gio/glocalfile.c:1152 ../gio/glocalfile.c:2124 ../gio/glocalfile.c:2153
-#: ../gio/glocalfile.c:2313 ../gio/glocalfileoutputstream.c:550
-#: ../gio/glocalfileoutputstream.c:603 ../gio/glocalfileoutputstream.c:648
-#: ../gio/glocalfileoutputstream.c:1130
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
+#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
+#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Nombre de archivo inválido"
-#: ../gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Error al abrir el archivo: %s"
-#: ../gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "No se puede abrir el directorio"
-#: ../gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Error al eliminar el archivo: %s"
-#: ../gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "Error al mover a la papelera el archivo: %s"
-#: ../gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "No se pudo crear el directorio papelera %s: %s"
-#: ../gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
"No se pudo encontrar el directorio de nivel superior para mover a la papelera"
-#: ../gio/glocalfile.c:1931 ../gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "No se pudo encontrar o crear el directorio de la papelera"
-#: ../gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, 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:2014 ../gio/glocalfile.c:2019 ../gio/glocalfile.c:2094
-#: ../gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "No se pudo enviar a la papelera el archivo: %s"
-#: ../gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "Error al crear el directorio: %s"
-#: ../gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
#, c-format
msgid "Filesystem does not support symbolic links"
msgstr "El sistema de archivos no soporta enlaces simbólicos"
-#: ../gio/glocalfile.c:2161
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Error al crear el enlace simbólico: %s"
-#: ../gio/glocalfile.c:2223 ../gio/glocalfile.c:2317
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Error al mover el archivo: %s"
-#: ../gio/glocalfile.c:2246
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "No se puede mover un directorio sobre un directoro"
-#: ../gio/glocalfile.c:2273 ../gio/glocalfileoutputstream.c:928
-#: ../gio/glocalfileoutputstream.c:942 ../gio/glocalfileoutputstream.c:957
-#: ../gio/glocalfileoutputstream.c:973 ../gio/glocalfileoutputstream.c:987
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
+#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
+#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Falló la creación del archivo de respaldo"
-#: ../gio/glocalfile.c:2292
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Error al eliminar el archivo destino: %s"
-#: ../gio/glocalfile.c:2306
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "No se soporta mover archivos entre puntos de montaje"
-#: ../gio/glocalfileinfo.c:721
+#: gio/glocalfileinfo.c:721
msgid "Attribute value must be non-NULL"
msgstr "El valor del atributo de ser no nulo"
-#: ../gio/glocalfileinfo.c:728
+#: gio/glocalfileinfo.c:728
msgid "Invalid attribute type (string expected)"
msgstr "Tipo de atributo no válido (se esperaba una cadena)"
-#: ../gio/glocalfileinfo.c:735
+#: gio/glocalfileinfo.c:735
msgid "Invalid extended attribute name"
msgstr "Nombre extendido del atributo no válido"
-#: ../gio/glocalfileinfo.c:775
+#: gio/glocalfileinfo.c:775
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Error al establecer el atributo extendido «%s»: %s"
-#: ../gio/glocalfileinfo.c:1482 ../gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Error al mostrar información del estado del archivo «%s»: %s"
-#: ../gio/glocalfileinfo.c:1555
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (codificación no válida)"
-#: ../gio/glocalfileinfo.c:1753
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr ""
"Error al mostrar la información del estado del descriptor del archivo: %s"
-#: ../gio/glocalfileinfo.c:1798
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Tipo de atributo no válido (se esperaba uint32)"
-#: ../gio/glocalfileinfo.c:1816
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Tipo de atributo no válido (se esperaba uint64)"
-#: ../gio/glocalfileinfo.c:1835 ../gio/glocalfileinfo.c:1854
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Tipo de atributo no válido (se esperaba una cadena byte)"
-#: ../gio/glocalfileinfo.c:1889
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "No se pueden establecer permisos en enlaces simbólicos"
-#: ../gio/glocalfileinfo.c:1905
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Error al establecer permisos: %s"
-#: ../gio/glocalfileinfo.c:1956
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Error al establecer el propietario: %s"
-#: ../gio/glocalfileinfo.c:1979
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "el enlace simbólico debe ser no nulo"
-#: ../gio/glocalfileinfo.c:1989 ../gio/glocalfileinfo.c:2008
-#: ../gio/glocalfileinfo.c:2019
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Error al establecer el enlace simbólico: %s"
-#: ../gio/glocalfileinfo.c:1998
+#: gio/glocalfileinfo.c:1998
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"
-#: ../gio/glocalfileinfo.c:2124
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "Error al establecer o modificar el tiempo de acceso: %s"
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "El contexto SELinux debe ser no nulo"
-#: ../gio/glocalfileinfo.c:2162
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Error al establecer el contexto SELinux: %s"
-#: ../gio/glocalfileinfo.c:2169
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux no está activado en este sistema"
-#: ../gio/glocalfileinfo.c:2261
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Establecer el atributo %s no está soportado"
-#: ../gio/glocalfileinputstream.c:165 ../gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Error al leer del archivo: %s"
-#: ../gio/glocalfileinputstream.c:196 ../gio/glocalfileinputstream.c:208
-#: ../gio/glocalfileinputstream.c:320 ../gio/glocalfileoutputstream.c:449
-#: ../gio/glocalfileoutputstream.c:1005
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Error al buscar en el archivo: %s"
-#: ../gio/glocalfileinputstream.c:241 ../gio/glocalfileoutputstream.c:235
-#: ../gio/glocalfileoutputstream.c:330
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Error al cerrar el archivo: %s"
-#: ../gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
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:181 ../gio/glocalfileoutputstream.c:214
-#: ../gio/glocalfileoutputstream.c:722
+#: gio/glocalfileoutputstream.c:181 gio/glocalfileoutputstream.c:214
+#: gio/glocalfileoutputstream.c:722
#, c-format
msgid "Error writing to file: %s"
msgstr "Error al escribir en el archivo: %s"
-#: ../gio/glocalfileoutputstream.c:262
+#: gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Error al eliminar el enlace de respaldo antiguo: %s"
-#: ../gio/glocalfileoutputstream.c:276 ../gio/glocalfileoutputstream.c:289
+#: gio/glocalfileoutputstream.c:276 gio/glocalfileoutputstream.c:289
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Error al crear una copia de respaldo: %s"
-#: ../gio/glocalfileoutputstream.c:307
+#: gio/glocalfileoutputstream.c:307
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Error al renombrar el archivo temporal: %s"
-#: ../gio/glocalfileoutputstream.c:495 ../gio/glocalfileoutputstream.c:1056
+#: gio/glocalfileoutputstream.c:495 gio/glocalfileoutputstream.c:1056
#, c-format
msgid "Error truncating file: %s"
msgstr "Error al truncar el archivo: %s"
-#: ../gio/glocalfileoutputstream.c:556 ../gio/glocalfileoutputstream.c:609
-#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:794
-#: ../gio/glocalfileoutputstream.c:1037 ../gio/glocalfileoutputstream.c:1136
+#: gio/glocalfileoutputstream.c:556 gio/glocalfileoutputstream.c:609
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:794
+#: gio/glocalfileoutputstream.c:1037 gio/glocalfileoutputstream.c:1136
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Error al abrir el archivo «%s»: %s"
-#: ../gio/glocalfileoutputstream.c:825
+#: gio/glocalfileoutputstream.c:825
msgid "Target file is a directory"
msgstr "El archivo destino es un directorio"
-#: ../gio/glocalfileoutputstream.c:830
+#: gio/glocalfileoutputstream.c:830
msgid "Target file is not a regular file"
msgstr "El archivo destino no es un archivo regular"
-#: ../gio/glocalfileoutputstream.c:842
+#: gio/glocalfileoutputstream.c:842
msgid "The file was externally modified"
msgstr "El archivo se modificó externamente"
-#: ../gio/glocalfileoutputstream.c:1021
+#: gio/glocalfileoutputstream.c:1021
#, c-format
msgid "Error removing old file: %s"
msgstr "Error al eliminar el archivo antiguo: %s"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:553
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:553
msgid "Invalid GSeekType supplied"
msgstr "Se proporcionó un GSeekType no válido"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:563
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:563
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:290
+#: gio/gmemoryoutputstream.c:290
msgid "Reached maximum data array limit"
msgstr "Se alcanzó el lÃmite máximo del array de datos"
-#: ../gio/gmemoryoutputstream.c:325
+#: gio/gmemoryoutputstream.c:325
msgid "Memory output stream not resizable"
msgstr "El flujo de salida de la memoria no es redimensionable"
-#: ../gio/gmemoryoutputstream.c:341
+#: gio/gmemoryoutputstream.c:341
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:409
-#| msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
msgid "mount doesn't implement \"unmount\""
msgstr "el punto de montaje no implementa el desmontado («unmount»)"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:488
-#| msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
msgid "mount doesn't implement \"eject\""
msgstr "el punto de montaje no implementa la expulsión («eject»)"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: ../gio/gmount.c:568
-#| msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
"el punto de montaje no implementa desmontado («umount») o desmontado con "
@@ -1792,8 +1788,7 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: ../gio/gmount.c:655
-#| msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
"el punto de montaje no implementa la expulsión («eject») o expulsión con "
@@ -1802,262 +1797,261 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:744
-#| msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
msgid "mount doesn't implement \"remount\""
msgstr "el punto de montaje no implementa el remontado («remount»)"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:828
+#: gio/gmount.c:828
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:917
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
"el punto de montaje no implementa averiguación del tipo de contenido sÃncrona"
-#: ../gio/gnetworkaddress.c:295
+#: gio/gnetworkaddress.c:295
#, c-format
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "El nombre del equipo «%s» contiene «[» pero no «]»"
-#: ../gio/goutputstream.c:207 ../gio/goutputstream.c:408
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "El flujo de salida no implementa la escritura"
-#: ../gio/goutputstream.c:369 ../gio/goutputstream.c:781
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "El flujo de origen ya está cerrado"
-#: ../gio/gresolver.c:736
+#: gio/gresolver.c:736
#, c-format
msgid "Error resolving '%s': %s"
msgstr "Error al resolver «%s»: %s"
-#: ../gio/gresolver.c:786
+#: gio/gresolver.c:786
#, c-format
msgid "Error reverse-resolving '%s': %s"
msgstr "Error al resolver «%s» de forma invertida: %s"
-#: ../gio/gresolver.c:821 ../gio/gresolver.c:899
+#: gio/gresolver.c:821 gio/gresolver.c:899
#, c-format
msgid "No service record for '%s'"
msgstr "No hay registro de servicio para «%s»"
-#: ../gio/gresolver.c:826 ../gio/gresolver.c:904
+#: gio/gresolver.c:826 gio/gresolver.c:904
#, c-format
msgid "Temporarily unable to resolve '%s'"
msgstr "No se puede resolver «%s» temporalmente"
-#: ../gio/gresolver.c:831 ../gio/gresolver.c:909
+#: gio/gresolver.c:831 gio/gresolver.c:909
#, c-format
msgid "Error resolving '%s'"
msgstr "Error al resolver «%s»"
-#: ../gio/gsocket.c:277
+#: gio/gsocket.c:277
msgid "Invalid socket, not initialized"
msgstr "Socket no válido, no inicializado"
-#: ../gio/gsocket.c:284
+#: gio/gsocket.c:284
#, c-format
msgid "Invalid socket, initialization failed due to: %s"
msgstr "Socket no válido, falló la instalación debido a: %s"
-#: ../gio/gsocket.c:292
+#: gio/gsocket.c:292
msgid "Socket is already closed"
msgstr "El socket ya está cerrado"
-#: ../gio/gsocket.c:405
+#: gio/gsocket.c:405
#, c-format
msgid "creating GSocket from fd: %s"
msgstr "creando el GSocket desde fd: %s"
-#: ../gio/gsocket.c:439 ../gio/gsocket.c:453 ../gio/gsocket.c:1911
+#: gio/gsocket.c:439 gio/gsocket.c:453 gio/gsocket.c:1911
#, c-format
msgid "Unable to create socket: %s"
msgstr "No se pudo crear el socket: %s"
-#: ../gio/gsocket.c:439
+#: gio/gsocket.c:439
msgid "Unknown protocol was specified"
msgstr "Se especificó un protocolo desconocido"
-#: ../gio/gsocket.c:758
+#: gio/gsocket.c:758
msgid "Cancellable initialization not supported"
msgstr "La inicialización cancelable no eestá soportada"
-#: ../gio/gsocket.c:1112
+#: gio/gsocket.c:1112
#, c-format
msgid "could not get local address: %s"
msgstr "no se pudo obtener la dirección local: %s"
-#: ../gio/gsocket.c:1145
+#: gio/gsocket.c:1145
#, c-format
msgid "could not get remote address: %s"
msgstr "no se pudo obtener la dirección remota: %s"
-#: ../gio/gsocket.c:1203
+#: gio/gsocket.c:1203
#, c-format
msgid "could not listen: %s"
msgstr "no se pudo escuchar: %s"
-#: ../gio/gsocket.c:1277
+#: gio/gsocket.c:1277
#, c-format
msgid "Error binding to address: %s"
msgstr "Error al vincular con la dirección: %s"
-#: ../gio/gsocket.c:1397
+#: gio/gsocket.c:1397
#, c-format
msgid "Error accepting connection: %s"
msgstr "Error al aceptar la conexión: %s"
-#: ../gio/gsocket.c:1510
+#: gio/gsocket.c:1510
msgid "Error connecting: "
msgstr "Error al conectar: "
-#: ../gio/gsocket.c:1514
+#: gio/gsocket.c:1514
msgid "Connection in progress"
msgstr "Conexión en progreso"
-#: ../gio/gsocket.c:1519
+#: gio/gsocket.c:1519
#, c-format
msgid "Error connecting: %s"
msgstr "Error al conectar: %s"
-#: ../gio/gsocket.c:1559
+#: gio/gsocket.c:1559
#, c-format
msgid "Unable to get pending error: %s"
msgstr "No se pudo obtener el error pendiente: %s"
-#: ../gio/gsocket.c:1655
+#: gio/gsocket.c:1655
#, c-format
msgid "Error receiving data: %s"
msgstr "Error al recibir los datos: %s"
-#: ../gio/gsocket.c:1798
+#: gio/gsocket.c:1798
#, c-format
msgid "Error sending data: %s"
msgstr "Error al enviar los datos: %s"
-#: ../gio/gsocket.c:1990
+#: gio/gsocket.c:1990
#, c-format
msgid "Error closing socket: %s"
msgstr "Error al cerrar el socket: %s"
-#: ../gio/gsocket.c:2475
+#: gio/gsocket.c:2475
#, c-format
msgid "Waiting for socket condition: %s"
msgstr "Esperando la condición del socket: %s"
-#: ../gio/gsocket.c:2714 ../gio/gsocket.c:2795
+#: gio/gsocket.c:2714 gio/gsocket.c:2795
#, c-format
msgid "Error sending message: %s"
msgstr "Error al enviar el mensaje: %s"
-#: ../gio/gsocket.c:2739
+#: gio/gsocket.c:2739
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage no está soportado en win32"
-#: ../gio/gsocket.c:2997 ../gio/gsocket.c:3135
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "Error al recibir el mensaje: %s"
-#: ../gio/gsocketclient.c:521 ../gio/gsocketclient.c:770
+#: gio/gsocketclient.c:521 gio/gsocketclient.c:770
msgid "Unknown error on connect"
msgstr "Error desconocido al conectar"
-#: ../gio/gsocketlistener.c:192
+#: gio/gsocketlistener.c:192
msgid "Listener is already closed"
msgstr "El «listener» ya está cerrado"
-#: ../gio/gsocketlistener.c:233
+#: gio/gsocketlistener.c:233
msgid "Added socket is closed"
msgstr "El socket añadido está cerrado"
-#: ../gio/gthemedicon.c:499
+#: gio/gthemedicon.c:499
#, c-format
msgid "Can't handle version %d of GThemedIcon encoding"
msgstr "No se puede manejar la versión %d de la codificación GThemedIcon"
-#: ../gio/gunixconnection.c:151
+#: gio/gunixconnection.c:151
#, c-format
msgid "Expecting 1 control message, got %d"
msgstr "Se esperaba un mensaje de control, se obtuvieron %d"
-#: ../gio/gunixconnection.c:164
+#: gio/gunixconnection.c:164
msgid "Unexpected type of ancillary data"
msgstr "Tipos de datos complementarios inesperados"
-#: ../gio/gunixconnection.c:182
+#: gio/gunixconnection.c:182
#, c-format
msgid "Expecting one fd, but got %d\n"
msgstr "Se esperaba un fd pero se obtuvieron %d\n"
-#: ../gio/gunixconnection.c:198
+#: gio/gunixconnection.c:198
msgid "Received invalid fd"
msgstr "Se recibió un fd no válido"
-#: ../gio/gunixinputstream.c:354 ../gio/gunixinputstream.c:374
-#: ../gio/gunixinputstream.c:452 ../gio/gunixoutputstream.c:439
+#: gio/gunixinputstream.c:354 gio/gunixinputstream.c:374
+#: gio/gunixinputstream.c:452 gio/gunixoutputstream.c:439
#, c-format
msgid "Error reading from unix: %s"
msgstr "Error al leer de unix: %s"
-#: ../gio/gunixinputstream.c:407 ../gio/gunixinputstream.c:589
-#: ../gio/gunixoutputstream.c:394 ../gio/gunixoutputstream.c:545
+#: gio/gunixinputstream.c:407 gio/gunixinputstream.c:589
+#: gio/gunixoutputstream.c:394 gio/gunixoutputstream.c:545
#, c-format
msgid "Error closing unix: %s"
msgstr "Error al cerrar unix: %s"
-#: ../gio/gunixmounts.c:1846 ../gio/gunixmounts.c:1883
+#: gio/gunixmounts.c:1846 gio/gunixmounts.c:1883
msgid "Filesystem root"
msgstr "Sistema de archivos raÃz"
-#: ../gio/gunixoutputstream.c:340 ../gio/gunixoutputstream.c:361
+#: gio/gunixoutputstream.c:340 gio/gunixoutputstream.c:361
#, c-format
msgid "Error writing to unix: %s"
msgstr "Error al escribir en unix: %s"
-#: ../gio/gunixsocketaddress.c:182
+#: gio/gunixsocketaddress.c:182
msgid "Abstract unix domain socket addresses not supported on this system"
msgstr ""
"Este sistema no soporta direcciones de socket de dominio UNIX abstracto"
-#: ../gio/gvolume.c:452
+#: gio/gvolume.c:452
msgid "volume doesn't implement eject"
msgstr "el volumen no implementa la expulsión"
#. Translators: This is an error
#. * message for volume objects that
#. * don't implement any of eject or eject_with_operation.
-#: ../gio/gvolume.c:531
+#: gio/gvolume.c:531
msgid "volume doesn't implement eject or eject_with_operation"
msgstr "el volumen no implementa la expulsión o expulsión con operació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:300
+#: gio/gwin32appinfo.c:300
#, c-format
msgid "Error launching application: %s"
msgstr "Error al analizar la aplicación: %s"
-#: ../gio/gwin32appinfo.c:336
+#: gio/gwin32appinfo.c:336
msgid "URIs not supported"
msgstr "No se soportan URI"
-#: ../gio/gwin32appinfo.c:358
+#: gio/gwin32appinfo.c:358
msgid "association changes not supported on win32"
msgstr "los cambios de asociación no están soportados en win32"
-#: ../gio/gwin32appinfo.c:370
+#: gio/gwin32appinfo.c:370
msgid "Association creation not supported on win32"
msgstr "La creación de asociación no está soportada en win32"
diff --git a/po/et.po b/po/et.po
index 9a5eda0..aa43b6d 100644
--- a/po/et.po
+++ b/po/et.po
@@ -13,9 +13,8 @@
msgid ""
msgstr ""
"Project-Id-Version: GLib MASTER\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
-"product=glib&component=general\n"
-"POT-Creation-Date: 2009-11-05 14:59+0000\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-11-06 17:16+0200\n"
"Last-Translator: Ivar Smolin <okul linux ee>\n"
"Language-Team: Estonian <gnome-et linux ee>\n"
@@ -24,237 +23,335 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Ootamatu rekvisiit '%s' elemendile '%s'"
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Elemendil '%2$s' ei leitud rekvisiiti '%1$s'"
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Ootamatu silt '%s', oodati silti '%s'"
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "'%2$s' on ootamatu silt '%1$s'"
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "Andmekataloogidest ei leitud korrektset järjehoidjafaili"
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "URI-le '%s' on juba järjehoidja olemas"
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "URI-le '%s' ei leitud järjehoidjat"
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "URI '%s' järjehoidjas pole MIME tüüpe määratud"
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "URI '%s' järjehoidjas pole privaatlippu kirjeldatud"
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "URI '%s' järjehoidjas pole gruppe määratud"
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Rakendus nimega '%s' pole '%s' kohta järjehoidjat registreerinud"
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Tõrge rea '%s' käivitamisel koos URI-ga '%s'"
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Teisendamine koodistikust '%s' koodistikku '%s' ei ole toetatud"
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Konverterit '%s'-st '%s'-ks pole võimalik avada"
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
+#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
+#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Vigane baidijada sisendi teisendamisel"
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
+#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Viga teisendamisel: %s"
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Osaline märgijada sisendi lõpus"
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Taandresiimi '%s' pole võimalik teisendada kooditabelisse '%s'"
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' ei ole failiskeemi (\"file\") jaoks absoluutne URI"
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Kohaliku faili URI '%s' ei või sisaldada märki '#'"
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' on vigane"
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI '%s' hostinimi on vigane"
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' sisaldab vigaseid paomärke"
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Rajanimi '%s' ei ole absoluutne rada"
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Vigane hostinimi"
+#: glib/gdir.c:112 glib/gdir.c:135
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Viga kataloogi '%s' avamisel: %s"
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Ei saa eraldada %lu faili \"%s\" lugemiseks"
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Viga failist '%s' lugemisel: %s"
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "Fail \"%s\" on liiga suur"
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Tõrge failist '%s' lugemisel: %s"
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Tõrge faili '%s' avamisel: %s"
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Tõrge faili '%s' rekvisiitide hankimisel: fstat() nurjus: %s"
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Tõrge faili '%s' avamisel: fdopen() nurjus: %s"
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Tõrge faili '%s' ümbernimetamisel nimega '%s': g_rename() nurjus: %s"
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Tõrge faili '%s' loomisel: %s"
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Tõrge faili '%s' avamisel kirjutamiseks: fdopen() nurjus: %s"
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Tõrge faili '%s' kirjutamisel: fwrite() nurjus: %s"
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Tõrge faili '%s' kirjutamisel: fflush() nurjus: %s"
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Tõrge faili '%s' kirjutamisel: fsync() nurjus: %s"
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Tõrge faili '%s' sulgemisel: fclose() nurjus: %s"
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Olemasolevat faili '%s' pole võimalik eemaldada: g_unlink() nurjus: %s"
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Mall '%s' vigane, see ei tohiks sisaldada '%s'"
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Mall '%s' ei sisalda XXXXXX-i"
+#: glib/gfileutils.c:1774
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Tõrge nimeviida '%s' lugemisel: %s"
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Nimeviidad ei ole toetatud"
+#: glib/giochannel.c:1234
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Konverterit '%s'-st '%s'-ks pole võimalik avada: %s"
+#: glib/giochannel.c:1579
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Ei saa teostada toorest lugemise g_io_channel_read_line_string'i sees"
+#: glib/giochannel.c:1626 glib/giochannel.c:1884 glib/giochannel.c:1971
msgid "Leftover unconverted data in read buffer"
msgstr "Lugemispuhvrisse jäi teisendamata andmeid"
+#: glib/giochannel.c:1707 glib/giochannel.c:1784
msgid "Channel terminates in a partial character"
msgstr "Kanali katkestus poole märgi pealt"
+#: glib/giochannel.c:1770
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Ei saa teostada toorest lugemise g_io_channel_read_to_end'i sees"
+#: glib/gmappedfile.c:123
#, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "Tõrge faili '%s' avamisel: open() nurjus: %s"
+#: glib/gmappedfile.c:201
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Tõrge faili '%s' avamisel: mmap() nurjus: %s"
+#: glib/gmarkup.c:303 glib/gmarkup.c:343
#, c-format
msgid "Error on line %d char %d: "
msgstr "Viga real %d märgil %d: "
+#: glib/gmarkup.c:363 glib/gmarkup.c:441
#, c-format
msgid "Invalid UTF-8 encoded text in name - not valid '%s'"
msgstr "Nimes on vigaselt kodeeritud UTF-8 tekst - vigane '%s'"
+#: glib/gmarkup.c:374
#, c-format
msgid "'%s' is not a valid name "
msgstr "'%s' pole korrektne nimi "
+#: glib/gmarkup.c:390
#, c-format
msgid "'%s' is not a valid name: '%c' "
msgstr "'%s' pole korrektne nimi: '%c' "
+#: glib/gmarkup.c:494
#, c-format
msgid "Error on line %d: %s"
msgstr "Viga real %d: %s"
+#: glib/gmarkup.c:578
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -263,6 +360,7 @@ msgstr ""
"Viga '%-.*s' parsimisel. See võiks olla märgiviites olev number (näiteks "
"ê) - võibolla on number liiga suur"
+#: glib/gmarkup.c:590
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -271,19 +369,23 @@ msgstr ""
"Märgiviide ei lõpe semikooloniga. Enamasti kasutatakse ampersand märki ilma "
"kavatsuseta olemit alustada - märgi see kui &"
+#: glib/gmarkup.c:616
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Märgiviide '%-.*s' ei teisendu lubatud märgiks"
+#: glib/gmarkup.c:654
msgid ""
"Empty entity '&;' seen; valid entities are: & " < > '"
msgstr ""
"Avastati tühi olem '&'; lubatud olemid on: & " < > '"
+#: glib/gmarkup.c:662
#, c-format
msgid "Entity name '%-.*s' is not known"
msgstr "Olemi nimi '%-.*s' on tundmatu"
+#: glib/gmarkup.c:667
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &"
@@ -291,9 +393,11 @@ msgstr ""
"Olem ei lõppenud semikooloniga; kõige tõenäolisemalt ei kavatsenud sa "
"ampersandi kasutades olemit alustada - märgi see kui &"
+#: glib/gmarkup.c:1014
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument peab algama elemendiga (nt: <book>)"
+#: glib/gmarkup.c:1054
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -301,6 +405,7 @@ msgid ""
msgstr ""
"Märk '%s' ei ole märgi '<' järel lubatud, see võib mitte olla elemendi nimi"
+#: glib/gmarkup.c:1122
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -308,6 +413,7 @@ msgid ""
msgstr ""
"Veider märk '%s', elemendi '%s' lõpusildi lõpetamiseks oodatakse märki '>'"
+#: glib/gmarkup.c:1206
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -315,6 +421,7 @@ msgstr ""
"Veider märk '%1$s', pärast elemendi '%3$s' tunnust nimega '%2$s' oodatakse "
"märki '='"
+#: glib/gmarkup.c:1247
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -325,6 +432,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:1291
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -333,6 +441,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:1425
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -341,6 +450,7 @@ msgstr ""
"Märk '%s' ei ole märkide '</' järel lubatud, '%s' võib mitte olla elemendi "
"nimi"
+#: glib/gmarkup.c:1461
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -349,20 +459,25 @@ msgstr ""
"Märk '%s' ei ole lubatud märk elemendi '%s' nime sulgemise järel, lubatud "
"märk on '>'"
+#: glib/gmarkup.c:1472
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' on suletud, avatud elemente ei ole"
+#: glib/gmarkup.c:1481
#, 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:1648
msgid "Document was empty or contained only whitespace"
msgstr "Dokument on tühi või sisaldab ainult tühja ruumi"
+#: glib/gmarkup.c:1662
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument lõppes ootamatult ilma avatud nurksulgu '<' sulgemata"
+#: glib/gmarkup.c:1670 glib/gmarkup.c:1715
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -371,6 +486,7 @@ msgstr ""
"Dokument lõppes ootamatult ilma, et avatud elemente sulgemata - '%s' oli "
"viimane avatud element"
+#: glib/gmarkup.c:1678
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -379,15 +495,19 @@ msgstr ""
"Dokument lõppes ootamatult, sildi <%s/> lõpetamiseks loodetakse näha "
"nurksulgu"
+#: glib/gmarkup.c:1684
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument lõppes ootamatult elemendi nime sees"
+#: glib/gmarkup.c:1690
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument lõppes ootamatult rekvisiidi nime sees"
+#: glib/gmarkup.c:1695
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument lõppes ootamatult elemendi avamise sildi sees"
+#: glib/gmarkup.c:1701
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -395,299 +515,390 @@ msgstr ""
"Dokument lõppes ootamatult pärast rekvisiidi nime järel olevat võrdusmärki, "
"rekvisiidi väärtus on puudu"
+#: glib/gmarkup.c:1708
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument lõppes ootamatult keset attribuudi väärtust"
+#: glib/gmarkup.c:1724
#, 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:1730
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dokument lõppes ootamatult kommentaaride või töötlemis juhiste sees"
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "rikutud objekt"
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "sisemine viga või rikutud objekt"
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "mälu lõppes"
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "tagasiviidete limiit saavutatud"
+#: glib/gregex.c:152 glib/gregex.c:160
msgid "the pattern contains items not supported for partial matching"
msgstr ""
"muster sisaldab kirjeid, mis pole osalise vastavuse otsingu puhul toetatud"
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "sisemine viga"
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr "osaliste vastete otsimisel pole tingimuslikud tagasiviited toetatud"
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "suurim rekursioonide arv saavutatud"
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "töötsooni suurim tühjade alamstringide arv saavutatud"
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "vigane reavahetusmärgiste kombinatsioon"
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "tundmatu viga"
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ mustri lõpus"
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "\\c mustri lõpus"
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "\\ järel on tundmatu märk"
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
msgstr "tõstumuutmise märgid (\\l, \\L, \\u, \\U) pole siin lubatud"
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "{} kvantori numbrid pole järjekorras"
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "{} kvantori number liiga suur"
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "märgiklassil puudub sulgev ]"
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "märgiklassis on vigane paojada"
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "märgiklassi vahemik pole järjekorras"
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "pole midagi korrata"
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "tundmatu märk pärast (?"
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "tundmatu märk pärast (?<"
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "tundmatu märk pärast (?P"
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr "POSIX-i nimelised klassid on toetatud ainult klassi sees"
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr "puudub lõpetav sulg )"
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr ") ilma algussuluta ("
#. translators: '(?R' and '(?[+-]digits' are both meant as (groups of)
#. * sequences here, '(?-54' would be an example for the second group.
#.
+#: glib/gregex.c:258
msgid "(?R or (?[+-]digits must be followed by )"
msgstr "(?R või (?[+-]digits järel peab olema )"
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "viide olematule alammustrile"
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr "kommentaari järel puudub sulg )"
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "regulaaravaldis on liiga suur"
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "tõrge mälu hankimisel"
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr "tagasivaate esitus ei oma kindlat suurust"
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr "vigane number või nimi pärast (?("
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "tingimusgrupp sisaldab rohkem kui kahte haru"
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr "(?( järel oodatakse esitust"
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "tundmatu POSIX-klassi nimi"
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "POSIX-i koondavad elemendid pole toetatud"
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "märgi väärtus \\x{...} jadas on liiga suur"
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "vigane tingimus (?(0)"
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "\\C ei ole tagasivaate esituses lubatud"
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "rekursiivne kutsung võib jääda lõpmatusse tsüklisse"
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "alammustri nimes puudub katkestaja"
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "kaks nimelist alammustrit on sama nimega"
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "vigane \\P või \\p jada"
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "tundmatu omaduse nimi \\P või \\p järel"
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "alammustri nimi on liiga pikk (maksimaalselt 32 märki)"
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "liiga palju alammustreid (suurim lubatud arv on 10 000)"
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "kaheksandväärtus on suurem kui \\377"
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "DEFINE grupp sisaldab rohkem kui ühte haru"
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "DEFINE grupi kordused pole lubatud"
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "NEWLINE võtmed pole kooskõlalised"
+#: glib/gregex.c:333
msgid ""
"\\g is not followed by a braced name or an optionally braced non-zero number"
msgstr ""
"võtmele \\g ei järgne looksulgudes nimi või (soovi korral looksulgudes) "
"nullist erinev number"
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "ootamatu kordus"
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "koodi ületäitumine"
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "kompilaatori tööruumi ületäitumine"
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr "varem kontrollitud viidatud alammustrid ei leitud"
+#: glib/gregex.c:522 glib/gregex.c:1603
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "Viga regulaaravaldise %s vastavuse otsimisel: %s"
+#: glib/gregex.c:1094
msgid "PCRE library is compiled without UTF8 support"
msgstr "PCRE teek on kompileeritud ilma UTF8 toeta"
+#: glib/gregex.c:1103
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "PCRE teek on kompileeritud ilma UTF8 omaduste toeta"
+#: glib/gregex.c:1157
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "Viga regulaaravaldise %s kompileerimisel %d. märgi juures: %s"
+#: glib/gregex.c:1193
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Viga regulaaravaldise %s optimeerimisel: %s"
+#: glib/gregex.c:2031
msgid "hexadecimal digit or '}' expected"
msgstr "oodati kuueteistkümnendsüsteemi numbrit või '}' märki"
+#: glib/gregex.c:2047
msgid "hexadecimal digit expected"
msgstr "oodati kuueteistkümnendsüsteemi numbrit"
+#: glib/gregex.c:2087
msgid "missing '<' in symbolic reference"
msgstr "puuduv '<' märgiviites"
+#: glib/gregex.c:2096
msgid "unfinished symbolic reference"
msgstr "lõpetamata märgiviide"
+#: glib/gregex.c:2103
msgid "zero-length symbolic reference"
msgstr "nullpikkusega märgiviide"
+#: glib/gregex.c:2114
msgid "digit expected"
msgstr "oodati numbrit"
+#: glib/gregex.c:2132
msgid "illegal symbolic reference"
msgstr "keelatud märgiviide"
+#: glib/gregex.c:2194
msgid "stray final '\\'"
msgstr "liigne lõpp '\\'"
+#: glib/gregex.c:2198
msgid "unknown escape sequence"
msgstr "tundmatu paojada"
+#: glib/gregex.c:2208
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Viga asendusteksti \"%s\" parsimisel märgi %lu kohal: %s"
+#: glib/gshell.c:70
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Tsiteeritav tekst ei alga jutumärgiga"
+#: glib/gshell.c:160
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "Vastavuseta jutumärk käsureal või kestprogrammi tsiteeritud tekstis"
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Tekst lõppes pärast '\\' märki. (Tekst on '%s')"
+#: glib/gshell.c:545
#, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')"
msgstr "Tekst lõppes enne kui leiti vastav jutumärk %c jaoks. (Tekst oli '%s')"
+#: glib/gshell.c:557
msgid "Text was empty (or contained only whitespace)"
msgstr "Tekst puudus (või sisaldas ainult tühja ruumi)"
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "Tõrge andmete lugemisel alamprotsessilt"
+#: glib/gspawn-win32.c:300 glib/gspawn.c:1480
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Tõrge toru loomisel alamprotsessiga suhtlemiseks (%s)"
+#: glib/gspawn-win32.c:339 glib/gspawn-win32.c:347 glib/gspawn.c:1139
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Tõrge alamprotsessi torust lugemisel (%s)"
+#: glib/gspawn-win32.c:370 glib/gspawn.c:1346
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Tõrge kataloogi '%s' muutmisel (%s)"
+#: glib/gspawn-win32.c:376 glib/gspawn-win32.c:495
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Tõrge alamprotsessi käivitamisel (%s)"
+#: glib/gspawn-win32.c:445
#, c-format
msgid "Invalid program name: %s"
msgstr "Vigane programmi nimi: %s"
+#: glib/gspawn-win32.c:455 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1279
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Vigane string argumendivektoris %d: %s"
+#: glib/gspawn-win32.c:466 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1312
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Vigane string keskkonnamuutujates: %s"
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1260
#, c-format
msgid "Invalid working directory: %s"
msgstr "Vigane töökataloog: %s"
+#: glib/gspawn-win32.c:784
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Tõrge abiprogrammi käivitamisel (%s)"
+#: glib/gspawn-win32.c:998
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -695,107 +906,137 @@ msgstr ""
"Ootamatu viga, kui g_io_channel_win32_poll() funktsioon luges "
"lapsprotsessilt andmeid"
+#: glib/gspawn.c:190
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Tõrge andmete lugemisel alamprotsessilt (%s)"
+#: glib/gspawn.c:329
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr ""
"Ootamatu funktsiooni select() viga andmete lugemisel alamprotsessilt (%s)"
+#: glib/gspawn.c:414
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Ootamatu viga funktsioonis waitpid() (%s)"
+#: glib/gspawn.c:1206
#, c-format
msgid "Failed to fork (%s)"
msgstr "Viga poolitamisel funktsiooniga fork() (%s)"
+#: glib/gspawn.c:1356
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Tõrge alamprotsessi \"%s\" käivitamisel (%s)"
+#: glib/gspawn.c:1366
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Tõrge alamprotsessi sisendi või väljundi ümbersuunamisel (%s)"
+#: glib/gspawn.c:1375
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Tõrge alamprotsessi poolitamisel funktsiooniga fork() (%s)"
+#: glib/gspawn.c:1383
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Tundmatu viga alamprotsessi \"%s\" käivitamisel"
+#: glib/gspawn.c:1407
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Tõrge piisavate andmete lugemisel lapsprotsessi torust (%s)"
+#: glib/gutf8.c:1038
msgid "Character out of range for UTF-8"
msgstr "Märk on väljaspool UTF-8 ulatust"
+#: glib/gutf8.c:1138 glib/gutf8.c:1147 glib/gutf8.c:1279 glib/gutf8.c:1288
+#: glib/gutf8.c:1429 glib/gutf8.c:1525
msgid "Invalid sequence in conversion input"
msgstr "Vigane jada sisendi teisendamisel"
+#: glib/gutf8.c:1440 glib/gutf8.c:1536
msgid "Character out of range for UTF-16"
msgstr "Märk on väljaspool UTF-16 ulatust"
+#: glib/goption.c:755
msgid "Usage:"
msgstr "Kasutamine:"
+#: glib/goption.c:755
msgid "[OPTION...]"
msgstr "[VÃ?TI...]"
+#: glib/goption.c:861
msgid "Help Options:"
msgstr "Abiteabe võtmed:"
+#: glib/goption.c:862
msgid "Show help options"
msgstr "Abiteabe võtmete näitamine"
+#: glib/goption.c:868
msgid "Show all help options"
msgstr "Kõikide abiteabe võtmete näitamine"
+#: glib/goption.c:930
msgid "Application Options:"
msgstr "Rakenduse võtmed:"
+#: glib/goption.c:992 glib/goption.c:1062
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "Täisarvulist väärtust '%s' pole võimalik %s jaoks parsida"
+#: glib/goption.c:1002 glib/goption.c:1070
#, c-format
msgid "Integer value '%s' for %s out of range"
msgstr "Täisarv '%s' %s jaoks on väljaspool lubatud piire"
+#: glib/goption.c:1027
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "Arvväärtust '%s' pole võimalik %s jaoks parsida"
+#: glib/goption.c:1035
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "Arv '%s' %s jaoks on väljaspool lubatud piire"
+#: glib/goption.c:1298 glib/goption.c:1377
#, c-format
msgid "Error parsing option %s"
msgstr "Viga võtme parsimisel: %s"
+#: glib/goption.c:1408 glib/goption.c:1522
#, c-format
msgid "Missing argument for %s"
msgstr "Puuduv argument %s'i jaoks"
+#: glib/goption.c:1917
#, c-format
msgid "Unknown option %s"
msgstr "Tundmatu võti %s"
+#: glib/gkeyfile.c:362
msgid "Valid key file could not be found in search dirs"
msgstr "Sobivat võtmefaili pole võimalik otsingukataloogidest leida"
+#: glib/gkeyfile.c:397
msgid "Not a regular file"
msgstr "Pole tavaline fail"
+#: glib/gkeyfile.c:405
msgid "File is empty"
msgstr "Fail on tühi"
+#: glib/gkeyfile.c:764
#, c-format
msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -803,43 +1044,55 @@ msgstr ""
"Võtmefail sisaldab rida '%s', mis ei ole võti-väärtus paar, grupp ega ka "
"kommentaar"
+#: glib/gkeyfile.c:824
#, c-format
msgid "Invalid group name: %s"
msgstr "Vigane grupi nimi: %s"
+#: glib/gkeyfile.c:846
msgid "Key file does not start with a group"
msgstr "Võtmefail ei alga grupiga"
+#: glib/gkeyfile.c:872
#, c-format
msgid "Invalid key name: %s"
msgstr "Vigane võtme nimi: %s"
+#: glib/gkeyfile.c:899
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "Võtmefail sisaldab toetamata kodeeringut '%s'"
+#: glib/gkeyfile.c:1115 glib/gkeyfile.c:1277 glib/gkeyfile.c:2506
+#: glib/gkeyfile.c:2572 glib/gkeyfile.c:2707 glib/gkeyfile.c:2840
+#: glib/gkeyfile.c:2993 glib/gkeyfile.c:3180 glib/gkeyfile.c:3241
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Võtmefail ei sisalda gruppi '%s'"
+#: glib/gkeyfile.c:1289
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Võtmefail ei sisalda võtit '%s'"
+#: glib/gkeyfile.c:1396 glib/gkeyfile.c:1511
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
msgstr ""
"Võtmefail sisaldab võtit '%s', mille väärtus '%s' pole UTF-8 kodeeringus"
+#: glib/gkeyfile.c:1416 glib/gkeyfile.c:1910
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
msgstr "Võtmefail sisaldab võtit '%s', mille väärtus pole võimalik kasutada."
+#: glib/gkeyfile.c:1531
#, c-format
msgid ""
"Key file contains key '%s' which has a value that cannot be interpreted."
msgstr "Võtmefail sisaldab võtit '%s', mille väärtust pole võimalik kasutada."
+#: glib/gkeyfile.c:2125 glib/gkeyfile.c:2337
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -848,120 +1101,163 @@ msgstr ""
"Võtmefail sisaldab võtit '%s' grupis '%s' aga selle väärtust pole võimalik "
"kasutada"
+#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2722 glib/gkeyfile.c:3252
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "Võtmefail ei sisalda võtit '%s' grupis '%s'"
+#: glib/gkeyfile.c:3486
msgid "Key file contains escape character at end of line"
msgstr "Võtmefail sisaldab rea lõpus paomärki"
+#: glib/gkeyfile.c:3508
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Võtmefail sisaldab vigast paojada '%s'"
+#: glib/gkeyfile.c:3650
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Väärtust '%s' pole võimalik numbrilise väärtusena kasutada."
+#: glib/gkeyfile.c:3664
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Täisarvu väärtus '%s' on väljaspool lubatud piire"
+#: glib/gkeyfile.c:3697
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "Väärtust '%s' pole võimalik ujukomalise väärtusena kasutada."
+#: glib/gkeyfile.c:3721
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Väärtust '%s' pole võimalik tõeväärtusena kasutada."
+#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
+#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "%s-le edastati liiga suur loendi väärtus"
+#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "Voog on juba suletud"
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
+#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "Operatsioon tühistati"
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "Tundmatu tüüp"
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr "%s failitüüp"
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr "%s tüüp"
+#: gio/gdatainputstream.c:311
msgid "Unexpected early end-of-stream"
msgstr "Ootamatult varajane voolõpp"
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Nimeta"
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "Töölauafail ei määra Exec-välja"
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
"Rakenduse käivitamiseks vajalikku terminalprogrammi pole võimalik leida"
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Kasutaja rakenduse seadistustekataloogi %s pole võimalik luua: %s"
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Kasutaja MIME-seadistustekataloogi %s pole võimalik luua: %s"
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Kasutaja töölauafaili %s pole võimalik luua"
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "%s oma definitsioon"
+#: gio/gdrive.c:409
msgid "drive doesn't implement eject"
msgstr "seade ei toeta väljastamist"
#. Translators: This is an error
#. * message for drive objects that
#. * don't implement any of eject or eject_with_operation.
+#: gio/gdrive.c:489
msgid "drive doesn't implement eject or eject_with_operation"
msgstr "seade ei toeta ei väljastamist ega väljastamist koos operatsiooniga"
+#: gio/gdrive.c:566
msgid "drive doesn't implement polling for media"
msgstr "seade ei toeta meediumi olemasolu pärimist"
+#: gio/gdrive.c:771
msgid "drive doesn't implement start"
msgstr "seade ei toeta käivitamist"
+#: gio/gdrive.c:873
msgid "drive doesn't implement stop"
msgstr "seade ei toeta seiskamist"
+#: gio/gemblem.c:325
#, c-format
msgid "Can't handle version %d of GEmblem encoding"
msgstr "GEmblem'i kodeeringu versioonid %d pole võimalik käsitseda"
+#: gio/gemblem.c:335
#, c-format
msgid "Malformed number of tokens (%d) in GEmblem encoding"
msgstr "Vigane märgiste arv (%d) GEmblem'i kodeeringus"
+#: gio/gemblemedicon.c:296
#, c-format
msgid "Can't handle version %d of GEmblemedIcon encoding"
msgstr "GEmblemedIcon'i kodeeringu versiooni %d pole võimalik käsitseda"
+#: gio/gemblemedicon.c:306
#, c-format
msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding"
msgstr "Vigane märgiste arv (%d) GEmblemedIcon'i kodeeringus"
+#: gio/gemblemedicon.c:329
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "Oodati GEmblem'i GEmblemedIcon'i jaoks"
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
+#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Operatsioon ei ole toetatud"
@@ -973,95 +1269,128 @@ msgstr "Operatsioon ei ole toetatud"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "Sisalduvat haaget pole olemas"
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Kataloogi peale pole võimalik kopeerida"
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "Kataloogi pole võimalik kataloogi peale kopeerida"
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "Sihtfail on olemas"
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "Kataloogi pole võimalik rekursiivselt kopeerida"
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "Erifaili pole võimalik kopeerida"
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "Määrati vigane nimeviida väärtus"
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "Prügikast pole toetatud"
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Failinimed ei tohi sisaldada märki '%c'"
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "köide ei toeta haakimist"
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "Selle faili käsitlemiseks pole rakendust registreeritud"
+#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "Nummerdaja on suletud"
+#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
+#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "Failide nummerdajat kasutatakse väljastpoolt"
+#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "Failinummerdaja on juba suletud"
+#: gio/gfileicon.c:237
#, c-format
msgid "Can't handle version %d of GFileIcon encoding"
msgstr "GFileIcon'i kodeeringu versioonid %d pole võimalik käsitseda"
+#: gio/gfileicon.c:247
msgid "Malformed input data for GFileIcon"
msgstr "Vigaselt vormindatud andmed GFileIcon'i jaoks"
+#: gio/gfileinputstream.c:155 gio/gfileinputstream.c:422
+#: gio/gfileiostream.c:171 gio/gfileoutputstream.c:170
+#: gio/gfileoutputstream.c:525
msgid "Stream doesn't support query_info"
msgstr "Voog ei toeta query_info't"
+#: gio/gfileinputstream.c:337 gio/gfileiostream.c:389
+#: gio/gfileoutputstream.c:383
msgid "Seek not supported on stream"
msgstr "Voogu pole võimalik kerida"
+#: gio/gfileinputstream.c:381
msgid "Truncate not allowed on input stream"
msgstr "Sisendvoo kärpimine pole lubatud"
+#: gio/gfileiostream.c:465 gio/gfileoutputstream.c:459
msgid "Truncate not supported on stream"
msgstr "Andmevoo kärpimine pole toetatud"
+#: gio/gicon.c:324
#, c-format
msgid "Wrong number of tokens (%d)"
msgstr "Vale arv märgiseid (%d)"
+#: gio/gicon.c:344
#, c-format
msgid "No type for class name %s"
msgstr "Klassinimel %s puudub tüüp"
+#: gio/gicon.c:354
#, c-format
msgid "Type %s does not implement the GIcon interface"
msgstr "Tüüp %s ei toeta GIcon liidest"
+#: gio/gicon.c:365
#, c-format
msgid "Type %s is not classed"
msgstr "Liik %s pole klassifitseeritud"
+#: gio/gicon.c:379
#, c-format
msgid "Malformed version number: %s"
msgstr "Vigaselt vormindatud versiooninumber: %s"
+#: gio/gicon.c:393
#, c-format
msgid "Type %s does not implement from_tokens() on the GIcon interface"
msgstr "Tüüp %s ei toeta from_tokens() funktsiooni GIcon liidese jaoks"
+#: gio/gicon.c:469
msgid "Can't handle the supplied version the icon encoding"
msgstr "Antud ikooni kodeerimise versiooni pole võimalik käsitseda"
+#: gio/ginputstream.c:195
msgid "Input stream doesn't implement read"
msgstr "Sisendvoog ei toeta lugemist"
@@ -1071,467 +1400,614 @@ msgstr "Sisendvoog ei toeta lugemist"
#. 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:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "Voogu juba kasutatakse väljastpoolt"
+#: gio/ginetsocketaddress.c:182 gio/ginetsocketaddress.c:199
+#: gio/gunixsocketaddress.c:174
msgid "Not enough space for socket address"
msgstr "Sokliaadressi jaoks ei ole piisavalt vaba ruumi"
+#: gio/ginetsocketaddress.c:212
msgid "Unsupported socket address"
msgstr "Toetamata sokliaadress"
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "Vaikimisi kohaliku kataloogimonitori liiki pole võimalik leida"
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Vigane failinimi %s"
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Viga failisüsteemi andmete hankimisel: %s"
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Juurkataloogi nime pole võimalik muuta"
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Viga faili nime muutmisel: %s"
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "Faili pole võimalik ümber nimetada, failinimi on juba olemas"
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
+#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
+#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Vigane failinimi"
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Viga avamisel: %s"
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Kataloogi pole võimalik avada"
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Viga faili eemaldamisel: %s"
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "Viga faili prügikasti viskamisel: %s"
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Prügikataloogi %s pole võimalik luua: %s"
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "Prügikasti ülemise taseme kataloogi pole võimalik leida"
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "Prügikasti kataloogi pole võimalik leida või luua"
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Prügiinfo faili pole võimalik luua: %s"
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Faili pole võimalik prügikasti visata: %s"
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "Viga kataloogi loomisel: %s"
+#: gio/glocalfile.c:2151
#, c-format
msgid "Filesystem does not support symbolic links"
msgstr "Failisüsteem ei toeta nimeviitasid"
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Viga nimeviida loomisel: %s"
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Viga faili ümbertõstmisel: %s"
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Kataloogi pole võimalik kataloogi peale liigutada"
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
+#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
+#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Tõrge varufaili loomisel"
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Viga sihtfaili eemaldamisel: %s"
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "Erinevate haakeseadmete vahel liigutamine pole toetatud"
+#: gio/glocalfileinfo.c:721
msgid "Attribute value must be non-NULL"
msgstr "Rekvisiidi väärtus ei tohi olla NULL"
+#: gio/glocalfileinfo.c:728
msgid "Invalid attribute type (string expected)"
msgstr "Vigane rekvisiidi tüüp (oodatakse stringi)"
+#: gio/glocalfileinfo.c:735
msgid "Invalid extended attribute name"
msgstr "Vigane laiendatud rekvisiidi nimi"
+#: gio/glocalfileinfo.c:775
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Viga laiendatud rekvisiidi '%s' seadmisel: %s"
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Viga faili '%s' kohta andmete hankimisel: %s"
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (vigane kodeering)"
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Viga failideskriptori kohta andmete hankimisel: %s"
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Vigane rekvisiidi tüüp (oodatakse tüüpi uint32)"
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Vigane rekvisiidi tüüp (oodatakse tüüpi uint64)"
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Vigane rekvisiidi tüüp (oodatakse baitstringi)"
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "Nimeviitadele pole võimalik pääsuõiguseid määrata"
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Viga pääsuõiguste määramisel: %s"
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Viga omaniku seadmisel: %s"
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "nimeviit ei tohi olla NULL"
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Viga nimeviida seadmisel: %s"
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "Viga nimeviida seadmisel: fail pole nimeviide"
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "Viga muutmise või kasutamise aja määramisel: %s"
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinuxi kontekst ei tohi olla NULL"
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Viga SELinuxi konteksti seadmisel: %s"
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux pole selles süsteemis lubatud"
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Rekvisiidi %s seadmine pole toetatud"
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Viga failist lugemisel: %s"
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Viga faili kerimisel: %s"
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Viga faili sulgemisel: %s"
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "Failimonitori vaikimisi tüüpi pole võimalik leida"
+#: gio/glocalfileoutputstream.c:181 gio/glocalfileoutputstream.c:214
+#: gio/glocalfileoutputstream.c:722
#, c-format
msgid "Error writing to file: %s"
msgstr "Viga faili kirjutamisel: %s"
+#: gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Viga vana varuviite eemaldamisel: %s"
+#: gio/glocalfileoutputstream.c:276 gio/glocalfileoutputstream.c:289
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Viga varukoopia loomisel: %s"
+#: gio/glocalfileoutputstream.c:307
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Viga ajutise faili nime muutmisel: %s"
+#: gio/glocalfileoutputstream.c:495 gio/glocalfileoutputstream.c:1056
#, c-format
msgid "Error truncating file: %s"
msgstr "Viga faili kärpimisel: %s"
+#: gio/glocalfileoutputstream.c:556 gio/glocalfileoutputstream.c:609
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:794
+#: gio/glocalfileoutputstream.c:1037 gio/glocalfileoutputstream.c:1136
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Viga faili '%s' avamisel: %s"
+#: gio/glocalfileoutputstream.c:825
msgid "Target file is a directory"
msgstr "Sihtfail on kataloog"
+#: gio/glocalfileoutputstream.c:830
msgid "Target file is not a regular file"
msgstr "Sihtfail pole tavaline fail"
+#: gio/glocalfileoutputstream.c:842
msgid "The file was externally modified"
msgstr "Faili muudeti väljaspool"
+#: gio/glocalfileoutputstream.c:1021
#, c-format
msgid "Error removing old file: %s"
msgstr "Viga vana faili eemaldamisel: %s"
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:553
msgid "Invalid GSeekType supplied"
msgstr "Pakutud GSeekType pole sobiv"
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:563
msgid "Invalid seek request"
msgstr "Sobimatu kerimise päring"
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "GMemoryInputStream'i pole võimalik kärpida"
+#: gio/gmemoryoutputstream.c:290
msgid "Reached maximum data array limit"
msgstr "Masiivi suurima suuruse piir ületati"
+#: gio/gmemoryoutputstream.c:325
msgid "Memory output stream not resizable"
msgstr "Mäluväljundi voo suurus pole muudetav"
+#: gio/gmemoryoutputstream.c:341
msgid "Failed to resize memory output stream"
msgstr "Mäluväljundi voo suuruse muutmine nurjus"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "haage ei toeta lahtihaakimist"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "haage ei toeta väljastamist"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "haage ei toeta ei lahtihaakimist ega lahtihaakimist koos toiminguga"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "haage ei toeta ei väljastamist ega väljastamist koos toiminguga"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+msgid "mount doesn't implement \"remount\""
msgstr "haage ei toeta taashaakimist"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
+#: gio/gmount.c:828
msgid "mount doesn't implement content type guessing"
msgstr "haage ei toeta sisuliigi arvamist"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "haage ei toeta sünkroonset sisutüübi arvamist"
+#: gio/gnetworkaddress.c:295
#, c-format
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "Hostinimi '%s' sisaldab '[' aga mitte ']'"
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "Väljundvoog ei toeta kirjutusoperatsiooni"
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "Lähtevoog on juba suletud"
+#: gio/gresolver.c:736
#, c-format
msgid "Error resolving '%s': %s"
msgstr "Viga '%s' lahendamisel: %s"
+#: gio/gresolver.c:786
#, c-format
msgid "Error reverse-resolving '%s': %s"
msgstr "Viga '%s' pöördlahendamisel: %s"
+#: gio/gresolver.c:821 gio/gresolver.c:899
#, c-format
msgid "No service record for '%s'"
msgstr "'%s' teenuskirje puudub"
+#: gio/gresolver.c:826 gio/gresolver.c:904
#, c-format
msgid "Temporarily unable to resolve '%s'"
msgstr "Ajutiselt ei suudeta '%s' lahendada"
+#: gio/gresolver.c:831 gio/gresolver.c:909
#, c-format
msgid "Error resolving '%s'"
msgstr "Viga '%s' lahendamisel"
+#: gio/gsocket.c:277
msgid "Invalid socket, not initialized"
msgstr "Vigane sokkel, käivitamata"
+#: gio/gsocket.c:284
#, c-format
msgid "Invalid socket, initialization failed due to: %s"
msgstr "Vigane sokkel, käivitamine nurjus kuna: %s"
+#: gio/gsocket.c:292
msgid "Socket is already closed"
msgstr "Sokkel on juba suletud"
+#: gio/gsocket.c:405
#, c-format
msgid "creating GSocket from fd: %s"
msgstr "GSocketi loomine fd-st: %s"
+#: gio/gsocket.c:439 gio/gsocket.c:453 gio/gsocket.c:1911
#, c-format
msgid "Unable to create socket: %s"
msgstr "Soklit pole võimalik luua: %s"
+#: gio/gsocket.c:439
msgid "Unknown protocol was specified"
msgstr "Etteantud protokoll on tundmatu"
+#: gio/gsocket.c:758
msgid "Cancellable initialization not supported"
msgstr "Tühistatav käivitamine ei ole toetatud"
+#: gio/gsocket.c:1112
#, c-format
msgid "could not get local address: %s"
msgstr "kohalikku aadressi ei suudeta määrata: %s"
+#: gio/gsocket.c:1145
#, c-format
msgid "could not get remote address: %s"
msgstr "kaugaadressi ei suudeta määrata: %s"
+#: gio/gsocket.c:1203
#, c-format
msgid "could not listen: %s"
msgstr "pole võimalik kuulata: %s"
+#: gio/gsocket.c:1277
#, c-format
msgid "Error binding to address: %s"
msgstr "Viga aadressile sidumisel: %s"
+#: gio/gsocket.c:1397
#, c-format
msgid "Error accepting connection: %s"
msgstr "Viga ühendusega nõustumisel: %s"
+#: gio/gsocket.c:1510
msgid "Error connecting: "
msgstr "Viga ühendumisel: "
+#: gio/gsocket.c:1514
msgid "Connection in progress"
msgstr "Ã?hendumise edenemine"
+#: gio/gsocket.c:1519
#, c-format
msgid "Error connecting: %s"
msgstr "Viga ühendumisel: %s"
+#: gio/gsocket.c:1559
#, c-format
msgid "Unable to get pending error: %s"
msgstr "Aktiivset viga pole võimalik saada: %s"
+#: gio/gsocket.c:1655
#, c-format
msgid "Error receiving data: %s"
msgstr "Viga andmete vastuvõtmisel: %s"
+#: gio/gsocket.c:1798
#, c-format
msgid "Error sending data: %s"
msgstr "Viga andmete saatmisel: %s"
+#: gio/gsocket.c:1990
#, c-format
msgid "Error closing socket: %s"
msgstr "Viga sokli sulgemisel: %s"
+#: gio/gsocket.c:2475
#, c-format
msgid "Waiting for socket condition: %s"
msgstr "Sokli ülesseadmise ootamine: %s"
+#: gio/gsocket.c:2714 gio/gsocket.c:2795
#, c-format
msgid "Error sending message: %s"
msgstr "Viga sõnumi saatmisel: %s"
+#: gio/gsocket.c:2739
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage pole windows-platvormil toetatud"
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "Viga sõnumi vastuvõtmisel: %s"
+#: gio/gsocketclient.c:521 gio/gsocketclient.c:770
msgid "Unknown error on connect"
msgstr "Tundmatu viga ühendumisel"
+#: gio/gsocketlistener.c:192
msgid "Listener is already closed"
msgstr "Kuulaja on juba suletud"
+#: gio/gsocketlistener.c:233
msgid "Added socket is closed"
msgstr "Lisatud sokkel on suletud"
+#: gio/gthemedicon.c:499
#, c-format
msgid "Can't handle version %d of GThemedIcon encoding"
msgstr "GThemedIcon kodeeringu versiooni %d pole võimalik käsitseda"
+#: gio/gunixconnection.c:151
#, c-format
msgid "Expecting 1 control message, got %d"
msgstr "Eeldati ühte kontrollsõnumit, aga saadi %d"
+#: gio/gunixconnection.c:164
msgid "Unexpected type of ancillary data"
msgstr "Ootamatu kõrvalteabe tüüp"
+#: gio/gunixconnection.c:182
#, c-format
msgid "Expecting one fd, but got %d\n"
msgstr "Eeldati ühte fd-d, aga saadi %d\n"
+#: gio/gunixconnection.c:198
msgid "Received invalid fd"
msgstr "Saadi vigane fd"
+#: gio/gunixinputstream.c:354 gio/gunixinputstream.c:374
+#: gio/gunixinputstream.c:452 gio/gunixoutputstream.c:439
#, c-format
msgid "Error reading from unix: %s"
msgstr "Viga unix'ist lugemisel: %s"
+#: gio/gunixinputstream.c:407 gio/gunixinputstream.c:589
+#: gio/gunixoutputstream.c:394 gio/gunixoutputstream.c:545
#, c-format
msgid "Error closing unix: %s"
msgstr "Viga unix'i sulgemisel: %s"
+#: gio/gunixmounts.c:1846 gio/gunixmounts.c:1883
msgid "Filesystem root"
msgstr "Failisüsteemi juurikas"
+#: gio/gunixoutputstream.c:340 gio/gunixoutputstream.c:361
#, c-format
msgid "Error writing to unix: %s"
msgstr "Viga unix'isse kirjutamisel: %s"
+#: gio/gunixsocketaddress.c:182
msgid "Abstract unix domain socket addresses not supported on this system"
msgstr ""
"Abstraktse unix-domeeni sokliaadressid ei ole sellel süsteemil toetatud"
+#: gio/gvolume.c:452
msgid "volume doesn't implement eject"
msgstr "kõide ei toeta lahtihaakimist"
#. Translators: This is an error
#. * message for volume objects that
#. * don't implement any of eject or eject_with_operation.
+#: gio/gvolume.c:531
msgid "volume doesn't implement eject or eject_with_operation"
msgstr "köide ei toeta haakimist või haakimist koos tegevusega"
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr "Rakendust pole võimalik leida"
+#: gio/gwin32appinfo.c:300
#, c-format
msgid "Error launching application: %s"
msgstr "Viga rakenduse käivitamisel: %s"
+#: gio/gwin32appinfo.c:336
msgid "URIs not supported"
msgstr "URI-d ei ole toetatud"
+#: gio/gwin32appinfo.c:358
msgid "association changes not supported on win32"
msgstr "seose muutmine pole win32 keskkonnas toetatud"
+#: gio/gwin32appinfo.c:370
msgid "Association creation not supported on win32"
msgstr "Seose loomine pole win32 keskkonnas toetatud"
diff --git a/po/eu.po b/po/eu.po
index dd98ea2..7e56c64 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: eu\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-02 18:19+0200\n"
"Last-Translator: Iñaki Larrañaga Murgoitio <dooteo euskalgnu org>\n"
"Language-Team: Basque <itzulpena euskalgnu org>\n"
@@ -91,70 +91,70 @@ msgstr "'%s' izeneko aplikaziorik ez du erregistratu laster-markarik '%s'(e)n"
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:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, 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:441 glib/gconvert.c:519
#, 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:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Byten sekuentzia baliogabea bihurketa-sarreran"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Errorea bihurtzean: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Karaktere-sekuentzia partziala sarreraren amaieran"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Ezin da '%s' atzerapena '%s' kode-multzo bihurtu"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, 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:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Baliteke '%s' URI fitxategi lokalak '#' ez edukitzea"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "'%s' URI baliogabea da"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "'%s' URIaren ostalari-izena baliogabea da"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "'%s' URIak ihes-karaktere baliogabeak ditu"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "'%s' bide-izena ez da bide-izen absolutua"
#
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Ostalari-izen baliogabea"
@@ -163,130 +163,145 @@ msgstr "Ostalari-izen baliogabea"
msgid "Error opening directory '%s': %s"
msgstr "Errorea '%s' direktorioa irekitzean: %s "
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, 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:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Errorea '%s' fitxategia irakurtzean: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "\"%s\" fitxategia handiegia da"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Ezin izan da '%s' fitxategitik irakurri: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Ezin izan da '%s' fitxategia ireki: %s "
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, 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:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr ""
"Ezin izan da '%s' fitxategia ireki, fdopen() funtzioak huts egin du: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, 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:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Ezin izan da '%s' fitxategia sortu: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, 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:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr ""
"Ezin izan da '%s' fitxategia idatzi, fwrite() funtzioak huts egin du: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr ""
"Huts egin du '%s' fitxategia idaztean: fflush() funtzioak huts egin du: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr ""
"Huts egin du '%s' fitxategia idaztean: fsync() funtzioak huts egin du: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, 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:1117
+#: glib/gfileutils.c:1124
#, 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"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "'%s' txantiloia baliogabea da, ez luke '%s' eduki behar"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "'%s' txantiloiak ez dauka: XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ezin izan da '%s' esteka sinbolikorik irakurri: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Esteka sinbolikoak ez dira onartzen"
@@ -554,7 +569,7 @@ msgid "the pattern contains items not supported for partial matching"
msgstr ""
"ereduak zenbait elementu ditu bat etortze partzialetan onartzen ez direnak"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "barneko errorea"
@@ -1155,17 +1170,17 @@ msgstr "'%s' balioa ezin da bolear gisa interpretatu"
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "Zenbaketaren balio handiegia honi pasatuta: %s"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "Korrontea jadanik itxita dago"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "Eragiketa bertan behera utzi da"
@@ -1188,35 +1203,35 @@ msgstr "%s mota"
msgid "Unexpected early end-of-stream"
msgstr "Ustekabeko korronte-amaiera azkarregia"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Izenbagea"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "Mahaigaineko fitxategiak ez du Exec eremua zehaztu"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "Ezin izan da aplikazioak eskatzen duen terminala aurkitu"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
"Ezin da erabiltzailearen aplikazioaren %s konfigurazio-karpeta sortu: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, 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:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Ezin da erabiltzailearen mahaigaineko %s fitxategia sortu"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "%s(r)en definizio pertsonalizatua"
@@ -1268,13 +1283,13 @@ msgstr "Gaizki osatutako token kopurua (%d) GEmblemedIcon kodeketan"
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "GEmblen espero zen GEmblemedIcon-entzako"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Eragiketa ez dago onartuta"
@@ -1287,49 +1302,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "Ontziaren muntaia ez da existitzen"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Ezin da direktorioaren gainean kopiatu"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "Ezin da direktorioa kopiatu direktorio gainean"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "Helburuko fitxategia existitzen da"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "Ezin da direktorioa errekurtsiboki kopiatu"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "Ezin da fitxategi berezia kopiatu"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "Esteka sinbolikoaren baliogabeko balioa eman da"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "Zakarrontzira botatzea ez dago onartuta"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Fitxategi-izenek ezin dute '%c' eduki"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "bolumenak ez dauka muntatzea inplementatuta"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "Ez da aplikaziorik erregistratu fitxategi hau kudeatzeko"
@@ -1418,7 +1433,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "Korronteak eragiketa bat du lanean"
@@ -1431,116 +1446,121 @@ msgstr "Ez dago nahikoa lekurik socket helbideentzako"
msgid "Unsupported socket address"
msgstr "Onartu gabeko socket helbidea"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "Ezin da lokaleko direktorio lehenetsiaren monitorizazio mota aurkitu"
#
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "%s fitxategi-izen baliogabea"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Errorea fitxategi-sistemako informazioa lortzean: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Ezin da erroko direktorioa izenez aldatu"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Errorea fitxategia izenez aldatzean: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "Ezin da fitxategia izenez aldatu, fitxategi-izena badago lehendik ere"
#
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Fitxategi-izen baliogabea"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Errorea fitxategia irekitzean: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Ezin da direktorioa ireki"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Errorea fitxategia kentzean: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "Errorea fitxategia zakarrontzira botatzean: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Ezin izan da zakarrontziaren '%s' direktorioa sortu: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "Ezin da zakarrontziaren goi-mailako direktorioa aurkitu"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "Ezin da zakarrontziaren direktorioa aurkitu edo sortu"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Ezin da zakarrontziaren informazio-fitxategia sortu: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Ezin da fitxategia zakarrontzira bota: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "Errorea direktorioa sortzean: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Ezin izan da '%s' esteka sinbolikorik irakurri: %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Errorea esteka sinbolikoa sortzean: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Errorea fitxategia lekuz aldatzean: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Ezin da direktorioa lekuz aldatu direktorioaren gainera"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Huts egin du babeskopia sortzean"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Errorea helburuko fitxategia kentzean: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "Muntaien artean lekuz aldatzea ez dago onartuta"
@@ -1561,103 +1581,103 @@ msgstr "Atributu hedatuaren izen baliogabea"
msgid "Error setting extended attribute '%s': %s"
msgstr "Errorea '%s' atributu hedatua ezartzean: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Errorea '%s' fitxategiaren egoera irakurtzean: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (baliogabeko kodeketa)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Errorea fitxategiaren deskriptorearen egoera irakurtzean: %s "
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Baliogabeko atributu mota (uint32 espero zen)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Baliogabeko atributu mota (uint64 espero zen)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Baliogabeko atributu mota (byte katea espero zen)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "Ezin da baimenik ezarri esteka sinbolikoetan"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Errorea baimenak ezartzean: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Errorea jabea ezartzean: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "esteka sinbolikoak NULL-en desberdina izan behar du"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Errorea esteka sinbolikoa ezartzean: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Errorea esteka sinbolikoa ezartzean: fitxategia ez da esteka sinboliko bat"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "Errorea eraldaketa edo atzipen ordua ezartzean: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux testuinguruak NULL-en desberdina izan behar du"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Errorea SELinux testuingurua ezartzean: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux ez dago gaituta sistema honetan"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "%s atributuaren ezarpena ez dago onartuta"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Errorea fitxategitik irakurtzean: %s "
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Errorea fitxategian bilatzean: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Errorea fitxategia ixtean: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "Ezin da lokaleko fitxategi lehenetsiaren monitorizazio mota aurkitu"
@@ -1739,22 +1759,25 @@ 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:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+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:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "muntaiak ez dauka 'egotzi' inplementatuta"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
"muntaiak ez dauka 'desmuntatzea' edo 'desmuntatu eragiketarekin' "
"inplementatuta"
@@ -1762,28 +1785,30 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "muntaiak ez dauka 'egotzi' edo 'egotzi eragiketarekin' inplementatuta"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "muntaiak ez dauka eduki mota sinkronoa asmatzea inplementatuta"
@@ -1792,11 +1817,11 @@ msgstr "muntaiak ez dauka eduki mota sinkronoa asmatzea inplementatuta"
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "'%s' ostalariak '['baina ez']' dauka"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "Irteerako korronteak ez dauka idaztea inplementatuta"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "Iturburuko korrontea jadanik itxi da"
@@ -1928,7 +1953,7 @@ msgstr "Errorea mezua bidaltzean: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage ez da windows sisteman onartzen"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "Errorea mezua jasotzean: %s"
diff --git a/po/fa.po b/po/fa.po
index cc24df6..3383e28 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2006-09-04 18:36+0330\n"
"Last-Translator: Roozbeh Pournader <roozbeh farsiweb info>\n"
"Language-Team: Persian\n"
@@ -86,69 +86,69 @@ msgstr "برÙ?اÙ?Ù?â??اÛ? با Ù?اÙ? «%s» Ú?Ù?بâ??اÙ?Ù?Û? براÛ? «â??%
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Ø®Ù?اÙ?دÙ? Ù¾Û?Ù?Ù?د Ù?Ù?ادÛ? «â??%s» شکست Ø®Ù?رد: %s"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "تبدÛ?Ù? از Ù?جÙ?Ù?عÙ?â??Ù?Ù?Û?سÙ?Ù? «%s» بÙ? «%s» پشتÛ?باÙ?Û? Ù?Ù?Û?â??Ø´Ù?د"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Ù?Ù?Û?â??تÙ?اÙ? Ù?بدÙ? «%s» بÙ? «%s» را باز کرد"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "دÙ?باÙ?Ù?Ù? باÛ?تÛ? Ù?اÙ?عتبر در Ù?رÙ?دÛ? تبدÛ?Ù?"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "خطا در ØÛ?Ù? تبدÛ?Ù?: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "دÙ?باÙ?Ù? Ù?Ù?Û?سÙ?Ù? Ù?اتÙ?اÙ? در اÙ?تÙ?اÛ? Ù?رÙ?دÛ?"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Ù?Ù?Û?â??تÙ?اÙ? عÙ?بâ??Ù?Ø´Û?Ù?Û? «%s» را بÙ? Ù?جÙ?Ù?عÙ? کد «%s» تبدÛ?Ù? کرد"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "Ù?شاÙ?Û? «â??%s» Û?Ú© Ù?شاÙ?Û? اÛ?Ù?ترÙ?تÛ? Ù?Ø·Ù?Ù? با Ø´Ù?Ù?اÛ? «پرÙ?Ù?دÙ?» Ù?Û?ست"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Ù?شاÙ?Û? پرÙ?Ù?دÙ?Ù? Ù?ØÙ?Û? «â??%s» Ù?Ù?Û?â??تÙ?اÙ?د «#» داشتÙ? باشد"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "Ù?شاÙ?Û? اÛ?Ù?ترÙ?تÛ? «%s» Ù?اÙ?عتبر است"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Ù?اÙ? Ù?Û?زباÙ? Ù?شاÙ?Û? اÛ?Ù?ترÙ?تÛ? «â??%s» Ù?اÙ?عتبر است"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Ù?شاÙ?Û? اÛ?Ù?ترÙ?تÛ? «â??%s» Ù?Ù?Û?سÙ?â??Ù?اÛ? گرÛ?ختÙ?Ù? Ù?اÙ?عتبر دارد"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Ù?اÙ? Ù?سÛ?ر «â??%s» Û?Ú© Ù?سÛ?ر Ù?Ø·Ù?Ù? Ù?Û?ست"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Ù?اÙ? Ù?Û?زباÙ? Ù?اÙ?عتبر"
@@ -157,119 +157,134 @@ msgstr "Ù?اÙ? Ù?Û?زباÙ? Ù?اÙ?عتبر"
msgid "Error opening directory '%s': %s"
msgstr "خطا در باز کردÙ? شاخÙ?Ù? «â??%s»â??: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Ù?Ù?Û?â??تÙ?اÙ? %Ilu باÛ?ت براÛ? Ø®Ù?اÙ?دÙ? پرÙ?Ù?دÙ?Ù? «â??%s» تخصÛ?ص داد"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "خطا در Ø®Ù?اÙ?دÙ? پرÙ?Ù?دÙ?Ù? «â??%s»â??: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Ø®Ù?اÙ?دÙ? از پرÙ?Ù?دÙ?Ù? «â??%s» شکست Ø®Ù?رد: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "باز کردÙ? پرÙ?Ù?دÙ?Ù? «â??%s» شکست Ø®Ù?رد: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "گرÙ?تÙ? Ù?شخصÙ?â??Ù?اÛ? پرÙ?Ù?دÙ?Ù? «â??%s» شکست Ø®Ù?رد: fstat()â?? شکست Ø®Ù?رد: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "باز کردÙ? پرÙ?Ù?دÙ?Ù? «â??%s» شکست Ø®Ù?رد: fdopen()â?? شکست Ø®Ù?رد: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "تغÛ?Û?ر دادÙ? Ù?اÙ? پرÙ?Ù?دÙ?Ù? «â??%s» بÙ? «â??%s» شکست Ø®Ù?رد: g_rename()â?? شکست Ø®Ù?رد: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "اÛ?جاد پرÙ?Ù?دÙ?Ù? «â??%s» شکست Ø®Ù?رد: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "باز کردÙ? پرÙ?Ù?دÙ?Ù? «â??%s» براÛ? Ù?Ù?شتÙ? شکست Ø®Ù?رد: fdopen()â?? شکست Ø®Ù?رد: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Ù?Ù?شتÙ? پرÙ?Ù?دÙ?Ù? «â??%s» شکست Ø®Ù?رد: fdwrite()â?? شکست Ø®Ù?رد: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Ù?Ù?شتÙ? پرÙ?Ù?دÙ?Ù? «â??%s» شکست Ø®Ù?رد: fdwrite()â?? شکست Ø®Ù?رد: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Ù?Ù?شتÙ? پرÙ?Ù?دÙ?Ù? «â??%s» شکست Ø®Ù?رد: fdwrite()â?? شکست Ø®Ù?رد: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "بستÙ? پرÙ?Ù?دÙ?Ù? «â??%s» شکست Ø®Ù?رد: fclose()â?? شکست Ø®Ù?رد: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Ù?Ù?Û?â??تÙ?اÙ? پرÙ?Ù?دÙ?Ù? Ù?Ù?جÙ?د «â??%s» را جذÙ? کرد: g_unlink() شکست Ø®Ù?رد: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Ù?اÙ?ب «%s» Ù?اÙ?عتبر استØ? Ù?باÛ?د «%s» داشتÙ? باشد"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Ù?اÙ?ب «%s» ØاÙ?Û? XXXXXX Ù?Û?ست"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, c-format
+msgid "%.1f TB"
+msgstr ""
+
+#: glib/gfileutils.c:1802
+#, c-format
+msgid "%.1f PB"
+msgstr ""
+
+#: glib/gfileutils.c:1807
+#, c-format
+msgid "%.1f EB"
+msgstr ""
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ø®Ù?اÙ?دÙ? Ù¾Û?Ù?Ù?د Ù?Ù?ادÛ? «â??%s» شکست Ø®Ù?رد: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Ù¾Û?Ù?Ù?دÙ?اÛ? Ù?Ù?ادÛ? پشتÛ?باÙ?Û? Ù?Ù?Û?â??Ø´Ù?Ù?د"
@@ -528,7 +543,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr ""
@@ -1120,17 +1135,17 @@ msgstr "Ù?Ù?دار «%s» را Ù?Ù?Û?â??تÙ?اÙ? بÙ? Ù?Ù?دار بÙ?Ù?Û? تÙ?س
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr ""
@@ -1154,34 +1169,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1233,13 +1248,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1253,50 +1268,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr ""
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr ""
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr ""
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
#, fuzzy
msgid "Trash not supported"
msgstr "Ù¾Û?Ù?Ù?دÙ?اÛ? Ù?Ù?ادÛ? پشتÛ?باÙ?Û? Ù?Ù?Û?â??Ø´Ù?Ù?د"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
#, fuzzy
msgid "No application is registered as handling this file"
msgstr "برÙ?اÙ?Ù?â??اÛ? با Ù?اÙ? «%s» Ú?Ù?بâ??اÙ?Ù?Û? براÛ? «â??%s» ثبت Ù?کردÙ? است"
@@ -1386,7 +1401,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr ""
@@ -1399,115 +1414,120 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Ù?اÙ? برÙ?اÙ?Ù?Ù? Ù?اÙ?عتبر: %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, fuzzy, c-format
msgid "Error getting filesystem info: %s"
msgstr "خطا در Ø®Ù?اÙ?دÙ? پرÙ?Ù?دÙ?Ù? «â??%s»â??: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr ""
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "خطا در Ø®Ù?اÙ?دÙ? پرÙ?Ù?دÙ?Ù? «â??%s»â??: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
#, fuzzy
msgid "Invalid filename"
msgstr "Ù?اÙ? Ù?Û?زباÙ? Ù?اÙ?عتبر"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "خطا در Ø®Ù?اÙ?دÙ? پرÙ?Ù?دÙ?Ù? «â??%s»â??: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "خطا در Ø®Ù?اÙ?دÙ? پرÙ?Ù?دÙ?Ù? «â??%s»â??: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "خطا در Ø®Ù?اÙ?دÙ? پرÙ?Ù?دÙ?Ù? «â??%s»â??: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "اÛ?جاد پرÙ?Ù?دÙ?Ù? «â??%s» شکست Ø®Ù?رد: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "اÛ?جاد پرÙ?Ù?دÙ?Ù? «â??%s» شکست Ø®Ù?رد: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "اÛ?جاد پرÙ?Ù?دÙ?Ù? «â??%s» شکست Ø®Ù?رد: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "خطا در باز کردÙ? شاخÙ?Ù? «â??%s»â??: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Ø®Ù?اÙ?دÙ? Ù¾Û?Ù?Ù?د Ù?Ù?ادÛ? «â??%s» شکست Ø®Ù?رد: %s"
+
+#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "خطا در تجزÛ?Ù?Ù? گزÛ?Ù?Ù?Ù? %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "خطا در Ø®Ù?اÙ?دÙ? پرÙ?Ù?دÙ?Ù? «â??%s»â??: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "خطا در Ø®Ù?اÙ?دÙ? پرÙ?Ù?دÙ?Ù? «â??%s»â??: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr ""
@@ -1529,103 +1549,103 @@ msgstr "Ù?Ù?شتار بÙ?â??Ø·Ù?ر غÛ?رÙ?Ù?تظرÙ?â??اÛ? داخÙ? Ù?اÙ? Û?
msgid "Error setting extended attribute '%s': %s"
msgstr "خطا در باز کردÙ? شاخÙ?Ù? «â??%s»â??: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "خطا در Ø®Ù?اÙ?دÙ? پرÙ?Ù?دÙ?Ù? «â??%s»â??: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "خطا در Ø®Ù?اÙ?دÙ? پرÙ?Ù?دÙ?Ù? «â??%s»â??: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "خطا در ØÛ?Ù? تبدÛ?Ù?: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "خطا در ØÛ?Ù? تبدÛ?Ù?: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "خطا در ØÛ?Ù? تبدÛ?Ù?: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "خطا در سطر %Id:â?? %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "خطا در ØÛ?Ù? تبدÛ?Ù?: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "خطا در ØÛ?Ù? تبدÛ?Ù?: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Ù¾Û?Ù?Ù?دÙ?اÛ? Ù?Ù?ادÛ? پشتÛ?باÙ?Û? Ù?Ù?Û?â??Ø´Ù?Ù?د"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "خطا در Ø®Ù?اÙ?دÙ? پرÙ?Ù?دÙ?Ù? «â??%s»â??: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "خطا در Ø®Ù?اÙ?دÙ? پرÙ?Ù?دÙ?Ù? «â??%s»â??: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "خطا در Ø®Ù?اÙ?دÙ? پرÙ?Ù?دÙ?Ù? «â??%s»â??: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
@@ -1708,49 +1728,49 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+msgid "mount doesn't implement \"unmount\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+msgid "mount doesn't implement \"eject\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
@@ -1759,11 +1779,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr ""
@@ -1897,7 +1917,7 @@ msgstr "خطا در Ø®Ù?اÙ?دÙ? پرÙ?Ù?دÙ?Ù? «â??%s»â??: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr ""
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "خطا در Ø®Ù?اÙ?دÙ? پرÙ?Ù?دÙ?Ù? «â??%s»â??: %s"
diff --git a/po/fi.po b/po/fi.po
index 866f482..8d9055c 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-12 19:10+0300\n"
"Last-Translator: Tommi Vainikainen <thv iki fi>\n"
"Language-Team: Finnish <gnome-fi-laatu lists sourceforge net>\n"
@@ -90,69 +90,69 @@ msgstr "Sovellus nimeltä â??%sâ?? ei rekisteröinyt kirjanmerkkiä kohteelle
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:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, 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:441 glib/gconvert.c:519
#, 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:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Virheellinen tavusarja muunnettavassa syötteessä"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Virhe muunnoksen aikana: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Osittainen tavusarja syötteen lopussa"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Koodausmerkkijonoa â??%sâ?? ei voi muuntaa merkistöön â??%sâ??"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, 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:1755
+#: glib/gconvert.c:1761
#, 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:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI â??%sâ?? on virheellinen"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI:n â??%sâ?? isäntänimi on virheellinen"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI â??%sâ?? sisältää virheellisesti suojattuja merkkejä"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Polku â??%sâ?? ei ole absoluuttinen"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Virheellinen isäntänimi"
@@ -161,125 +161,140 @@ msgstr "Virheellinen isäntänimi"
msgid "Error opening directory '%s': %s"
msgstr "Virhe hakemiston â??%sâ?? avaamisessa: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, 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:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Virhe tiedoston â??%sâ?? lukemisessa: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "Tiedosto â??%sâ?? on liian suuri"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Tiedoston â??%sâ?? lukeminen epäonnistui: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Tiedoston â??%sâ?? avaaminen epäonnistui: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, 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:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Tiedoston â??%sâ?? avaaminen epäonnistui: fdopen() epäonnistui: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, 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:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Tiedoston â??%sâ?? luominen epäonnistui: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, 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:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Tiedoston â??%sâ?? kirjoittaminen epäonnistui: fwrite() epäonnistui: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Tiedoston â??%sâ?? kirjoittaminen epäonnistui: fflush() epäonnistui: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Tiedoston â??%sâ?? kirjoittaminen epäonnistui: fsync() epäonnistui: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Tiedoston â??%sâ?? sulkeminen epäonnistui: fclose() epäonnistui: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
"Olemassa olevan tiedoston â??%sâ?? poisto epäonnistui: g_unlink epäonnistui: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, 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:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Malli â??%sâ?? ei sisällä merkkijonoa XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u tavu"
msgstr[1] "%u tavua"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f kt"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f Mt"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f Gt"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f kt"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f kt"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f kt"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Symbolisen linkin â??%sâ?? lukeminen epäonnistui: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Symbolisia linkkejä ei tueta"
@@ -542,7 +557,7 @@ 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:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "sisäinen virhe"
@@ -1136,17 +1151,17 @@ msgstr "Arvoa â??%sâ?? ei voida tulkita totuusarvoksi."
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "Liian suuri laskuriarvo välitetty kohteelle %s"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "Virta on jo suljettu"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "Toiminto oli peruttu"
@@ -1169,34 +1184,34 @@ msgstr "%s-tyyppi"
msgid "Unexpected early end-of-stream"
msgstr "Odottamaton aikainen virran loppu"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Nimeämätön"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "Työpöytätiedosto ei määrittele Exec-kenttää"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "Sovelluksen vaatimaa päätettä ei löydy"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, 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:1102
+#: gio/gdesktopappinfo.c:1117
#, 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:1506
+#: gio/gdesktopappinfo.c:1525
#, 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:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "Oma määrittely kohteelle %s"
@@ -1248,13 +1263,13 @@ msgstr "Virheellinen määrä tunnisteita (%d) GEmblemedIcon-koodauksessa"
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "Oletettiin GEmblen kohteelle GEmblemedIcon"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Toiminto ei ole tuettu"
@@ -1267,49 +1282,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "Yllä olevaa liitospistettä ei löydy"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Kansion päälle ei voi kopioida"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "Kansiota ei voi kopioida kansion päälle"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "Kohdetiedosto on olemassa"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "Kansiota ei voi kopioida rekursiivisesti"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "Erikoistiedostoa ei voi kopioida"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "Saatiin virheellinen symbolisen linkin arvo"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "Roskakori ei ole tuettu"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Tiedostonimi ei voi sisältää merkkiä â??%câ??"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "taltio ei toteuta liittämistä"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "Tiedoston käsittelyyn ei ole rekisteröity mitään sovellusta"
@@ -1398,7 +1413,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "Virrassa on toiminto odottamassa"
@@ -1411,114 +1426,119 @@ msgstr "Pistokeosoitteelle ei ole tarpeeksi tilaa"
msgid "Unsupported socket address"
msgstr "Ei-tuettu pistokeosoite"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "Paikallista kansiontarkkailun oletustyyppiä ei voi selvittää"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Virheellinen tiedostonimi %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Virhe haettaessa tietoja tiedostojärjestelmästä: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Juurikansiota ei voi nimetä uudestaan"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Virhe nimettäessä tiedostoa uudestaan: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "Tiedostoa ei voi nimetä uudestaan, tiedosto on jo olemassa"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Virheellinen tiedostonimi"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Virhe avattaessa tiedostoa: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Kansiota ei voi avata"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Virhe poistettaessa tiedostoa: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "Virhe siirrettäessä tiedostoa roskakoriin: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Roskakorikansiota %s ei voi luoda: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "Päätasoa roskakoria varten ei löydy"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "Roskakori kansiota ei löydy tai sitä ei voi luoda"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Roskakorin informaatiotiedostoa ei voi luoda: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Tiedosto ei voi siirtää roskakoriin: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "Virhe luotaessa kansiota: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Symbolisen linkin â??%sâ?? lukeminen epäonnistui: %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Virhe luotaessa symbolista linkkiä: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Virhe siirrettäessä tiedostoa: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Kansiota ei voi siirtää kansion päälle"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Varmuuskopiotiedoston luonti epäonnistui"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Virhe poistettaessa kohdetiedostoa: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "Siirto liitospisteiden välillä ei ole tuettu"
@@ -1539,103 +1559,103 @@ msgstr "Virheellinen laajennetun ominaisuuden nimi"
msgid "Error setting extended attribute '%s': %s"
msgstr "Virhe asetettaessa laajennettua ominaisuutta â??%sâ??: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Virhe tarkkailtaessa tiedostoa â??%sâ??: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (virheellinen merkistökoodaus)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Virhe tarkkailtaessa tiedostokuvaajaa: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Virheellinen ominaisuuden tyyppi (piti olla uint32)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Virheellinen ominaisuuden tyyppi (piti olla uint64)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Virheellinen ominaisuuden tyyppi (piti olla tavujono)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "Symbolisille linkeille ei voi asettaa oikeuksia"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Virhe asetettaessa oikeuksia: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Virhe asetettaessa omistajaa: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "symbolinen linkki ei voi olla NULL"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Virhe asetettaessa symbolista linkkiä: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Virhe asetettaessa symbolista linkkiä: tiedosto ei ole symbolinen linkki"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "Virhe asetettaessa muokkaus- tai käyttöaikaa: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux-konteksti ei voi olla NULL"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Virhe asetettaessa SELinux-kontekstia: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux ei ole käytössä tässä tietokoneessa"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Ominaisuuden %s asetus ei ole tuettu"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Virhe luettaessa tiedostosta: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Virhe siirryttäessä tiedostossa: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Virhe suljettaessa tiedostoa: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "Paikallisen tiedostomonitoroinnin oletustapaa ei voitu selvittää"
@@ -1716,49 +1736,54 @@ msgstr "Muistin tulostevirran koon muutos epäonnistui"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+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:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+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 any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "mount ei toteuta irrottamista (unmount tai unmount_with_operation)"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "mount ei toteuta aseman avaamista (eject tai eject_with_operation)"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "mount ei toteuta synkronista sisältötyypin arvausta"
@@ -1767,11 +1792,11 @@ msgstr "mount ei toteuta synkronista sisältötyypin arvausta"
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "Isäntänimi â??%sâ?? sisältää merkin â??[â??, mutta ei â??]â??"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "Tulostevirta ei toteuta kirjoitusta"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "Lähdevirta on jo suljettu"
@@ -1903,7 +1928,7 @@ msgstr "Virhe lähetettäessä viestiä: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage ei ole tuettu windowis-alustalla"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "Virhe vastaanotettaessa viestiä: %s"
diff --git a/po/fr.po b/po/fr.po
index eb47de2..a6f9809 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-04 00:08+0200\n"
"Last-Translator: Claude Paroz <claude 2xlibre net>\n"
"Language-Team: GNOME French Team <gnomefr traduc org>\n"
@@ -94,73 +94,73 @@ msgstr "Aucune application nommée « %s » n'a enregistré un signet pour «
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "L'expansion de la ligne d'exécution « %s » avec l'URI « %s » a échoué"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr ""
"La conversion du jeu de caractères « %s » vers « %s » n'est pas prise en charge"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Impossible d'ouvrir le convertisseur de « %s » vers « %s »"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Séquence d'octets non valide en entrée du convertisseur"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Erreur lors de la conversion : %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Séquence partielle de caractères à la fin de l'entrée"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr ""
"Impossible de convertir la valeur de rechange « %s » vers le jeu de codes « %"
"s »"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr ""
"L'URI « %s » n'est pas une URI absolue utilisant le schéma de « fichier »"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "L'URI de fichier local « %s » ne peut pas inclure de caractère « # »"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "L'URI « %s » n'est pas valide"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Le nom d'hôte de l'URI « %s » n'est pas valide"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "L'URI « %s » contient des caractères d'échappements non valides"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Le chemin « %s » n'est pas un chemin absolu"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Nom d'hôte non valide"
@@ -169,127 +169,142 @@ msgstr "Nom d'hôte non valide"
msgid "Error opening directory '%s': %s"
msgstr "Erreur à l'ouverture du répertoire « %s » : %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Impossible d'allouer %lu octets pour lire le fichier « %s »"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Erreur de lecture du fichier « %s » : %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "Le fichier « %s » est trop grand"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "La lecture depuis le fichier « %s » a échoué : %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "L'ouverture du fichier « %s » a échoué : %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"L'obtention des attributs du fichier « %s » a échoué : fstat() a échoué : %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "L'ouverture du fichier « %s » a échoué : fdopen() a échoué : %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
"Le renommage du fichier « %s » vers « %s » a échoué : g_rename() a échoué : %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "La création du fichier « %s » a échoué : %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr ""
"L'ouverture du fichier « %s » en écriture a échoué : fdopen() a échoué : %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr ""
"L'ouverture du fichier « %s » en écriture a échoué : fwrite() a échoué : %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr ""
"L'ouverture du fichier « %s » en écriture a échoué : fflush() a échoué : %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr ""
"L'ouverture du fichier « %s » en écriture a échoué : fsync() a échoué : %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "La fermeture du fichier « %s » a échoué : fclose() a échoué : %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
"Le fichier existant « %s » ne peut pas être supprimé : g_unlink() a échoué : %"
"s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Le modèle « %s » n'est pas valide, il ne devrait pas contenir de « %s »"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Le modèle « %s » ne contient pas XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f Kio"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f Mio"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f Gio"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f Kio"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f Kio"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f Kio"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "La lecture du lien symbolique « %s » a échoué : %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Liens symboliques non pris en charge"
@@ -570,7 +585,7 @@ msgstr ""
"le motif contient des éléments non pris en charge par la correspondance "
"partielle"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "erreur interne"
@@ -1188,17 +1203,17 @@ msgstr "La valeur « %s » ne peut pas être interprétée comme un booléen."
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "La valeur de comptage fournie à %s est trop grande"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "Le flux est déjà fermé"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "L'opération a été annulée"
@@ -1221,38 +1236,38 @@ msgstr "Type %s"
msgid "Unexpected early end-of-stream"
msgstr "Fin précoce de flux inattendue"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Sans nom"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "Le fichier Bureau n'a pas indiqué de champ Exec"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "Impossible de trouver le terminal requis par l'application"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
"Impossible de créer le dossier de configuration de l'application %s pour "
"l'utilisateur : %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
"Impossible de créer le dossier de configuration MIME %s pour l'utilisateur : "
"%s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Impossible de créer le fichier bureau %s pour l'utilisateur"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "Définition personnalisée pour %s"
@@ -1305,13 +1320,13 @@ msgstr "Nombre de jetons incorrect (%d) dans le codage GEmblemedIcon"
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "Un GEmblem est attendu pour le GEmblemedIcon"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Opération non prise en charge"
@@ -1324,49 +1339,49 @@ msgstr "Opération non prise en charge"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: gio/gfile.c:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "Le point de montage conteneur n'existe pas"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Impossible de copier par dessus un répertoire"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "Impossible de copier un répertoire par dessus un autre"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "Le fichier cible existe"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "Impossible de copier récursivement un répertoire"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "Impossible de copier le fichier spécial"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "Valeur de lien symbolique donnée non valide"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "La corbeille n'est pas prise en charge"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Les noms de fichiers ne peuvent contenir « %c »"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "le volume n'implémente pas « mount »"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "Aucune application n'est enregistrée pour gérer ce fichier"
@@ -1456,7 +1471,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "Le flux a une opération en cours"
@@ -1469,116 +1484,121 @@ msgstr "Espace insuffisant pour l'adresse de connecteur réseau"
msgid "Unsupported socket address"
msgstr "Adresse de connecteur réseau non prise en charge"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
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:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Nom de fichier non valide : %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Impossible d'obtenir les informations du système de fichiers : %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Impossible de renommer le répertoire racine"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Erreur au renommage du fichier : %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "Impossible de renommer le fichier car ce nom est déjà utilisé"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Nom de fichier non valide"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Erreur à l'ouverture du fichier : %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Impossible d'ouvrir le répertoire"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Erreur à la suppression du fichier : %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "Erreur à la mise à la corbeille du fichier : %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Impossible de créer le répertoire de la corbeille %s : %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "Impossible de trouver le répertoire racine pour la corbeille"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "Impossible de trouver ou créer le répertoire de la corbeille"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr ""
"Impossible de créer le fichier d'informations de mise à la corbeille : %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Impossible de mettre à la corbeille le fichier : %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "Erreur à la création du répertoire : %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "La lecture du lien symbolique « %s » a échoué : %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Erreur lors de la création du lien symbolique : %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Erreur lors du déplacement du fichier : %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Impossible de déplacer un répertoire par dessus un autre"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "La création du fichier de sauvegarde a échoué"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Erreur lors de la suppression du fichier cible : %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "Le déplacement entre des points de montage n'est pas pris en charge"
@@ -1599,105 +1619,105 @@ msgstr "Nom d'attribut étendu non valide"
msgid "Error setting extended attribute '%s': %s"
msgstr "Erreur lors de la définition de l'attribut étendu « %s » : %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Erreur de l'interrogation du fichier « %s » : %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (codage non valide)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Erreur de l'interrogation du descripteur de fichier : %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Type d'attribut non valide (uint32 attendu)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Type d'attribut non valide (uint64 attendu)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Type d'attribut non valide (chaîne octet attendu)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "Impossible de définir des permissions sur les liens symboliques"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Erreur lors de la définition des permissions : %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Erreur lors de la définition du propriétaire : %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "un lien symbolique ne doit pas être « NULL »"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Erreur lors de la définition du lien symbolique : %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Erreur lors de la définition du lien symbolique : le fichier n'est pas un "
"lien symbolique"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr ""
"Erreur lors de la définition de l'heure de modification ou d'accès : %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "Le contexte SELinux ne doit pas être « NULL »"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Erreur lors de la définition du contexte SELinux : %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux n'est pas activé sur ce système"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "La définition de l'attribut %s n'est pas prise en charge"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Erreur lors de la lecture du fichier : %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Erreur lors de la navigation à travers le fichier : %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Erreur lors de la fermeture du fichier : %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "Impossible de trouver le type de moniteur de fichier local par défaut"
@@ -1778,51 +1798,56 @@ msgstr "Le redimensionnement du flux de sortie mémoire a échoué"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "mount n'implémente pas le démontage (« unmount »)"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "mount n'implémente pas l'éjection"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
"mount n'implémente pas le démontage (« unmount » ou « unmount_with_operation »)"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
"mount n'implémente pas l'éjection (« eject » ou « eject_with_operation »)"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+msgid "mount doesn't implement \"remount\""
msgstr "mount n'implémente pas le remontage (« remount »)"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:797
+#: gio/gmount.c:828
msgid "mount doesn't implement content type guessing"
msgstr "mount n'implémente pas l'estimation du type de contenu"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "mount n'implémente pas l'estimation du type de contenu synchrone"
@@ -1831,11 +1856,11 @@ msgstr "mount n'implémente pas l'estimation du type de contenu synchrone"
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "Le nom d'hôte « %s » contient « [ » mais pas « ] »"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "Le flux de sortie n'implémente pas « write »"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "Le flux source est déjà fermé"
@@ -1968,7 +1993,7 @@ msgstr "Erreur d'envoi de message : %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage n'est pas pris en en charge sur windows"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "Erreur de réception de message : %s"
diff --git a/po/ga.po b/po/ga.po
index a98d1e6..8a54c26 100644
--- a/po/ga.po
+++ b/po/ga.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.master\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-08-08 01:49-0600\n"
"Last-Translator: Seán de Búrca <leftmostcat gmail com>\n"
"Language-Team: Irish <gaeilge-gnulinux lists sourceforge net>\n"
@@ -88,69 +88,69 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Theip ar leathnú lÃne reatha '%s' le URI '%s'"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr ""
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr ""
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr ""
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Earráid le linn cumarsáide: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr ""
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr ""
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr ""
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr ""
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "Is neamhbhailà an URI '%s'"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Is neamhbhailà an t-óstainm an URI '%s'"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr ""
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr ""
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Ã?stainm neamhbhailÃ"
@@ -159,92 +159,92 @@ msgstr "Ã?stainm neamhbhailÃ"
msgid "Error opening directory '%s': %s"
msgstr "Earráid agus comhadlann '%s' á oscailt: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr ""
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Earráid agus comhad '%s' á léamh: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "Tá comhad \"%s\" ró-mhór"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Theip ar léamh ó chomhad '%s': %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Theip ar oscailt comhaid '%s': %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Theip ar fháil tréithe comhaid '%s': theip fstat(): %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Theip ar oscailt comhaid '%s': theip fdopen(): %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Theip ar athainmniú comhaid '%s' go '%s': theip g_rename(): %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Theip ar chruthú comhaid '%s': %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Theip ar oscailt comhaid '%s' le haghaidh scrÃofa: theip fdopen(): %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Theip ar scrÃobh comhaid '%s': theip fwrite(): %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Theip ar scrÃobh comhaid '%s': theip fflush(): %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Theip ar scrÃobh comhaid '%s': theip fsync(): %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Theip ar dhúnadh comhaid '%s': theip fclose(): %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr ""
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "NÃl XXXXXX ann sa teimpléad '%s'"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -254,27 +254,42 @@ msgstr[2] ""
msgstr[3] ""
msgstr[4] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Theip ar léamh nasc siombalach '%s': %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr ""
@@ -505,7 +520,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "earráid inmheánach"
@@ -1083,17 +1098,17 @@ msgstr ""
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr ""
@@ -1116,34 +1131,34 @@ msgstr "cineál %s"
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Gan ainm"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1195,13 +1210,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr ""
@@ -1214,49 +1229,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr ""
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr ""
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr ""
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr ""
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr ""
@@ -1345,7 +1360,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr ""
@@ -1358,114 +1373,119 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Ainm comhaid %s neamhbhailÃ"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Earráid agus eolas chóras comhad á fháil: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr ""
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Earráid agus comhad á athainmniú: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Ainm comhaid neamhbhailÃ"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Earráid agus comhad á oscailt: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Earráid agus comhad á bhaint: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "Earráid agus comhad á chur sa bhruscar: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Nà féidir comhadlann bhruscair %s a chruthú: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Nà féidir comhad eolas bruscair a chruthú: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Nà féidir comhad a chur sa bhruscar: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "Earráid agus comhadlann á cruthú: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Theip ar léamh nasc siombalach '%s': %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Earráid agus nasc siombalach á dhéanamh: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Earráid agus comhad á bhogadh: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Earráid agus spriocchomhad á bhaint: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr ""
@@ -1486,103 +1506,103 @@ msgstr ""
msgid "Error setting extended attribute '%s': %s"
msgstr "Earráid agus tréith bhreisithe '%s' á shocrú: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Earráid agus staid chomhaid '%s' á fáil: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (ionchódú neamhbhailÃ)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Earráid agus staid tuairisceora comhaid á fáil: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "Earráid agus ceadanna á socrú: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Earráid agus ceadanna á socrú: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Earráid agus úinéir á shocrú: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "nà mór an nasc siombalach bheith neamh-NULL"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Earráid agus nasc siombalach á shocrú: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "Earráid agus am athraithe nó rochtana á shocrú: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Earráid agus comhthéacs SELinux á shocrú: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Earráid agus comhad á léamh: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Earráid agus ag cuardach i gcomhad: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Earráid agus comhad á dhúnadh: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
@@ -1663,49 +1683,49 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+msgid "mount doesn't implement \"unmount\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+msgid "mount doesn't implement \"eject\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
@@ -1714,11 +1734,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr ""
@@ -1850,7 +1870,7 @@ msgstr "Earráid agus teachtaireacht á seoladh: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr ""
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "Earráid agus teachtaireacht á fáil: %s"
diff --git a/po/gl.po b/po/gl.po
index d73a3a5..2781570 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.master\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-11-07 14:40+0100\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-11-07 13:11+0100\n"
"Last-Translator: Fran Diéguez <fran dieguez mabishu com>\n"
"Language-Team: Galician <gnome mancomun org>\n"
@@ -26,326 +26,340 @@ msgstr ""
"Plural-Forms: Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: KBabel 1.11.4\n"
-#: ../glib/gbookmarkfile.c:737
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Atributo '%s' inesperado para o elemento '%s'"
-#: ../glib/gbookmarkfile.c:748 ../glib/gbookmarkfile.c:819
-#: ../glib/gbookmarkfile.c:829 ../glib/gbookmarkfile.c:936
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Non se localizou o atributo '%s' do elemento '%s'"
-#: ../glib/gbookmarkfile.c:1106 ../glib/gbookmarkfile.c:1171
-#: ../glib/gbookmarkfile.c:1235 ../glib/gbookmarkfile.c:1245
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Etiqueta '%s' inesperada, esperábase a etiqueta '%s'"
-#: ../glib/gbookmarkfile.c:1131 ../glib/gbookmarkfile.c:1145
-#: ../glib/gbookmarkfile.c:1213 ../glib/gbookmarkfile.c:1265
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Etiqueta '%s' inesperada dentro de '%s'"
-#: ../glib/gbookmarkfile.c:1793
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
"Non se puido localizar un ficheiro de marcadores válido nos directorios de "
"datos"
-#: ../glib/gbookmarkfile.c:1994
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Xa existe un marcador para o URI '%s'"
-#: ../glib/gbookmarkfile.c:2040 ../glib/gbookmarkfile.c:2198
-#: ../glib/gbookmarkfile.c:2283 ../glib/gbookmarkfile.c:2363
-#: ../glib/gbookmarkfile.c:2448 ../glib/gbookmarkfile.c:2531
-#: ../glib/gbookmarkfile.c:2609 ../glib/gbookmarkfile.c:2688
-#: ../glib/gbookmarkfile.c:2730 ../glib/gbookmarkfile.c:2827
-#: ../glib/gbookmarkfile.c:2953 ../glib/gbookmarkfile.c:3143
-#: ../glib/gbookmarkfile.c:3219 ../glib/gbookmarkfile.c:3384
-#: ../glib/gbookmarkfile.c:3473 ../glib/gbookmarkfile.c:3563
-#: ../glib/gbookmarkfile.c:3691
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Non se encontrou ningún marcador para o URI '%s'"
-#: ../glib/gbookmarkfile.c:2372
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Non hai ningún tipo MIME definido no marcador para o URI '%s'"
-#: ../glib/gbookmarkfile.c:2457
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Non se definiu ningún parámetro privado no marcador para o URI '%s'"
-#: ../glib/gbookmarkfile.c:2836
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Non existe ningún grupo definido no marcador para o URI '%s'"
-#: ../glib/gbookmarkfile.c:3237 ../glib/gbookmarkfile.c:3394
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Ningún aplicativo denominado '%s' rexistrou un marcador para '%s'"
-#: ../glib/gbookmarkfile.c:3417
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Fallo ao expandir a liña executábel '%s' co URI '%s'"
-#: ../glib/gconvert.c:437 ../glib/gconvert.c:515 ../glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Non se asiste conversión do conxunto de caracteres '%s' a '%s'"
-#: ../glib/gconvert.c:441 ../glib/gconvert.c:519
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, 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:638 ../glib/gconvert.c:1031 ../glib/giochannel.c:1402
-#: ../glib/giochannel.c:1444 ../glib/giochannel.c:2288 ../glib/gutf8.c:964
-#: ../glib/gutf8.c:1419
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
+#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
+#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "A secuencia de bytes non é válida na entrada da conversión"
-#: ../glib/gconvert.c:646 ../glib/gconvert.c:956 ../glib/giochannel.c:1409
-#: ../glib/giochannel.c:2300
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
+#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Erro durante a conversión: %s"
-#: ../glib/gconvert.c:678 ../glib/gutf8.c:960 ../glib/gutf8.c:1170
-#: ../glib/gutf8.c:1311 ../glib/gutf8.c:1415
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Hai unha secuencia de carácter parcial ao final da entrada"
-#: ../glib/gconvert.c:928
+#: glib/gconvert.c:928
#, 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:1751
+#: glib/gconvert.c:1751
#, 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:1761
+#: glib/gconvert.c:1761
#, 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:1778
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "O URI '%s' non é válido"
-#: ../glib/gconvert.c:1790
+#: glib/gconvert.c:1790
#, 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:1806
+#: glib/gconvert.c:1806
#, 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:1901
+#: glib/gconvert.c:1901
#, 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:1911
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "O nome do host non é válido"
-#: ../glib/gdir.c:112 ../glib/gdir.c:135
+#: glib/gdir.c:112 glib/gdir.c:135
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Erro ao abrir o directorio '%s': %s"
-#: ../glib/gfileutils.c:536 ../glib/gfileutils.c:624
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, 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:551
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Erro ao ler o ficheiro '%s': %s"
-#: ../glib/gfileutils.c:565
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "O ficheiro \"%s\" é demasiado grande"
-#: ../glib/gfileutils.c:648
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Fallo ao ler desde o ficheiro '%s': %s"
-#: ../glib/gfileutils.c:699 ../glib/gfileutils.c:786
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Fallo ao abrir o ficheiro '%s': %s"
-#: ../glib/gfileutils.c:716 ../glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, 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:750
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Fallo ao abrir o ficheiro '%s': fdopen() fallou: %s"
-#: ../glib/gfileutils.c:858
+#: glib/gfileutils.c:858
#, 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:900 ../glib/gfileutils.c:1366
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Fallo ao crear o ficheiro '%s': %s"
-#: ../glib/gfileutils.c:914
+#: glib/gfileutils.c:914
#, 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:939
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Fallo ao escribir o ficheiro '%s': fwrite() fallou: %s"
-#: ../glib/gfileutils.c:958
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Fallo ao escribir o ficheiro '%s': fflush() fallou: %s"
-#: ../glib/gfileutils.c:987
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Fallo ao escribir o ficheiro '%s': fsync() fallou: %s"
-#: ../glib/gfileutils.c:1006
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Fallo ao pechar o ficheiro '%s': fclose() fallou: %s"
-#: ../glib/gfileutils.c:1124
+#: glib/gfileutils.c:1124
#, 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:1328
+#: glib/gfileutils.c:1328
#, 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:1341
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "O modelo '%s' non contén XXXXXX"
-#: ../glib/gfileutils.c:1771
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: ../glib/gfileutils.c:1779
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1784
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1789
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1832
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, 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:1853
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "As ligazóns simbólicas non se admiten"
-#: ../glib/giochannel.c:1234
+#: glib/giochannel.c:1234
#, 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:1579
+#: glib/giochannel.c:1579
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:1626 ../glib/giochannel.c:1884
-#: ../glib/giochannel.c:1971
+#: glib/giochannel.c:1626 glib/giochannel.c:1884 glib/giochannel.c:1971
msgid "Leftover unconverted data in read buffer"
msgstr "Datos restantes non convertidos no búfer de lectura"
-#: ../glib/giochannel.c:1707 ../glib/giochannel.c:1784
+#: glib/giochannel.c:1707 glib/giochannel.c:1784
msgid "Channel terminates in a partial character"
msgstr "O canal remata nun carácter parcial"
-#: ../glib/giochannel.c:1770
+#: glib/giochannel.c:1770
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:123
+#: glib/gmappedfile.c:123
#, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "Fallo ao abrir o ficheiro '%s': open() fallou: %s"
-#: ../glib/gmappedfile.c:201
+#: glib/gmappedfile.c:201
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Fallo ao mapear o ficheiro '%s': mmap() fallou: %s"
-#: ../glib/gmarkup.c:303 ../glib/gmarkup.c:343
+#: glib/gmarkup.c:303 glib/gmarkup.c:343
#, c-format
msgid "Error on line %d char %d: "
msgstr "Erro na liña %d carácter %d: "
-#: ../glib/gmarkup.c:363 ../glib/gmarkup.c:441
+#: glib/gmarkup.c:363 glib/gmarkup.c:441
#, c-format
msgid "Invalid UTF-8 encoded text in name - not valid '%s'"
msgstr "O texto do nome codificado en UTF-8 non é válido - '%s' non válido"
-#: ../glib/gmarkup.c:374
+#: glib/gmarkup.c:374
#, c-format
msgid "'%s' is not a valid name "
msgstr "'%s' non é un nome válido"
-#: ../glib/gmarkup.c:390
+#: glib/gmarkup.c:390
#, c-format
msgid "'%s' is not a valid name: '%c' "
msgstr "'%s' non é un nome válido: '%c'"
-#: ../glib/gmarkup.c:494
+#: glib/gmarkup.c:494
#, c-format
msgid "Error on line %d: %s"
msgstr "Erro na liña %d: %s"
-#: ../glib/gmarkup.c:578
+#: glib/gmarkup.c:578
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -354,7 +368,7 @@ msgstr ""
"Fallo ao analizar '%-.*s', que deberÃa ser un dÃxito dentro dunha referencia "
"de carácter (por exemplo ê) - pode que o dÃxito sexa grande de máis"
-#: ../glib/gmarkup.c:590
+#: glib/gmarkup.c:590
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,24 +378,24 @@ msgstr ""
"utilizou un carácter & sen intención de comezar unha entidade - escape o & "
"como &"
-#: ../glib/gmarkup.c:616
+#: glib/gmarkup.c:616
#, 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:654
+#: glib/gmarkup.c:654
msgid ""
"Empty entity '&;' seen; valid entities are: & " < > '"
msgstr ""
"Detectada unha entidade baleira '&;'; as entidades válidas son: & " "
"< > '"
-#: ../glib/gmarkup.c:662
+#: glib/gmarkup.c:662
#, c-format
msgid "Entity name '%-.*s' is not known"
msgstr "Non se coñece o nome de entidade '%-.*s'"
-#: ../glib/gmarkup.c:667
+#: glib/gmarkup.c:667
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &"
@@ -389,11 +403,11 @@ msgstr ""
"A entidade non remata cun punto e coma, probabelmente usou o carácter & sen "
"a intención de comezar unha entidade, escriba o & como &"
-#: ../glib/gmarkup.c:1014
+#: glib/gmarkup.c:1014
msgid "Document must begin with an element (e.g. <book>)"
msgstr "O documento debe comezar cun elemento (por exemplo <book>)"
-#: ../glib/gmarkup.c:1054
+#: glib/gmarkup.c:1054
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -402,7 +416,7 @@ msgstr ""
"'%s' non é un carácter válido despois dun carácter '<'; non pode iniciar un "
"nome de elemento"
-#: ../glib/gmarkup.c:1122
+#: glib/gmarkup.c:1122
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -411,7 +425,7 @@ msgstr ""
"Carácter estraño '%s', esperábase un carácter '>' para pechar a etiqueta de "
"elemento baleiro '%s'"
-#: ../glib/gmarkup.c:1206
+#: glib/gmarkup.c:1206
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -419,7 +433,7 @@ msgstr ""
"Carácter estraño '%s', esperábase un '=' despois do nome do atributo '%s' do "
"elemento '%s'"
-#: ../glib/gmarkup.c:1247
+#: glib/gmarkup.c:1247
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -430,7 +444,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:1291
+#: glib/gmarkup.c:1291
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -439,7 +453,7 @@ msgstr ""
"Carácter estraño '%s', esperábase unhas comiñas de apertura despois do signo "
"igual para dar un valor ao atributo '%s' do elemento '%s'"
-#: ../glib/gmarkup.c:1425
+#: glib/gmarkup.c:1425
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -448,7 +462,7 @@ msgstr ""
"'%s' non é un carácter válido despois dos caracteres '</'; '%s' non pode "
"comezar o nome dun elemento"
-#: ../glib/gmarkup.c:1461
+#: glib/gmarkup.c:1461
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -457,25 +471,25 @@ msgstr ""
"'%s' non é un carácter válido despois do nome de elemento de peche '%s'; o "
"carácter permitido é '>'"
-#: ../glib/gmarkup.c:1472
+#: glib/gmarkup.c:1472
#, 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:1481
+#: glib/gmarkup.c:1481
#, 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:1648
+#: glib/gmarkup.c:1648
msgid "Document was empty or contained only whitespace"
msgstr "O documento estaba baleiro ou só contiña espazos en branco"
-#: ../glib/gmarkup.c:1662
+#: glib/gmarkup.c:1662
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "O documento terminou inesperadamente despois dun sÃmbolo menor que '<'"
-#: ../glib/gmarkup.c:1670 ../glib/gmarkup.c:1715
+#: glib/gmarkup.c:1670 glib/gmarkup.c:1715
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -484,7 +498,7 @@ msgstr ""
"O documento terminou inesperadamente con elementos aÃnda abertos - '%s' foi "
"o último elemento aberto"
-#: ../glib/gmarkup.c:1678
+#: glib/gmarkup.c:1678
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -493,21 +507,21 @@ msgstr ""
"O documento terminou inesperadamente, esperábase ver un sÃmbolo maior que "
"'>' que pechase a etiqueta <%s/>"
-#: ../glib/gmarkup.c:1684
+#: glib/gmarkup.c:1684
msgid "Document ended unexpectedly inside an element name"
msgstr "O documento terminou inesperadamente dentro dun nome de elemento"
-#: ../glib/gmarkup.c:1690
+#: glib/gmarkup.c:1690
msgid "Document ended unexpectedly inside an attribute name"
msgstr "O documento terminou inesperadamente dentro dun nome de atributo"
-#: ../glib/gmarkup.c:1695
+#: glib/gmarkup.c:1695
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"O documento terminou inesperadamente dentro dunha etiqueta de comezo de "
"elemento."
-#: ../glib/gmarkup.c:1701
+#: glib/gmarkup.c:1701
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -515,404 +529,402 @@ msgstr ""
"O documento terminou inesperadamente despois do signo igual que segue a un "
"nome de atributo; non hai valor de atributo"
-#: ../glib/gmarkup.c:1708
+#: glib/gmarkup.c:1708
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "O documento terminou inesperadamente dentro dun valor de atributo"
-#: ../glib/gmarkup.c:1724
+#: glib/gmarkup.c:1724
#, 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:1730
+#: glib/gmarkup.c:1730
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 permitidos na coincidencia parcial"
-#: ../glib/gregex.c:154 ../gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
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 permiten 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 liña nova"
-#: ../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 con maiúsculas e minúsculas escapadas (\\l, "
"\\L, \\u, \\U)"
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "números fóra do intervalo 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 "intervalo fóra 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 despois 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 "As clases de nomes POSIX só se permiten 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 un ) 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 aserció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 formado incorrectamente 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 aserció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 elementos de colación POSIX non se admiten"
-#: ../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 non válida (?(0)"
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "non se permite \\C en asercións lookbehind"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "unha chamada recursiva pode crear un bucle infinito"
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "falta a terminación 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 formada incorrectamente"
-#: ../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 con 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 con chaves 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 comprobado previamente"
-#: ../glib/gregex.c:522 ../glib/gregex.c:1603
+#: glib/gregex.c:522 glib/gregex.c:1603
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "Erro ao estabelecer a equivalencia da expresión regular %s: %s"
-#: ../glib/gregex.c:1094
+#: glib/gregex.c:1094
msgid "PCRE library is compiled without UTF8 support"
msgstr "A biblioteca PCRE está compilada sen compatibilidade con UTF8"
-#: ../glib/gregex.c:1103
+#: glib/gregex.c:1103
msgid "PCRE library is compiled without UTF8 properties support"
msgstr ""
"A biblioteca PCRE está compilada sen compatibilidade con propiedades UTF8"
-#: ../glib/gregex.c:1157
+#: glib/gregex.c:1157
#, 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:1193
+#: glib/gregex.c:1193
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Erro ao optimizar a expresión regular %s: %s"
-#: ../glib/gregex.c:2031
+#: glib/gregex.c:2031
msgid "hexadecimal digit or '}' expected"
msgstr "esperábase un dÃxito hexadecimal ou '}'"
-#: ../glib/gregex.c:2047
+#: glib/gregex.c:2047
msgid "hexadecimal digit expected"
msgstr "esperábase un dÃxito hexadecimal"
-#: ../glib/gregex.c:2087
+#: glib/gregex.c:2087
msgid "missing '<' in symbolic reference"
msgstr "falta '<' na referencia simbólica"
-#: ../glib/gregex.c:2096
+#: glib/gregex.c:2096
msgid "unfinished symbolic reference"
msgstr "referencia simbólica sen finalizar"
-#: ../glib/gregex.c:2103
+#: glib/gregex.c:2103
msgid "zero-length symbolic reference"
msgstr "referencia simbólica de lonxitude cero"
-#: ../glib/gregex.c:2114
+#: glib/gregex.c:2114
msgid "digit expected"
msgstr "esperábase un dÃxito"
-#: ../glib/gregex.c:2132
+#: glib/gregex.c:2132
msgid "illegal symbolic reference"
msgstr "referencia simbólica ilegal"
-#: ../glib/gregex.c:2194
+#: glib/gregex.c:2194
msgid "stray final '\\'"
msgstr "'\\' final perdido"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
msgid "unknown escape sequence"
msgstr "secuencia de escape descoñecida"
-#: ../glib/gregex.c:2208
+#: glib/gregex.c:2208
#, 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
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
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr ""
"Comiñas non pechadas na liña de ordes ou noutro texto citado nun intérprete "
"de ordes"
-#: ../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:300 ../glib/gspawn.c:1480
+#: glib/gspawn-win32.c:300 glib/gspawn.c:1480
#, 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:339 ../glib/gspawn-win32.c:347 ../glib/gspawn.c:1139
+#: glib/gspawn-win32.c:339 glib/gspawn-win32.c:347 glib/gspawn.c:1139
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Fallo ao ler desde a canalización filla (%s)"
-#: ../glib/gspawn-win32.c:370 ../glib/gspawn.c:1346
+#: glib/gspawn-win32.c:370 glib/gspawn.c:1346
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Fallo ao cambiar ao directorio '%s' (%s)"
-#: ../glib/gspawn-win32.c:376 ../glib/gspawn-win32.c:495
+#: glib/gspawn-win32.c:376 glib/gspawn-win32.c:495
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Fallo ao executar o proceso fillo (%s)"
-#: ../glib/gspawn-win32.c:445
+#: glib/gspawn-win32.c:445
#, c-format
msgid "Invalid program name: %s"
msgstr "Nome de programa non válido: %s"
-#: ../glib/gspawn-win32.c:455 ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1279
+#: glib/gspawn-win32.c:455 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1279
#, 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:466 ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1312
+#: glib/gspawn-win32.c:466 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1312
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Cadea non válida no contorno: %s"
-#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1260
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1260
#, c-format
msgid "Invalid working directory: %s"
msgstr "Directorio de traballo non válido: %s"
-#: ../glib/gspawn-win32.c:784
+#: glib/gspawn-win32.c:784
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Fallo ao executar o programa asistente (%s)"
-#: ../glib/gspawn-win32.c:998
+#: glib/gspawn-win32.c:998
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -920,138 +932,138 @@ msgstr ""
"Erro inesperado en g_io_channel_win32_poll() ao ler datos desde un proceso "
"fillo"
-#: ../glib/gspawn.c:190
+#: glib/gspawn.c:190
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Fallo ao ler datos desde un proceso fillo (%s)"
-#: ../glib/gspawn.c:329
+#: glib/gspawn.c:329
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
msgstr "Erro inesperado en select() ao ler datos dun proceso fillo (%s)"
-#: ../glib/gspawn.c:414
+#: glib/gspawn.c:414
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Erro inesperado en waitpid() (%s)"
-#: ../glib/gspawn.c:1206
+#: glib/gspawn.c:1206
#, c-format
msgid "Failed to fork (%s)"
msgstr "Fallo ao facer fork (%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Fallo ao executar o proceso fillo \"%s\" (%s)"
-#: ../glib/gspawn.c:1366
+#: glib/gspawn.c:1366
#, 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:1375
+#: glib/gspawn.c:1375
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Fallo ao facer fork ao proceso fillo (%s)"
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Erro descoñecido ao executar o proceso fillo \"%s\""
-#: ../glib/gspawn.c:1407
+#: glib/gspawn.c:1407
#, 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:1038
+#: glib/gutf8.c:1038
msgid "Character out of range for UTF-8"
msgstr "Carácter fóra do intervalo para UTF-8"
-#: ../glib/gutf8.c:1138 ../glib/gutf8.c:1147 ../glib/gutf8.c:1279
-#: ../glib/gutf8.c:1288 ../glib/gutf8.c:1429 ../glib/gutf8.c:1525
+#: glib/gutf8.c:1138 glib/gutf8.c:1147 glib/gutf8.c:1279 glib/gutf8.c:1288
+#: glib/gutf8.c:1429 glib/gutf8.c:1525
msgid "Invalid sequence in conversion input"
msgstr "Secuencia non válida na entrada da conversión"
-#: ../glib/gutf8.c:1440 ../glib/gutf8.c:1536
+#: glib/gutf8.c:1440 glib/gutf8.c:1536
msgid "Character out of range for UTF-16"
msgstr "Carácter fóra de intervalo para UTF-16"
-#: ../glib/goption.c:755
+#: glib/goption.c:755
msgid "Usage:"
msgstr "Uso:"
-#: ../glib/goption.c:755
+#: glib/goption.c:755
msgid "[OPTION...]"
msgstr "[OPCIÃ?N...]"
-#: ../glib/goption.c:861
+#: glib/goption.c:861
msgid "Help Options:"
msgstr "Opcións de axuda:"
-#: ../glib/goption.c:862
+#: glib/goption.c:862
msgid "Show help options"
msgstr "Mostrar as opcións de axuda"
-#: ../glib/goption.c:868
+#: glib/goption.c:868
msgid "Show all help options"
msgstr "Mostrar todas as opcións de axuda"
-#: ../glib/goption.c:930
+#: glib/goption.c:930
msgid "Application Options:"
msgstr "Opcións do aplicativo:"
-#: ../glib/goption.c:992 ../glib/goption.c:1062
+#: glib/goption.c:992 glib/goption.c:1062
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "Non se pode analizar o valor enteiro '%s' para %s"
-#: ../glib/goption.c:1002 ../glib/goption.c:1070
+#: glib/goption.c:1002 glib/goption.c:1070
#, 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:1027
+#: glib/goption.c:1027
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "Non se pode analizar o valor \"double\" '%s' para %s"
-#: ../glib/goption.c:1035
+#: glib/goption.c:1035
#, 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:1298 ../glib/goption.c:1377
+#: glib/goption.c:1298 glib/goption.c:1377
#, c-format
msgid "Error parsing option %s"
msgstr "Erro ao analizar a opción %s"
-#: ../glib/goption.c:1408 ../glib/goption.c:1522
+#: glib/goption.c:1408 glib/goption.c:1522
#, c-format
msgid "Missing argument for %s"
msgstr "Argumento que falta para %s"
-#: ../glib/goption.c:1917
+#: glib/goption.c:1917
#, c-format
msgid "Unknown option %s"
msgstr "Opción %s descoñecida"
-#: ../glib/gkeyfile.c:362
+#: glib/gkeyfile.c:362
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:397
+#: glib/gkeyfile.c:397
msgid "Not a regular file"
msgstr "Non é un ficheiro normal"
-#: ../glib/gkeyfile.c:405
+#: glib/gkeyfile.c:405
msgid "File is empty"
msgstr "O ficheiro está baleiro"
-#: ../glib/gkeyfile.c:764
+#: glib/gkeyfile.c:764
#, c-format
msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -1059,50 +1071,50 @@ msgstr ""
"O ficheiro chave contén a liña '%s' que non é un par valor-chave, grupo ou "
"comentario"
-#: ../glib/gkeyfile.c:824
+#: glib/gkeyfile.c:824
#, c-format
msgid "Invalid group name: %s"
msgstr "Nome de grupo non válido: %s"
-#: ../glib/gkeyfile.c:846
+#: glib/gkeyfile.c:846
msgid "Key file does not start with a group"
msgstr "O ficheiro chave non comeza cun grupo"
-#: ../glib/gkeyfile.c:872
+#: glib/gkeyfile.c:872
#, c-format
msgid "Invalid key name: %s"
msgstr "Nome de chave non válido: %s"
-#: ../glib/gkeyfile.c:899
+#: glib/gkeyfile.c:899
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "O ficheiro chave contén unha codificación non permitida '%s'"
-#: ../glib/gkeyfile.c:1115 ../glib/gkeyfile.c:1277 ../glib/gkeyfile.c:2506
-#: ../glib/gkeyfile.c:2572 ../glib/gkeyfile.c:2707 ../glib/gkeyfile.c:2840
-#: ../glib/gkeyfile.c:2993 ../glib/gkeyfile.c:3180 ../glib/gkeyfile.c:3241
+#: glib/gkeyfile.c:1115 glib/gkeyfile.c:1277 glib/gkeyfile.c:2506
+#: glib/gkeyfile.c:2572 glib/gkeyfile.c:2707 glib/gkeyfile.c:2840
+#: glib/gkeyfile.c:2993 glib/gkeyfile.c:3180 glib/gkeyfile.c:3241
#, c-format
msgid "Key file does not have group '%s'"
msgstr "O ficheiro chave non ten un grupo '%s'"
-#: ../glib/gkeyfile.c:1289
+#: glib/gkeyfile.c:1289
#, c-format
msgid "Key file does not have key '%s'"
msgstr "O ficheiro chave non ten a chave '%s'"
-#: ../glib/gkeyfile.c:1396 ../glib/gkeyfile.c:1511
+#: glib/gkeyfile.c:1396 glib/gkeyfile.c:1511
#, 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:1416 ../glib/gkeyfile.c:1910
+#: glib/gkeyfile.c:1416 glib/gkeyfile.c:1910
#, 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:1531
+#: glib/gkeyfile.c:1531
#, c-format
msgid ""
"Key file contains key '%s' which has a value that cannot be interpreted."
@@ -1110,7 +1122,7 @@ msgstr ""
"O ficheiro chave contén a chave '%s' que ten un valor que non pode ser "
"interpretado."
-#: ../glib/gkeyfile.c:2125 ../glib/gkeyfile.c:2337
+#: glib/gkeyfile.c:2125 glib/gkeyfile.c:2337
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1119,169 +1131,166 @@ msgstr ""
"O ficheiro chave contén a chave '%s' no grupo '%s' que ten un valor que non "
"pode ser interpretado."
-#: ../glib/gkeyfile.c:2521 ../glib/gkeyfile.c:2722 ../glib/gkeyfile.c:3252
+#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2722 glib/gkeyfile.c:3252
#, 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:3486
+#: glib/gkeyfile.c:3486
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:3508
+#: glib/gkeyfile.c:3508
#, 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:3650
+#: glib/gkeyfile.c:3650
#, 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:3664
+#: glib/gkeyfile.c:3664
#, c-format
msgid "Integer value '%s' out of range"
msgstr "O valor enteiro '%s' está fóra do intervalo"
-#: ../glib/gkeyfile.c:3697
+#: glib/gkeyfile.c:3697
#, 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:3721
+#: glib/gkeyfile.c:3721
#, 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:415 ../gio/gbufferedinputstream.c:496
-#: ../gio/ginputstream.c:186 ../gio/ginputstream.c:318
-#: ../gio/ginputstream.c:557 ../gio/ginputstream.c:682
-#: ../gio/goutputstream.c:197 ../gio/goutputstream.c:652
+#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
+#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "O valor de conta pasado a %s é demasiado longo"
-#: ../gio/gbufferedinputstream.c:883 ../gio/ginputstream.c:892
-#: ../gio/giostream.c:305 ../gio/goutputstream.c:1081
+#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "O fluxo xa se pechou"
-#: ../gio/gcancellable.c:420 ../gio/glocalfile.c:2095
-#: ../gio/gsimpleasyncresult.c:648 ../gio/gsimpleasyncresult.c:674
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
+#: gio/gsimpleasyncresult.c:674
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:311
+#: gio/gdatainputstream.c:311
msgid "Unexpected early end-of-stream"
msgstr "Final de fluxo inesperadamente prematuro"
-#: ../gio/gdesktopappinfo.c:463 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Sen nome"
-#: ../gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "O ficheiro de escritorio non especificou o campo Exec"
-#: ../gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "Non é posÃbel encontrar o terminal requirido polo aplicativo"
-#: ../gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
"Non se pode crear o cartafol de configuración do aplicativo de usuario %s: %s"
-#: ../gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, 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:1506
+#: gio/gdesktopappinfo.c:1525
#, 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:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "Definición personalizada para %s"
-#: ../gio/gdrive.c:409
+#: gio/gdrive.c:409
msgid "drive doesn't implement eject"
msgstr "a unidade non implementa a expulsión"
#. Translators: This is an error
#. * message for drive objects that
#. * don't implement any of eject or eject_with_operation.
-#: ../gio/gdrive.c:489
+#: gio/gdrive.c:489
msgid "drive doesn't implement eject or eject_with_operation"
msgstr "a unidade non implementa a expulsión ou operación_de_expulsión"
-#: ../gio/gdrive.c:566
+#: gio/gdrive.c:566
msgid "drive doesn't implement polling for media"
msgstr "a unidade non implementa a consulta para medios"
-#: ../gio/gdrive.c:771
+#: gio/gdrive.c:771
msgid "drive doesn't implement start"
msgstr "a unidade non implementa o inicio"
-#: ../gio/gdrive.c:873
+#: gio/gdrive.c:873
msgid "drive doesn't implement stop"
msgstr "a unidade non implementa a detención"
-#: ../gio/gemblem.c:325
+#: gio/gemblem.c:325
#, c-format
msgid "Can't handle version %d of GEmblem encoding"
msgstr "Non é posÃbel manipular a versión %d da codificación de GEmblem"
-#: ../gio/gemblem.c:335
+#: gio/gemblem.c:335
#, c-format
msgid "Malformed number of tokens (%d) in GEmblem encoding"
msgstr ""
"Número formado incorrectamente de tokens (%d) na codificación de GEmblem"
-#: ../gio/gemblemedicon.c:296
+#: gio/gemblemedicon.c:296
#, c-format
msgid "Can't handle version %d of GEmblemedIcon encoding"
msgstr "Non é posÃbel manipular a versión %d da codificación de GEmblemedicon"
-#: ../gio/gemblemedicon.c:306
+#: gio/gemblemedicon.c:306
#, c-format
msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding"
msgstr ""
"Número formado incorrectamente de tokens (%d) na codificación de "
"GEmblemedicon"
-#: ../gio/gemblemedicon.c:329
+#: gio/gemblemedicon.c:329
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "Esperábase un GEmblem para o GEmblemedIcon"
-#: ../gio/gfile.c:861 ../gio/gfile.c:1091 ../gio/gfile.c:1226
-#: ../gio/gfile.c:1462 ../gio/gfile.c:1516 ../gio/gfile.c:1573
-#: ../gio/gfile.c:1656 ../gio/gfile.c:1711 ../gio/gfile.c:1771
-#: ../gio/gfile.c:1825 ../gio/gfile.c:3150 ../gio/gfile.c:3204
-#: ../gio/gfile.c:3335 ../gio/gfile.c:3375 ../gio/gfile.c:3702
-#: ../gio/gfile.c:4104 ../gio/gfile.c:4190 ../gio/gfile.c:4279
-#: ../gio/gfile.c:4377 ../gio/gfile.c:4464 ../gio/gfile.c:4557
-#: ../gio/gfile.c:4887 ../gio/gfile.c:5167 ../gio/gfile.c:5236
-#: ../gio/gfile.c:6827 ../gio/gfile.c:6917 ../gio/gfile.c:7003
-#: ../gio/win32/gwinhttpfile.c:441
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
+#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Operación non permitida"
@@ -1293,128 +1302,128 @@ msgstr "Operación non permitida"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1347 ../gio/glocalfile.c:1066 ../gio/glocalfile.c:1077
-#: ../gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "O punto de montaxe contido non existe"
-#: ../gio/gfile.c:2399 ../gio/glocalfile.c:2251
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Non se pode copiar sobre o directorio"
-#: ../gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "Non se pode copiar un directorio sobre o directorio"
-#: ../gio/gfile.c:2467 ../gio/glocalfile.c:2260
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "O ficheiro de destino xa existe"
-#: ../gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "Non se pode copiar o directorio recursivamente"
-#: ../gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "Non é posÃbel copiar o ficheiro especial"
-#: ../gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "O valor da ligazón simbólica dada non é válido"
-#: ../gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "Non se asiste o Lixo"
-#: ../gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Os nomes de ficheiro non poden conter '%c'"
-#: ../gio/gfile.c:5884 ../gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "o volume non implementa o montado"
-#: ../gio/gfile.c:5995
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "Non hai ningún aplicativo rexistrado para manexar este ficheiro"
-#: ../gio/gfileenumerator.c:206
+#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "O enumerador está pechado"
-#: ../gio/gfileenumerator.c:213 ../gio/gfileenumerator.c:272
-#: ../gio/gfileenumerator.c:372 ../gio/gfileenumerator.c:481
+#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
+#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "O enumerador do ficheiro ten unha operación excepcional"
-#: ../gio/gfileenumerator.c:362 ../gio/gfileenumerator.c:471
+#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "O enumerador do ficheiro xa está pechado"
-#: ../gio/gfileicon.c:237
+#: gio/gfileicon.c:237
#, c-format
msgid "Can't handle version %d of GFileIcon encoding"
msgstr "Non é posÃbel manipular a versión %d da codificación de GFileIcon"
-#: ../gio/gfileicon.c:247
+#: gio/gfileicon.c:247
msgid "Malformed input data for GFileIcon"
msgstr "Datos de entrada formados incorrectamente para o GFileIcon"
-#: ../gio/gfileinputstream.c:155 ../gio/gfileinputstream.c:422
-#: ../gio/gfileiostream.c:171 ../gio/gfileoutputstream.c:170
-#: ../gio/gfileoutputstream.c:525
+#: gio/gfileinputstream.c:155 gio/gfileinputstream.c:422
+#: gio/gfileiostream.c:171 gio/gfileoutputstream.c:170
+#: gio/gfileoutputstream.c:525
msgid "Stream doesn't support query_info"
msgstr "O fluxo non permite query_info"
-#: ../gio/gfileinputstream.c:337 ../gio/gfileiostream.c:389
-#: ../gio/gfileoutputstream.c:383
+#: gio/gfileinputstream.c:337 gio/gfileiostream.c:389
+#: gio/gfileoutputstream.c:383
msgid "Seek not supported on stream"
msgstr "Non se permite buscar no fluxo"
-#: ../gio/gfileinputstream.c:381
+#: gio/gfileinputstream.c:381
msgid "Truncate not allowed on input stream"
msgstr "Non se permite truncar no fluxo de entrada"
-#: ../gio/gfileiostream.c:465 ../gio/gfileoutputstream.c:459
+#: gio/gfileiostream.c:465 gio/gfileoutputstream.c:459
msgid "Truncate not supported on stream"
msgstr "Non se permite truncar no fluxo"
-#: ../gio/gicon.c:324
+#: gio/gicon.c:324
#, c-format
msgid "Wrong number of tokens (%d)"
msgstr "Número incorrecto de tokens (%d)"
-#: ../gio/gicon.c:344
+#: gio/gicon.c:344
#, c-format
msgid "No type for class name %s"
msgstr "Non hai un tipo para o nome de clase %s"
-#: ../gio/gicon.c:354
+#: gio/gicon.c:354
#, c-format
msgid "Type %s does not implement the GIcon interface"
msgstr "O tipo %s non implementa unha interface GIcon"
-#: ../gio/gicon.c:365
+#: gio/gicon.c:365
#, c-format
msgid "Type %s is not classed"
msgstr "O tipo %s non ten unha clase"
-#: ../gio/gicon.c:379
+#: gio/gicon.c:379
#, c-format
msgid "Malformed version number: %s"
msgstr "Número de versión formado incorrectamente: %s"
-#: ../gio/gicon.c:393
+#: gio/gicon.c:393
#, c-format
msgid "Type %s does not implement from_tokens() on the GIcon interface"
msgstr "O tipo %s non implementa from_tokens() na interface do GIcon"
-#: ../gio/gicon.c:469
+#: gio/gicon.c:469
msgid "Can't handle the supplied version the icon encoding"
msgstr "Non é posÃbel manipular a versión fornecida da codificación da icona"
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
msgid "Input stream doesn't implement read"
msgstr "O fluxo de entrada non implementa a lectura"
@@ -1424,616 +1433,620 @@ 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:902 ../gio/giostream.c:315
-#: ../gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "O fluxo ten unha operación excepcional"
-#: ../gio/ginetsocketaddress.c:182 ../gio/ginetsocketaddress.c:199
-#: ../gio/gunixsocketaddress.c:174
+#: gio/ginetsocketaddress.c:182 gio/ginetsocketaddress.c:199
+#: gio/gunixsocketaddress.c:174
msgid "Not enough space for socket address"
msgstr "Non hai espazo abondo para o enderezo do socket"
-#: ../gio/ginetsocketaddress.c:212
+#: gio/ginetsocketaddress.c:212
msgid "Unsupported socket address"
msgstr "Non se admite o enderezo do socket"
-#: ../gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
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:600 ../gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "O nome do ficheiro non é válido %s"
-#: ../gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Erro ao obter a información do sistema de ficheiros: %s"
-#: ../gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Non se pode renomear o directorio raÃz"
-#: ../gio/glocalfile.c:1130 ../gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Erro ao renomear o ficheiro: %s"
-#: ../gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "Non se pode renomear o ficheiro; o ficheiro xa existe"
-#: ../gio/glocalfile.c:1152 ../gio/glocalfile.c:2124 ../gio/glocalfile.c:2153
-#: ../gio/glocalfile.c:2313 ../gio/glocalfileoutputstream.c:550
-#: ../gio/glocalfileoutputstream.c:603 ../gio/glocalfileoutputstream.c:648
-#: ../gio/glocalfileoutputstream.c:1130
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
+#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
+#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "O nome do ficheiro non é válido"
-#: ../gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Erro ao abrir o ficheiro: %s"
-#: ../gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Non se pode abrir o directorio"
-#: ../gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Erro ao eliminar o ficheiro: %s"
-#: ../gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "Erro ao mover ao lixo o ficheiro: %s"
-#: ../gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Non se pode crear o directorio do lixo %s: %s"
-#: ../gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "Non se pode encontrar o directorio de nivel superior para o lixo"
-#: ../gio/glocalfile.c:1931 ../gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "Non se pode encontrar ou crear o directorio do lixo"
-#: ../gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, 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:2014 ../gio/glocalfile.c:2019 ../gio/glocalfile.c:2094
-#: ../gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Non se pode mover ao lixo o ficheiro: %s"
-#: ../gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "Erro ao crear o directorio: %s"
-#: ../gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
#, c-format
msgid "Filesystem does not support symbolic links"
msgstr "O sistema de ficheiros non é compatÃbel coas ligazóns simbólicas"
-#: ../gio/glocalfile.c:2161
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Erro ao crear a ligazón simbolica: %s"
-#: ../gio/glocalfile.c:2223 ../gio/glocalfile.c:2317
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Erro ao mover o ficheiro: %s"
-#: ../gio/glocalfile.c:2246
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Non se pode mover o directorio sobre un directorio"
-#: ../gio/glocalfile.c:2273 ../gio/glocalfileoutputstream.c:928
-#: ../gio/glocalfileoutputstream.c:942 ../gio/glocalfileoutputstream.c:957
-#: ../gio/glocalfileoutputstream.c:973 ../gio/glocalfileoutputstream.c:987
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
+#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
+#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Fallou a creación do ficheiro de seguranza"
-#: ../gio/glocalfile.c:2292
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Erro ao eliminar o ficheiro obxectivo: %s"
-#: ../gio/glocalfile.c:2306
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "Non se permite mover entre puntos de montaxe"
-#: ../gio/glocalfileinfo.c:721
+#: gio/glocalfileinfo.c:721
msgid "Attribute value must be non-NULL"
msgstr "O valor do atributo debe ser non nulo"
-#: ../gio/glocalfileinfo.c:728
+#: gio/glocalfileinfo.c:728
msgid "Invalid attribute type (string expected)"
msgstr "Tipo de atributo non válido (esperábase unha cadea)"
-#: ../gio/glocalfileinfo.c:735
+#: gio/glocalfileinfo.c:735
msgid "Invalid extended attribute name"
msgstr "Nome estendido do atributo non válido"
-#: ../gio/glocalfileinfo.c:775
+#: gio/glocalfileinfo.c:775
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Erro ao estabelecer o atributo estendido '%s': %s"
-#: ../gio/glocalfileinfo.c:1481 ../gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Erro ao iniciar o ficheiro '%s': %s"
-#: ../gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (codificación non válida)"
-#: ../gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Erro ao iniciar o descritor de ficheiro: %s"
-#: ../gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "O tipo de atributo non é válido (esperábase uint32)"
-#: ../gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "O tipo de atributo non é válido (esperábase uint64)"
-#: ../gio/glocalfileinfo.c:1832 ../gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "O tipo de atributo non é válido (esperábase unha cadea de bytes)"
-#: ../gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "Non se puideron estabelecer os permisos nas ligazóns simbólicas"
-#: ../gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Erro ao estabelecer os permisos: %s"
-#: ../gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Erro ao estabelecer o propietario: %s"
-#: ../gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "a ligazón simbólica debe ser non nula"
-#: ../gio/glocalfileinfo.c:1986 ../gio/glocalfileinfo.c:2005
-#: ../gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Erro ao estabelecer a ligazón simbólica: %s"
-#: ../gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "Erro ao estabelecer a ligazón simbólica: o ficheiro non é unha ligazón"
-#: ../gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr ""
"Produciuse un erro na modificación da configuración ou no tempo de acceso: %s"
-#: ../gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "O contexto SELinux debe ser non-NULL"
-#: ../gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Erro a estabelecer o contexto SELinux: %s"
-#: ../gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "O contexto SELinux non está habilitado neste sistema"
-#: ../gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Non se permite estabelecer o atributo %s "
-#: ../gio/glocalfileinputstream.c:165 ../gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Erro ao ler do ficheiro: %s"
-#: ../gio/glocalfileinputstream.c:196 ../gio/glocalfileinputstream.c:208
-#: ../gio/glocalfileinputstream.c:320 ../gio/glocalfileoutputstream.c:449
-#: ../gio/glocalfileoutputstream.c:1005
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Erro ao buscar no ficheiro: %s"
-#: ../gio/glocalfileinputstream.c:241 ../gio/glocalfileoutputstream.c:235
-#: ../gio/glocalfileoutputstream.c:330
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Erro ao pechar o ficheiro: %s"
-#: ../gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
"Non se pode encontrar o tipo de monitorización do ficheiro local predefinido"
-#: ../gio/glocalfileoutputstream.c:181 ../gio/glocalfileoutputstream.c:214
-#: ../gio/glocalfileoutputstream.c:722
+#: gio/glocalfileoutputstream.c:181 gio/glocalfileoutputstream.c:214
+#: gio/glocalfileoutputstream.c:722
#, c-format
msgid "Error writing to file: %s"
msgstr "Erro ao escribir no ficheiro: %s"
-#: ../gio/glocalfileoutputstream.c:262
+#: gio/glocalfileoutputstream.c:262
#, 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:276 ../gio/glocalfileoutputstream.c:289
+#: gio/glocalfileoutputstream.c:276 gio/glocalfileoutputstream.c:289
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Erro ao crear a copia de seguranza: %s"
-#: ../gio/glocalfileoutputstream.c:307
+#: gio/glocalfileoutputstream.c:307
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Erro ao renomear o ficheiro temporal: %s"
-#: ../gio/glocalfileoutputstream.c:495 ../gio/glocalfileoutputstream.c:1056
+#: gio/glocalfileoutputstream.c:495 gio/glocalfileoutputstream.c:1056
#, c-format
msgid "Error truncating file: %s"
msgstr "Erro ao truncar o ficheiro: %s"
-#: ../gio/glocalfileoutputstream.c:556 ../gio/glocalfileoutputstream.c:609
-#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:794
-#: ../gio/glocalfileoutputstream.c:1037 ../gio/glocalfileoutputstream.c:1136
+#: gio/glocalfileoutputstream.c:556 gio/glocalfileoutputstream.c:609
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:794
+#: gio/glocalfileoutputstream.c:1037 gio/glocalfileoutputstream.c:1136
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Erro ao abrir o ficheiro '%s': %s"
-#: ../gio/glocalfileoutputstream.c:825
+#: gio/glocalfileoutputstream.c:825
msgid "Target file is a directory"
msgstr "O ficheiro destino é un directorio"
-#: ../gio/glocalfileoutputstream.c:830
+#: gio/glocalfileoutputstream.c:830
msgid "Target file is not a regular file"
msgstr "O ficheiro destino non é un ficheiro normal"
-#: ../gio/glocalfileoutputstream.c:842
+#: gio/glocalfileoutputstream.c:842
msgid "The file was externally modified"
msgstr "O ficheiro foi modificado externamente"
-#: ../gio/glocalfileoutputstream.c:1021
+#: gio/glocalfileoutputstream.c:1021
#, c-format
msgid "Error removing old file: %s"
msgstr "Erro ao eliminar o ficheiro antigo: %s"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:553
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:553
msgid "Invalid GSeekType supplied"
msgstr "Proporcionouse un GSeekType non válido"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:563
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:563
msgid "Invalid seek request"
msgstr "Petición de busca non válida"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "Non se pode truncar GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:290
+#: gio/gmemoryoutputstream.c:290
msgid "Reached maximum data array limit"
msgstr "Alcanzouse o lÃmite máximo da matriz de datos"
-#: ../gio/gmemoryoutputstream.c:325
+#: gio/gmemoryoutputstream.c:325
msgid "Memory output stream not resizable"
msgstr "O fluxo de saÃda da memoria non é redimensionábel"
-#: ../gio/gmemoryoutputstream.c:341
+#: gio/gmemoryoutputstream.c:341
msgid "Failed to resize memory output stream"
msgstr "Fallou ao redimensionar o fluxo de saÃda da memoria"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+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:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+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 any of unmount or unmount_with_operation.
-#: ../gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "a montaxe non implementa o desmontado ou a operación_de_desmontado"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: ../gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "a montaxe non implementa a expulsión ou a operación_de_expulsión"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+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:797
+#: gio/gmount.c:828
msgid "mount doesn't implement content type guessing"
msgstr "a montaxe non implementa a averiguación do tipo de contido"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "a montaxe non implementa a averiguación sÃncrona do tipo de contido"
-#: ../gio/gnetworkaddress.c:295
+#: gio/gnetworkaddress.c:295
#, c-format
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "O nome do host '%s' contén '[' mais non ']'"
-#: ../gio/goutputstream.c:206 ../gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "O fluxo de saÃda non implementa a escritura"
-#: ../gio/goutputstream.c:368 ../gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "O fluxo de orixe xa está pechado"
-#: ../gio/gresolver.c:736
+#: gio/gresolver.c:736
#, c-format
msgid "Error resolving '%s': %s"
msgstr "Erro ao ler o ficheiro '%s': %s"
-#: ../gio/gresolver.c:786
+#: gio/gresolver.c:786
#, c-format
msgid "Error reverse-resolving '%s': %s"
msgstr "Erro ao reverter-resolver '%s': %s"
-#: ../gio/gresolver.c:821 ../gio/gresolver.c:899
+#: gio/gresolver.c:821 gio/gresolver.c:899
#, c-format
msgid "No service record for '%s'"
msgstr "Non hai rexistro de servizo de '%s'"
-#: ../gio/gresolver.c:826 ../gio/gresolver.c:904
+#: gio/gresolver.c:826 gio/gresolver.c:904
#, c-format
msgid "Temporarily unable to resolve '%s'"
msgstr "Foi incapaz de resolver temporalmente '%s'"
-#: ../gio/gresolver.c:831 ../gio/gresolver.c:909
+#: gio/gresolver.c:831 gio/gresolver.c:909
#, c-format
msgid "Error resolving '%s'"
msgstr "Erro ao resolver: '%s'"
-#: ../gio/gsocket.c:277
+#: gio/gsocket.c:277
msgid "Invalid socket, not initialized"
msgstr "O socket non é correcto, non se inicialiou"
-#: ../gio/gsocket.c:284
+#: gio/gsocket.c:284
#, c-format
msgid "Invalid socket, initialization failed due to: %s"
msgstr "O socket non é correcto, a inicialización fallou debido a: %s"
-#: ../gio/gsocket.c:292
+#: gio/gsocket.c:292
msgid "Socket is already closed"
msgstr "O fluxo de orixe xa está pechado"
-#: ../gio/gsocket.c:405
+#: gio/gsocket.c:405
#, c-format
msgid "creating GSocket from fd: %s"
msgstr "creando o GSocket a partir de fd: %s"
-#: ../gio/gsocket.c:439 ../gio/gsocket.c:453 ../gio/gsocket.c:1911
+#: gio/gsocket.c:439 gio/gsocket.c:453 gio/gsocket.c:1911
#, c-format
msgid "Unable to create socket: %s"
msgstr "Non se pode crear o socket: %s"
-#: ../gio/gsocket.c:439
+#: gio/gsocket.c:439
msgid "Unknown protocol was specified"
msgstr "Foi especificado un protocolo descoñecido"
-#: ../gio/gsocket.c:758
+#: gio/gsocket.c:758
msgid "Cancellable initialization not supported"
msgstr "Non se permite a inicialización cancelábel"
-#: ../gio/gsocket.c:1112
+#: gio/gsocket.c:1112
#, c-format
msgid "could not get local address: %s"
msgstr "Non se puido obter un enderezo local: %s"
-#: ../gio/gsocket.c:1145
+#: gio/gsocket.c:1145
#, c-format
msgid "could not get remote address: %s"
msgstr "non se puido obter un enderezo remoto: %s"
-#: ../gio/gsocket.c:1203
+#: gio/gsocket.c:1203
#, c-format
msgid "could not listen: %s"
msgstr "non se puido escoitar: %s"
-#: ../gio/gsocket.c:1277
+#: gio/gsocket.c:1277
#, c-format
msgid "Error binding to address: %s"
msgstr "Erro ao conectar co enderezo: %s"
-#: ../gio/gsocket.c:1397
+#: gio/gsocket.c:1397
#, c-format
msgid "Error accepting connection: %s"
msgstr "Erro ao aceptar a conexión : %s"
-#: ../gio/gsocket.c:1510
+#: gio/gsocket.c:1510
msgid "Error connecting: "
msgstr "Erro ao conectar: "
-#: ../gio/gsocket.c:1514
+#: gio/gsocket.c:1514
msgid "Connection in progress"
msgstr "Conexión en marcha"
-#: ../gio/gsocket.c:1519
+#: gio/gsocket.c:1519
#, c-format
msgid "Error connecting: %s"
msgstr "Erro ao conectar: %s"
-#: ../gio/gsocket.c:1559
+#: gio/gsocket.c:1559
#, c-format
msgid "Unable to get pending error: %s"
msgstr "Non se pode obter o erro pendente: %s"
-#: ../gio/gsocket.c:1655
+#: gio/gsocket.c:1655
#, c-format
msgid "Error receiving data: %s"
msgstr "Erro ao recibir datos: %s"
-#: ../gio/gsocket.c:1798
+#: gio/gsocket.c:1798
#, c-format
msgid "Error sending data: %s"
msgstr "Erro ao enviar datos: %s"
-#: ../gio/gsocket.c:1990
+#: gio/gsocket.c:1990
#, c-format
msgid "Error closing socket: %s"
msgstr "Erro ao pechar o socket: %s"
-#: ../gio/gsocket.c:2475
+#: gio/gsocket.c:2475
#, c-format
msgid "Waiting for socket condition: %s"
msgstr "Agardando pola situación do socket: %s"
-#: ../gio/gsocket.c:2714 ../gio/gsocket.c:2795
+#: gio/gsocket.c:2714 gio/gsocket.c:2795
#, c-format
msgid "Error sending message: %s"
msgstr "Erro ao enviar a mensaxe: %s"
-#: ../gio/gsocket.c:2739
+#: gio/gsocket.c:2739
msgid "GSocketControlMessage not supported on windows"
msgstr "O GSocketControlMessage non está permitido en windows"
-#: ../gio/gsocket.c:2997 ../gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "Erro ao recibir a mensaxe: %s"
-#: ../gio/gsocketclient.c:521 ../gio/gsocketclient.c:770
+#: gio/gsocketclient.c:521 gio/gsocketclient.c:770
msgid "Unknown error on connect"
msgstr "Erro descoñecido ao conectar"
-#: ../gio/gsocketlistener.c:192
+#: gio/gsocketlistener.c:192
msgid "Listener is already closed"
msgstr "O porto de escoita xa está pechado"
-#: ../gio/gsocketlistener.c:233
+#: gio/gsocketlistener.c:233
msgid "Added socket is closed"
msgstr "O socket engadido está pechado"
-#: ../gio/gthemedicon.c:499
+#: gio/gthemedicon.c:499
#, c-format
msgid "Can't handle version %d of GThemedIcon encoding"
msgstr "Non é posÃbel manipular a versión %d da codificación de GThemedIcon"
-#: ../gio/gunixconnection.c:151
+#: gio/gunixconnection.c:151
#, c-format
msgid "Expecting 1 control message, got %d"
msgstr "Esperando 1 mensaxe de control, obtÃvose %d"
-#: ../gio/gunixconnection.c:164
+#: gio/gunixconnection.c:164
msgid "Unexpected type of ancillary data"
msgstr "Tipo de datos subsidiarios inesperados"
-#: ../gio/gunixconnection.c:182
+#: gio/gunixconnection.c:182
#, c-format
msgid "Expecting one fd, but got %d\n"
msgstr "Esperando un descritor de ficheiro(fd) pero obtÃvose %d\n"
-#: ../gio/gunixconnection.c:198
+#: gio/gunixconnection.c:198
msgid "Received invalid fd"
msgstr "Recibiuse un descritor de ficheiro (fd) incorrecto"
-#: ../gio/gunixinputstream.c:354 ../gio/gunixinputstream.c:374
-#: ../gio/gunixinputstream.c:452 ../gio/gunixoutputstream.c:439
+#: gio/gunixinputstream.c:354 gio/gunixinputstream.c:374
+#: gio/gunixinputstream.c:452 gio/gunixoutputstream.c:439
#, c-format
msgid "Error reading from unix: %s"
msgstr "Erro ao ler de unix: %s"
-#: ../gio/gunixinputstream.c:407 ../gio/gunixinputstream.c:589
-#: ../gio/gunixoutputstream.c:394 ../gio/gunixoutputstream.c:545
+#: gio/gunixinputstream.c:407 gio/gunixinputstream.c:589
+#: gio/gunixoutputstream.c:394 gio/gunixoutputstream.c:545
#, c-format
msgid "Error closing unix: %s"
msgstr "Erro ao pechar unix: %s"
-#: ../gio/gunixmounts.c:1846 ../gio/gunixmounts.c:1883
+#: gio/gunixmounts.c:1846 gio/gunixmounts.c:1883
msgid "Filesystem root"
msgstr "RaÃz do sistema de ficheiros"
-#: ../gio/gunixoutputstream.c:340 ../gio/gunixoutputstream.c:361
+#: gio/gunixoutputstream.c:340 gio/gunixoutputstream.c:361
#, c-format
msgid "Error writing to unix: %s"
msgstr "Erro ao escribir a unix: %s"
-#: ../gio/gunixsocketaddress.c:182
+#: gio/gunixsocketaddress.c:182
msgid "Abstract unix domain socket addresses not supported on this system"
msgstr ""
"Abstraer os enderezos de socket de dominio unix que non son permitidos neste "
"sistema"
-#: ../gio/gvolume.c:452
+#: gio/gvolume.c:452
msgid "volume doesn't implement eject"
msgstr "o volume non implementa a expulsión"
#. Translators: This is an error
#. * message for volume objects that
#. * don't implement any of eject or eject_with_operation.
-#: ../gio/gvolume.c:531
+#: gio/gvolume.c:531
msgid "volume doesn't implement eject or eject_with_operation"
msgstr "o volume non implementa a expulsión ou a operación_de_expulsión"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr "Non se pode encontrar o aplicativo"
-#: ../gio/gwin32appinfo.c:300
+#: gio/gwin32appinfo.c:300
#, c-format
msgid "Error launching application: %s"
msgstr "Erro ao iniciar o aplicativo: %s"
-#: ../gio/gwin32appinfo.c:336
+#: gio/gwin32appinfo.c:336
msgid "URIs not supported"
msgstr "Os URI non son compatÃbeis"
-#: ../gio/gwin32appinfo.c:358
+#: gio/gwin32appinfo.c:358
msgid "association changes not supported on win32"
msgstr "os cambios de asociación non son compatÃbeis con win32"
-#: ../gio/gwin32appinfo.c:370
+#: gio/gwin32appinfo.c:370
msgid "Association creation not supported on win32"
msgstr "A creación de asociación non é compatÃbel con win32"
diff --git a/po/gu.po b/po/gu.po
index 7d23140..2d91463 100644
--- a/po/gu.po
+++ b/po/gu.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.master.gu\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-09 16:51+0530\n"
"Last-Translator: Sweta Kothari <swkothar redhat com>\n"
"Language-Team: Gujarati\n"
@@ -98,69 +98,69 @@ msgstr "'%s' નામવાળા ��� �ાર�ય��રમ� '%s'
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "exec લ��� '%s' ન� URI '%s' સાથ� વિસ�તારવામા� નિષ�ફળ"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "'%s' ���ષર સમ�હમા�થ� '%s' મા� ર�પા�તરણ મા�� �ધાર નથ�"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' મા�થ� '%s' મા��ન� પર�વર�ત� ��લ� શ�ત� નથ�"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "ર�પા�તર �નપ��ન� બા�ડ શ�ર�ણ� �પ�રમાણ�ત ��"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "રà«?પાàª?તર વàª?તà«? àªà«?લ: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "�નપ�� ના ��ડા પર �પ�ર�ણ ���ષર શ�ર�ણ� ��"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "ફ�લબ�� '%s' ન� '%s' ��ડના સમ�હમા� પર�વર�તિત �ર� શ�ાત�� નથ� "
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' �� �� \"ફા�લ\" ય��ના વાપર� �� ત� �����સ URI નથ�"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "સ�થાન�ય ફા�લ URI '%s' મા� �દાય '#' સમાવિષ�� નથ�"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "'%s' URI �ય���ય ��"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "'%s' URIન�� ય�માનન� નામ �ય���ય ��"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "'%s' URI �ય���ય બહાર ન��ળવાના ���ષર� ધરાવ� �� "
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "'%s' પથ નામ � �����સ પથ નથ�"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "�ય���ય ય�માન નામ"
@@ -169,119 +169,134 @@ msgstr "�ય���ય ય�માન નામ"
msgid "Error opening directory '%s': %s"
msgstr "'%s' ડિરà«?àª?à«?àª?રà«? àª?à«?લતા àªà«?લ: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "%lu બા�� \"%s\" ફા�લ વા��વા મા�� �પવામા� �વતા નથ�"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "'%s' ફાàª?લ વાàª?àª?તà«? વàª?તનà«? àªà«?લ: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "ફા�લ \"%s\" � �ણ� વિશાળ ��"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "'%s' ફા�લમા�થ� વા��વામા નિષ�ફળતા: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "'%s' ફા�લ ��લવામા� નિષ�ફળતા : %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "'%s' ફા�લન� લા��ષણિ�તા મ�ળવત� વ�ત� નિષ�ફળતા: fstate() નિષ�ફળ: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "'%s' ફા�લ ��લવામા� નિષ�ફળતા: fdopen() નિષ�ફળ: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "ફા�લ '%s' ન�� નામ '%s' મા� બદલવામા� નિષ�ફળ: g_rename() નિષ�ફળ: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "'%s' ફા�લ બનાવવામા� નિષ�ફળતા : %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "ફા�લ '%s' ન� લ�વા મા�� ��લવામા� નિષ�ફળ: fdopen() નિષ�ફળ: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "ફા�લ '%s' પર લ�વામા� નિષ�ફળ: fwrite() નિષ�ફળ: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "ફા�લ '%s' પર લ�વામા� નિષ�ફળ: fflush() નિષ�ફળ: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "ફા�લ '%s' પર લ�વામા� નિષ�ફળ: fsync() નિષ�ફળ: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "ફા�લ '%s' બ�ધ �રવામા� નિષ�ફળ: fclose() નિષ�ફળ: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "વર�તમાન ફા�લ '%s' દ�ર �ર� શ�ા� નહિ�: g_unlink() નિષ�ફળ: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr " '%s' ��મ�પલ�� �ય���ય ��, ત� '%s' ધરાવત�� નથ�"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "��મ�પલ�� '%s' � XXXXXX સમાવત�� નથ�"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "'%s' સા���તિ� �ડ� વા��વામા� નિષ�ફળતા: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "સા���તિ� �ડ� �ધાર �પત� નથ�"
@@ -527,7 +542,7 @@ msgstr "પા�ળ �વાન� મર�યાદા� પહ����
msgid "the pattern contains items not supported for partial matching"
msgstr "àªàª¾àª¤ àª?àª?શતàª? àª?à«?ડણà«? માàª?à«? àª?ધારàªà«?ત વસà«?તà«?àª? સમાવતà«? નથà«?"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "àª?àª?તરિàª? àªà«?લ"
@@ -1109,17 +1124,17 @@ msgstr "�િ�મત '%s' બ�લિયન તર��� �ન��ર
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "%s ન� ��બ મ��� �ણ� �િ�મત પસાર �ર�લ ��"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "સ���ર�મ પહ�લાથ� � બ�ધ થ� �ય�લ ��"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "પ�ર��રિયા રદ થ� �� હત�"
@@ -1142,34 +1157,34 @@ msgstr "%s પ�ર�ાર"
msgid "Unexpected early end-of-stream"
msgstr "સ���ર�મન�-��ત �નિ���ન�ય ર�ત� �લદ�"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "શ�ર�ષ�વ�હિન"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "ડ�સ����પ ફા�લ� Exec ��ષ�ત�ર સ�પષ�� �ર�લ નથ�"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "�ાર�ય��રમ મા�� �ર�ર� �ર�મિનલ શ�ધવામા� �સમર�થ"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "વપરાશ�ર�તા �ાર�ય��રમ ર�પર��ા��ન ફ�લ�ડર %s બનાવ� શ��યા નહિ�: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "વપરાશ�ર�તા MIME ર�પર��ા��ન ફ�લ�ડર %s બનાવ� શ��યા નહિ�: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "વપરાશ�ર�તા ડ�સ����પ ફા�લ %s બનાવ� શ�તા નથ�"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "%s મા�� વ�વિધ�યપ�ર�ણ વ�યા��યા"
@@ -1221,13 +1236,13 @@ msgstr "GEmblemedIcon �ન��ડ��� મા� ���ન� (%d)
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "GEmblemedIcon મા�� GEmblem � �પ���ષિત ��"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "પà«?રàª?à«?રિયા àª?ધારàªà«?ત નથà«?"
@@ -1240,49 +1255,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "સમાવનાર મા�ન�� �સ�તિત�વમા� નથ�"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "ડિર����ર� �પર ન�લ �ર� શ�તા નથ�"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "ડિર����ર�ન� ડિર����ર� �પર ન�લ �ર� શ�તા નથ�"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "લ��ષ�ય ફા�લ �સ�તિત�વમા� નથ�"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "પ�નરાવર�તિત ર�ત� ડિર����ર�ન� ન�લ �ર� શ�તા નથ�"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "વિશિષ�� ફા�લ ન� ન�લ �ર� શ�તા નથ�"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "�ય���ય સા���તિ� �ડ� �િ�મત �પાય�લ ��"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "àª?àª?રાપà«?àª?à«? àª?ધારàªà«?ત નથà«?"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ફા�લ નામ� '%c' સમાવ� શ�તા નથ�"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "વ�લ�ય�મ મા�ન�� �મલમા� મ��ત�� નથ�"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "àª? ફાàª?લ સàª?àªàª¾àª³àªµàª¾ માàª?à«? àª?à«?àª? àª?ારà«?યàª?à«?રમ રàª?à«?સà«?àª?ર થયà«?લ નથà«?"
@@ -1371,7 +1386,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "સà«?àª?à«?રà«?મનà«? àªàª°àªªà«?ર પà«?રàª?à«?રિયા àª?à«?"
@@ -1384,114 +1399,119 @@ msgstr "સ���� સરનામા� મા�� પ�રત� �
msgid "Unsupported socket address"
msgstr "બિન�ધારિત સ���� સરનામ��"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "મà«?ળàªà«?ત સà«?થાનિàª? ડિરà«?àª?à«?àª?રà«? મà«?નà«?àª?ર પà«?રàª?ાર શà«?ધવામાàª? àª?સમરà«?થ"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "�ય���ય ફા�લનામ %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "ફાàª?લસિસà«?àª?મ àª?ાણàª?ારà«? મà«?ળવવામાàª? àªà«?લ: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "ર�� ડિર����ર�ન�� નામ બદલ� શ�તા નથ�"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "ફાàª?લનà«?àª? નામ બદલવામાàª? àªà«?લ: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "ફા�લન�� નામ બદલ� શ�તા નથ�, ફા�લનામ પહ�લાથ� � હા�ર ��"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "�ય���ય ફા�લનામ"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "ફાàª?લ àª?à«?લવામાàª? àªà«?લ: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "ડિર����ર� ��લ� શ�તા નથ�"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "ફાàª?લ દà«?ર àª?રવામાàª? àªà«?લ: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "ફાàª?લનà«? àª?àª?રાપà«?àª?à«?માàª? નાàª?àª?વામાàª? àªà«?લ: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "��રાપ��� ડિર����ર� %s બનાવવામા� �સમર�થ: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "��રાપ��� મા�� ���સ�તરન� ડિર����ર� શ�ધવામા� �સમર�થ"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "��રાપ��� ડિર����ર� શ�ધવામા� �� બનાવવામા� �સમર�થ"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "��રાપ��� �ાણ�ાર� ફા�લ બનાવવામા� �સમર�થ: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "ફા�લન� ��રાપ���મા� મ��લવામા� �સમર�થ: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "ડિરà«?àª?à«?àª?રà«? બનાવવામાàª? àªà«?લ: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "'%s' સા���તિ� �ડ� વા��વામા� નિષ�ફળતા: %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "સાàª?àª?à«?તિàª? àª?ડà«? બનાવવામાàª? àªà«?લ: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "ફાàª?લ àª?સà«?ડવામાàª? àªà«?લ: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "ડિર����ર�ન� ડિર����ર� �પર �સ�ડ� શ�તા નથ�"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "બ���પ ફા�લ બનાવ� નિષ�ફળ"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "લàª?à«?ષà«?ય ફાàª?લ દà«?ર àª?રવામાàª? àªà«?લ: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "માàª?નà«?àª?à«? વàª?à«?àª?à«? àª?સà«?ડવાનà«?àª? àª?ધારàªà«?ત નથà«?"
@@ -1512,102 +1532,102 @@ msgstr "�ય���ય વિસ�ત�ત લ��ષણ નામ"
msgid "Error setting extended attribute '%s': %s"
msgstr "વિસà«?તà«?ત લàª?à«?ષણ '%s' સà«?યà«?àª?à«?ત àª?રવામાàª? àªà«?લ: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "ફાàª?લ '%s' àª?હà«?વામાàª? àªà«?લ: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (�ય���ય સ���રહપદ�ધતિ)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "ફાàª?લ વરà«?ણનàª?ાર àª?હà«?વામાàª? àªà«?લ: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "�ય���ય લ��ષણ પ�ર�ાર (uint32 ����િત)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "�ય���ય લ��ષણ પ�ર�ાર (uint64 ����િત)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "�ય���ય લ��ષણ પ�ર�ાર (બા�� શબ�દમાળા ����િત)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "સ���ત �ડ�� પર પરવાન���ન� સ�ય��િત �ર� શ�ાત� નથ�"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "પરવાનàª?à«?àª? સà«?યà«?àª?à«?ત àª?રવામાàª? àªà«?લ: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "માલિàª? સà«?યà«?àª?à«?ત àª?રવામાàª? àªà«?લ: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "સા���તિ� �ડ� non-NULL � હ�વ� ����"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "સાàª?àª?à«?તિàª? àª?ડà«? સà«?યà«?àª?à«?ત àª?રવામાàª? àªà«?લ: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "સાàª?àª?à«?તિàª? àª?ડà«? સà«?યà«?àª?à«?ત àª?રવામાàª? àªà«?લ: ફાàª?લ સાàª?àª?à«?તિàª? àª?ડà«? નથà«?"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "બદલાવ àª?થવા પà«?રવà«?શ સમય નà«? સà«?યà«?àª?ન àª?રતà«? વàª?તà«? àªà«?લ: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux સ�દર�ઠnon-NULL � હ�વ� ����"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "SELinux સàª?દરà«?ઠનà«? સà«?યà«?àª?ન àª?રવામાàª? àªà«?લ: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux � � સિસ��મ પર સ��રિય થય�લ નથ�"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "લàª?à«?ષણ %s સà«?યà«?àª?à«?ત àª?રવાનà«?àª? àª?ધારàªà«?ત નથà«?"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "ફાàª?લમાàª?થà«? વાàª?àª?વામાàª? àªà«?લ: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "ફાàª?લમાàª? પહà«?àª?àª?વામાàª? àªà«?લ: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "ફાàª?લ બàª?ધ àª?રવામાàª? àªà«?લ: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "મà«?ળàªà«?ત સà«?થાનિàª? ફાàª?લ મà«?નà«?àª?ર પà«?રàª?ાર શà«?ધવામાàª? àª?સમરà«?થ"
@@ -1688,49 +1708,54 @@ msgstr "મ�મર� ���પ�� સ���ર�મન�� મા
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "મા�ન�� � �નમા�ન��ન� �મલમા� મ��ત�� નથ�"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "મા�ન�� � બહાર �ાઢ�ન� �મલમા� મ��ત�� નથ�"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "મા�ન�� � unmount �થવા unmount_with_operation ન�� �મલ��રણ �રત� નથ�"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "મા�ન�� eject �થવા eject_with_operation ન�� �મલ��રણ �રત� નથ�"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "મા�ન�� � સમાવિષ�� પ�ર�ાર ��દા�િત �રવાન�� ��� સાથ� �મલ��રણ �રત� નથ�"
@@ -1739,11 +1764,11 @@ msgstr "મા�ન�� � સમાવિષ�� પ�ર�ાર �
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "ય�માનનામ '%s' સમાવ� �� '[' પર�ત� નથ� ']'"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "���પ�� સ���ર�મ લ��નન� �મલમા� મ��ત�� નથ�"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "સ�ર�ત સ���ર�મ પહ�લાથ� � બ�ધ થ� �ય�લ ��"
@@ -1875,7 +1900,7 @@ msgstr "સ�દ�શ� મ��લ� રહ�યા હ�ય ત�ય
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage àª? વિનà«?ડà«? પર àª?ધારàªà«?ત નથà«?"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "àªà«?લ મà«?ળવà«? રહà«?યા હà«?ય તà«?યારà«? àªà«?લ: %s"
diff --git a/po/he.po b/po/he.po
index 64d5b4a..9c50b5c 100644
--- a/po/he.po
+++ b/po/he.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.he\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-06 09:32+0200\n"
"Last-Translator: Yaron Shahrabani <sh yaron gmail com>\n"
"Language-Team: Hebrew <he li org>\n"
@@ -93,69 +93,69 @@ 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:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, 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:441 glib/gconvert.c:519
#, 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:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Invalid byte sequence in conversion input"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Error during conversion: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Partial character sequence at end of input"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Cannot convert fallback '%s' to codeset '%s'"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, 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:1755
+#: glib/gconvert.c:1761
#, 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:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "The URI '%s' is invalid"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "The hostname of the URI '%s' is invalid"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "The URI '%s' contains invalidly escaped characters"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "The pathname '%s' is not an absolute path"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Invalid hostname"
@@ -164,119 +164,134 @@ msgstr "Invalid hostname"
msgid "Error opening directory '%s': %s"
msgstr "Error opening directory '%s': %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, 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:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Error reading file '%s': %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "File \"%s\" is too large"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Failed to read from file '%s': %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Failed to open file '%s': %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, 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:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Failed to open file '%s': fdopen() failed: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, 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:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Failed to create file '%s': %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, 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:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Failed to write file '%s': fwrite() failed: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Failed to write file '%s': fflush() failed: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Failed to write file '%s': fsync() failed: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Failed to close file '%s': fclose() failed: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, 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:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Template '%s' invalid, should not contain a '%s'"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Template '%s' doesn't contain XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u bytes"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Failed to read the symbolic link '%s': %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Symbolic links not supported"
@@ -536,7 +551,7 @@ msgstr "backtracking limit reached"
msgid "the pattern contains items not supported for partial matching"
msgstr "the pattern contains items not supported for partial matching"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "internal error"
@@ -1121,17 +1136,17 @@ msgstr "Value '%s' cannot be interpreted as a boolean."
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "Too large count value passed to %s"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "Stream is already closed"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "Operation was cancelled"
@@ -1154,34 +1169,34 @@ msgstr "%s type"
msgid "Unexpected early end-of-stream"
msgstr "Unexpected early end-of-stream"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Unnamed"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "Desktop file didn't specify Exec field"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "Unable to find terminal required for application"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, 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:1102
+#: gio/gdesktopappinfo.c:1117
#, 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:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Can't create user desktop file %s"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "Custom definition for %s"
@@ -1233,13 +1248,13 @@ msgstr "Malformed number of tokens (%d) in GEmblemedIcon encoding"
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "Expected a GEmblem for GEmblemedIcon"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Operation not supported"
@@ -1252,49 +1267,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "Containing mount does not exist"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Can't copy over directory"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "Can't copy directory over directory"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "Target file exists"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "Can't recursively copy directory"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "Can't copy special file"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "Invalid symlink value given"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "Trash not supported"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "File names cannot contain '%c'"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "volume doesn't implement mount"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "No application is registered as handling this file"
@@ -1383,7 +1398,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "Stream has outstanding operation"
@@ -1396,114 +1411,119 @@ msgstr "Not enough space for socket address"
msgid "Unsupported socket address"
msgstr "Unsupported socket address"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "Unable to find default local directory monitor type"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Invalid filename %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Error getting filesystem info: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Can't rename root directory"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Error renaming file: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "Can't rename file, filename already exist"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Invalid filename"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Error opening file: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Can't open directory"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Error removing file: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "Error trashing file: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Unable to create trash dir %s: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "Unable to find toplevel directory for trash"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "Unable to find or create trash directory"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Unable to create trashing info file: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Unable to trash file: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "Error creating directory: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Failed to read the symbolic link '%s': %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Error making symbolic link: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Error moving file: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Can't move directory over directory"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Backup file creation failed"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Error removing target file: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "Move between mounts not supported"
@@ -1524,103 +1544,103 @@ msgstr "Invalid extended attribute name"
msgid "Error setting extended attribute '%s': %s"
msgstr "Error setting extended attribute '%s': %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Error stating file '%s': %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (invalid encoding)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Error stating file descriptor: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Invalid attribute type (uint32 expected)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Invalid attribute type (uint64 expected)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Invalid attribute type (byte string expected)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "Cannot set permissions on symlinks"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Error setting permissions: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Error setting owner: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "symlink must be non-NULL"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Error setting symlink: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "Error setting symlink: file is not a symlink"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "Error setting modification or access time: %s"
# c-format
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux context must be non-NULL"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Error setting SELinux context: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux is not enabled on this system"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Setting attribute %s not supported"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Error reading from file: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Error seeking in file: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Error closing file: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "Unable to find default local file monitor type"
@@ -1701,49 +1721,54 @@ msgstr "Failed to resize memory output stream"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+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:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+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 any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "mount doesn't implement unmount or unmount_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "mount doesn't implement eject or eject_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "mount doesn't implement synchronous content type guessing"
@@ -1752,11 +1777,11 @@ msgstr "mount doesn't implement synchronous content type guessing"
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "Hostname '%s' contains '[' but not ']'"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "Output stream doesn't implement write"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "Source stream is already closed"
@@ -1888,7 +1913,7 @@ msgstr "Error sending message: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage not supported on windows"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "Error receiving message: %s"
diff --git a/po/hi.po b/po/hi.po
index fcc212f..2987c5f 100644
--- a/po/hi.po
+++ b/po/hi.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.master\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-11 15:59+0530\n"
"Last-Translator: Rajesh Ranjan <rajesh672 gmail com>\n"
"Language-Team: Hindi <hindi.sf.net>\n"
@@ -101,69 +101,69 @@ msgstr "'%s' �� नाम स� ��� �न�प�रय�� न
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "'%s' ���स प���ति य��र�� '%s' स� फ�लान� म�� विफल रहा"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "वर�ण सम�ह '%s' स� '%s' म�� परिवर�तन समर�थित नह�� ह�"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' स� '%s' परिवर�त� नह�� ��ला �ा स�ा"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "परिवर�तन �नप�� म�� �व�ध बा�� �न���रम"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "परिवर�तन �� द�रान त�र��ि: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "�नप�� �� ��त म�� ��शि� वर�ण �न���रम"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "फालब�� '%s' �� ��ड स�� '%s' म�� परिवर�तित नह�� �र स�ा"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "\"file\" य��ना �ा �पय�� �रन� वाल� य��र�� '%s' �� निरप���ष य��र�� नह�� ह�"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "स�थान�य फ़ा�ल य��र�� '%s' म�� �� '#' सम�मिलित नह�� ह�"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "य��र�� '%s' �व�ध ह�"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "य��र�� '%s' �ा म��बाननाम �व�ध ह�"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "य��र�� '%s' म�� �व�ध �स���प�ड वर�ण सम�मिलित ह��"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "पथनाम '%s' �� निरप���ष पथ नह�� ह�"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "�व�ध ह�स��-नाम"
@@ -172,119 +172,134 @@ msgstr "�व�ध ह�स��-नाम"
msgid "Error opening directory '%s': %s"
msgstr "निर�द�शि�ा '%s' �� ��लन� म�� त�र��ि: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr " %lu बा�� �ब��ित नह�� �िया �ा स�ता फ़ा�ल \"%s\" �� पढ़न� ह�त�"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "'%s' फ़ा�ल �� पढ़न� म�� त�र��ि: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "\"%s\" फ़ा�ल �ाफ� बड़� ह�"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "फ़ा�ल '%s' स� पढ़न� म�� �सफल: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "'%s' फ़ा�ल ��लन� म�� �सफल :%s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "फ़ा�ल '%s' �� विश�षता ���ात �रन� म�� �सफल: fstat() �सफल: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "फ़ा�ल '%s': fdopen() ��लन� म�� �सफल: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "फ़ा�ल '%s' �� '%s' म�� नाम बदलन� म�� विफल: g_rename() विफल: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "फ़ा�ल '%s' बनान� म�� �सफल: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "फ़ा�ल '%s' �� लि�न� �� लि� ��लन� म�� विफल: fdopen() विफल: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "'%s' फ़ा�ल �� लि�न� म�� विफल: fwrite() विफल: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "'%s' फ़ा�ल म�� लि�न� म�� विफल: fflush() विफल: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "'%s' फ़ा�ल म�� लि�न� म�� विफल: fwrite() विफल: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "'%s' फ़ा�ल ब�द �रन� म�� विफल: fclose() विफल: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "'%s' म���दा फ़ा�ल ह�ाया नह�� �ा स�ता: g_unlink() विफल: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "��म�पल�� '%s' �व�ध ह�, �सम�� '%s' शामिल नह�� ह�"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "��म�पल�� '%s' म�� XXXXXX समाहित नह�� ह�"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f �ि.बा."
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f म�.बा."
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f ��.बा."
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f �ि.बा."
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f �ि.बा."
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f �ि.बा."
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "सि�बालि� लि�� '%s' स� प�रस�� पढ़न� म�� �सफल %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "सि�बालि� लि�� समर�थित नह�� ह�"
@@ -532,7 +547,7 @@ msgstr "ब����र��ि�� स�मा पह��� ��"
msgid "the pattern contains items not supported for partial matching"
msgstr "प�रार�प म�� व� वस�त��� समाहित ह�� �� ��शि� मिलान �� लि� समर�थित नह�� ह��"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "��तरि� त�र��ि"
@@ -1111,17 +1126,17 @@ msgstr "मान '%s' �� ब�लियन �� त�र पर वि
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "बड़à¥? à¤?णना मान à¤?à¥? %s मà¥?à¤? à¤à¥?à¤?ा à¤?या"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "धारा पहल� स� ब�द ह�"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "�पर�शन रद�द था"
@@ -1144,34 +1159,34 @@ msgstr "%s प�र�ार"
msgid "Unexpected early end-of-stream"
msgstr "�प�रत�याशित स���र�म �ा समय स� पहल� ��त"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "ब�नाम"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "ड�स����प फ़ा�ल ���स ��ष�त�र �� निर�दिष�� नह�� �रता ह�"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "�न�प�रय�� �� लि� �र�र� �र�मिनल ढ��ढ़न� म�� �समर�थ"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "�पय���ता �न�प�रय�� विन�यास फ़�ल�डर %s नह�� बना स�ता ह�: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "MIME विन�यास फ़�ल�डर %s नह�� बना स�ता ह�: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "�पय���ता ड�स����प फ़ा�ल %s नह�� बना स�ता ह�"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "%s à¤?à¥? लिà¤? मनपसà¤?à¤? परिà¤à¤¾à¤·à¤¾"
@@ -1223,13 +1238,13 @@ msgstr "GEmblemedIcon �न���डि�� म�� (%d) ���न
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "GEmblemedIcon �� लि� �� GEmblem प�रत�याशित"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "�पर�शन समर�थित नह�� ह�"
@@ -1242,49 +1257,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "समाहित �रन� वाला मा��� म���द नह�� ह�"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "निर�द�शि�ा पर न�़ल नह�� �र स�ता ह�"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "निर�द�शि�ा पर निर�द�शि�ा न�़ल नह�� �र स�ता ह�"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "ल��ष�य फ़ा�ल म���द ह�"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "निर�द�शि�ा प�नरावर�त� र�प स� न�़ल नह�� �र स�ता ह�"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "विश�ष फ़ा�ल न�़ल नह�� �र स�ता ह�"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "�व�ध सा���ति� �ड़� प�रदत�त मान"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "रद�द� समर�थित नह�� ह�"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "फ़ा�ल नाम म�� '%c' नह�� ह� स�ता ह�"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "�वा� मा��� ला�� नह�� �र स�ता ह�"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "�स फ़ा�ल �� निय�त�रण �� र�प म�� ��� �न�प�रय�� प�����त नह�� ह�"
@@ -1373,7 +1388,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "स���र�म �� पास ब�� �पर�शन ह�"
@@ -1386,114 +1401,119 @@ msgstr "स���� पता �� लि� पर�याप�त स
msgid "Unsupported socket address"
msgstr "�समर�थित स���� पता"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "तयश�दा स�थान�य निर�द�शि�ा म�नि�र प�र�ार ढ��ढ़न� म�� �समर�थ"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "�व�ध फ़ा�लनाम: %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "फ़ा�लत�त�र स��ना पान� म�� त�र��ि: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "र�� निर�द�शि�ा �ा नाम नह�� बदल स�ता ह�"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "फ़ा�ल �ा नाम बदलन� म�� त�र��ि: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "फ़ा�ल �ा नाम नह�� बदल स�ता ह�, फ़ा�लनाम पहल� स� म���द ह�"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "�व�ध फ़ा�लनाम"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "फ़ा�ल ��लन� म�� त�र��ि: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "ड�र���र� नह�� ��ल स�त� ह�"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "फ़ा�ल ह�ान� म�� त�र��ि: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "फ़ाà¤?ल रदà¥?दà¥? मà¥?à¤? à¤à¥?à¤?नà¥? मà¥?à¤? तà¥?रà¥?à¤?ि: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "रद�द� निर�द�शि�ा %s बनान� म�� �समर�थ: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "रद�द� �� लि� ���� स�तरय� निर�द�शि�ा ढ��ढ़न� म�� �समर�थ"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "रद�द� निर�द�शि�ा ढ��ढ़न� �र बनान� म�� �समर�थ"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "रद�द� स��ना फ़ा�ल बनान� म�� �समर�थ: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "फ़ाà¤?ल रदà¥?दà¥? मà¥?à¤? à¤à¥?à¤?नà¥? मà¥?à¤? à¤?समरà¥?थ: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "निर�द�शि�ा बनान� म�� त�र��ि: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "सि�बालि� लि�� '%s' स� प�रस�� पढ़न� म�� �सफल %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "सा���ति� �ड़� बनान� म�� त�र��ि: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "फ़ा�ल �िस�ान� म�� त�र��ि: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "निर�द�शि�ा पर निर�द�शि�ा नह�� �िस�ा स�ता ह�"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "ब���प फ़ा�ल निर�माण विफल"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "ल��ष�य फ़ा�ल ह�ान� म�� त�र��ि: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "मा��� �� ब�� �िस�ाना समर�थित नह��"
@@ -1514,102 +1534,102 @@ msgstr "�व�ध विस�तारित विश�षता नाम
msgid "Error setting extended attribute '%s': %s"
msgstr "विस�तारित विश�षता '%s' स�� �रन� म�� त�र��ि: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' फ़ा�ल व�य��त �रन� म�� त�र��ि: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (�व�ध �न���डि��)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "फ़ा�ल विवरण�र�ता व�य��त �रन� म�� त�र��ि: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "�व�ध विश�षता प�र�ार (uint32 प�रत�याशित)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "�व�ध विश�षता प�र�ार (uint64 प�रत�याशित)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "�व�ध विश�षता प�र�ार (बा�� स���रि�� प�रत�याशित)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "सिमलि�� पर �न�मति स�� नह�� �र स�ता ह�"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "�न�मति स�� �रन� �� द�रान त�र��ि: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "स�वाम� स�� �रन� �� द�रान त�र��ि: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "सा���ति� �ड़� �र�र रि��त ह�न� �ाहि�"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "सा���ति� �ड़� �� स��ि�� म�� त�र��ि: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "सा���ति� �ड़� �� स��ि�� म�� त�र��ि: फ़ा�ल �� सा���ति� �ड़� नह�� ह�"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "र�पा�तरण या पह��� समय स�� �रन� �� द�रान त�र��ि: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux स�दर�ठ�र�र श�न�य�तर ह�ना �ाहि�"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "SELinux स�दर�ठस��ि�� �� द�रान त�र��ि: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux �स त�त�र पर समर�थित नह�� ह�"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "विश�षता %s �� स��ि�� समर�थित नह�� ह�"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "फ़ा�ल स� पढ़न� �� द�रान त�र��ि: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "फ़ा�ल स� प�राप�त �रन� म�� त�र��ि: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "फ़ा�ल ब�द �रन� म�� त�र��ि: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "तयश�दा स�थान�य फ़ा�ल म�नि�र प�र�ार ढ��ढ़न� म�� �समर�थ"
@@ -1690,49 +1710,54 @@ msgstr "स�म�ति ���प�� स���र�म �ा �
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "मा��� �नमा��� ला�� नह�� �रता ह�"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "मा��� बाहर �र�� ला�� नह�� �रता ह�"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "�र�ह �र�ह या unmount_with_operation � ला�� नह�� �रता ह�"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "�र�ह बाहर नि�ाल�� या eject_with_operation � ला�� नह�� �रता ह�"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "मा��� त�ल�य�ालित ��तर�वस�त� प�र�ार ��सि�� ला�� नह�� �रता ह�"
@@ -1741,11 +1766,11 @@ msgstr "मा��� त�ल�य�ालित ��तर�वस�
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "म��बाननाम म�� '%s' शामिल ह� '[' but not ']'"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "���प�� स���र�म ल��न ला�� नह�� �रता ह�"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "स�र�त स���र�म पहल� स� ब�द ह�"
@@ -1877,7 +1902,7 @@ msgstr "सà¤?दà¥?श à¤à¥?à¤?नà¥? मà¥?à¤? तà¥?रà¥?à¤?ि: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage वि�ड�� पर समर�थित नह��"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "स�द�श पान� म�� त�र��ि: %s"
diff --git a/po/hr.po b/po/hr.po
index bec4d3f..7e6612f 100644
--- a/po/hr.po
+++ b/po/hr.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2008-05-18 15:38+0000\n"
"Last-Translator: Launchpad Translations Administrators <rosetta launchpad "
"net>\n"
@@ -88,69 +88,69 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Nisam uspio proÄ?itati simboliÄ?ku vezu '%s': %s"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Pretvaranje iz znakovnog skupa '%s' u '%s' nije podržana"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Ne mogu otvoriti pretvornik iz %s' u '%s'"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Neispravna sekvenca bajtova u izlazu konverzije"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Greška prilikom konverzije: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "DjelomiÄ?na znakovna sekvenca pri kraju izlaza"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Ne mogu prevesti '%s' u znakovni skup '%s'"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "'%s' nije apsolutni URI sa \"datoteka\" shemom"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "URI lokalne datoteke '%s' ne smije ukljuÄ?ivati '#'"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' nije ispravan"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Ime raÄ?unala URI-ja '%s' je neispravno"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' sadrži neispravne escape znakove"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Putanja '%s' nije apsolutna putanja"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Neispravno ime raÄ?unala"
@@ -159,94 +159,94 @@ msgstr "Neispravno ime raÄ?unala"
msgid "Error opening directory '%s': %s"
msgstr "Greška pri otvaranju mape '%s': %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Ne mogu alocirati %lu bajtova za Ä?itanje datoteke \"%s\""
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "GreÅ¡ka pri Ä?itanju datoteke '%s': %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "GreÅ¡ka pri Ä?itanju iz datoteke '%s': %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Greška pri otvaranju datoteke '%s': %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Greška pri dohvatu atributa datoteke '%s': fstat() nije uspio: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Greška pri otvaranju datoteke '%s': fdopen() nije uspio: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
"Greška pri preimenovanju datoteke '%s' u '%s': g_rename() nije uspio: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Greška pri stvaranju datoteke '%s': %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Greška pri otvaranju datoteke '%s' za pisanje: fdopen() nije uspio: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Greška pri pisanje u datoteku '%s': fwrite() nije uspio: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Greška pri pisanje u datoteku '%s': fwrite() nije uspio: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Greška pri pisanje u datoteku '%s': fwrite() nije uspio: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Greška pri zatvaranju datoteke '%s': fclose() nije uspio: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
"PostojeÄ?a datoteka '%s' ne može biti obrisana: g_unlink() nije uspio: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Predložak '%s' nije ispravan, ne smije sadržavati'%s'"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, fuzzy, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Predložak '%s' ne završava sa XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -254,27 +254,42 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, c-format
+msgid "%.1f TB"
+msgstr ""
+
+#: glib/gfileutils.c:1802
+#, c-format
+msgid "%.1f PB"
+msgstr ""
+
+#: glib/gfileutils.c:1807
+#, c-format
+msgid "%.1f EB"
+msgstr ""
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Nisam uspio proÄ?itati simboliÄ?ku vezu '%s': %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Nisu podržane simboliÄ?ke veze"
@@ -533,7 +548,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr ""
@@ -1128,17 +1143,17 @@ msgstr "Vrijednost '%s' ne može biti protumaÄ?ena kao boolean."
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr ""
@@ -1161,34 +1176,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1240,13 +1255,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1260,50 +1275,50 @@ msgstr "Nisu podržane simboliÄ?ke veze"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: gio/gfile.c:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr ""
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr ""
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr ""
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
#, fuzzy
msgid "Trash not supported"
msgstr "Nisu podržane simboliÄ?ke veze"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr ""
@@ -1392,7 +1407,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr ""
@@ -1405,115 +1420,120 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Neispravno ime raÄ?unala"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, fuzzy, c-format
msgid "Error getting filesystem info: %s"
msgstr "GreÅ¡ka pri Ä?itanju datoteke '%s': %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr ""
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "GreÅ¡ka pri Ä?itanju datoteke '%s': %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
#, fuzzy
msgid "Invalid filename"
msgstr "Neispravno ime raÄ?unala"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "GreÅ¡ka pri Ä?itanju datoteke '%s': %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "GreÅ¡ka pri Ä?itanju datoteke '%s': %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "GreÅ¡ka pri Ä?itanju datoteke '%s': %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Greška pri stvaranju datoteke '%s': %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Greška pri stvaranju datoteke '%s': %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Greška pri stvaranju datoteke '%s': %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Greška pri otvaranju mape '%s': %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Nisam uspio proÄ?itati simboliÄ?ku vezu '%s': %s"
+
+#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Greška prilikom konverzije: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "GreÅ¡ka pri Ä?itanju datoteke '%s': %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "GreÅ¡ka pri Ä?itanju datoteke '%s': %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr ""
@@ -1535,103 +1555,103 @@ msgstr "Dokument je zavrÅ¡io neoÄ?ekivano unutar imena atributa"
msgid "Error setting extended attribute '%s': %s"
msgstr "Greška pri otvaranju mape '%s': %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "GreÅ¡ka pri Ä?itanju datoteke '%s': %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "GreÅ¡ka pri Ä?itanju datoteke '%s': %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "Greška prilikom konverzije: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Greška prilikom konverzije: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Greška prilikom konverzije: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Greška na retku %d: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "Greška prilikom konverzije: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Greška prilikom konverzije: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Nisu podržane simboliÄ?ke veze"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "GreÅ¡ka pri Ä?itanju datoteke '%s': %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "GreÅ¡ka pri Ä?itanju datoteke '%s': %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "GreÅ¡ka pri Ä?itanju datoteke '%s': %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
@@ -1713,49 +1733,49 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+msgid "mount doesn't implement \"unmount\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+msgid "mount doesn't implement \"eject\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
@@ -1764,11 +1784,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr ""
@@ -1902,7 +1922,7 @@ msgstr "GreÅ¡ka pri Ä?itanju datoteke '%s': %s"
msgid "GSocketControlMessage not supported on windows"
msgstr ""
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "GreÅ¡ka pri Ä?itanju datoteke '%s': %s"
diff --git a/po/hu.po b/po/hu.po
index 61d8522..d58958c 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib master\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-02 18:04+0200\n"
"Last-Translator: Gabor Kelemen <kelemeng at gnome dot hu>\n"
"Language-Team: Hungarian <gnome at fsf dot hu>\n"
@@ -91,72 +91,72 @@ msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr ""
"Nem sikerült kiterjeszteni a(z) â??%sâ?? végrehajtási sort a(z) â??%sâ?? URL cÃmmel"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "A(z) â??%sâ?? és â??%sâ?? karakterkészletek közötti átalakÃtás nem támogatott"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr ""
"A(z) â??%sâ?? karakterkészletrÅ?l â??%sâ?? karakterkészletre átalakÃtó nem nyitható "
"meg"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Ã?rvénytelen bájtsorrend az átalakÃtás bemenetében"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Hiba az átalakÃtás során: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Részleges karaktersorozat a bemenet végén"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Nem alakÃtható át a tartalék â??%sâ?? a(z) â??%sâ?? kódkészletre"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "A(z) â??%sâ?? URI nem abszolút, a â??fileâ?? sémát használó URI"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "A(z) â??%sâ?? helyi fájl URI nem tartalmazhat â??#â?? karaktert"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "A(z) â??%sâ?? URI érvénytelen"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "A(z) â??%sâ?? gépneve érvénytelen"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr ""
"A(z) â??%sâ?? URI érvénytelen, escape sorozatként megadott karaktereket tartalmaz"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "A(z) â??%sâ?? elérési út neve nem abszolút útvonal"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "�rvénytelen gépnév"
@@ -165,123 +165,138 @@ msgstr "�rvénytelen gépnév"
msgid "Error opening directory '%s': %s"
msgstr "Hiba a(z) â??%sâ?? könyvtár megnyitásakor: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Nem sikerült %lu bájtot lefoglalni a(z) â??%sâ?? fájl olvasásához"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Hiba a(z) â??%sâ?? fájl olvasása közben: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "A fájl (â??%sâ??) túl nagy"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Nem sikerült olvasni a(z) â??%sâ?? fájlból: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Nem sikerült megnyitni a(z) â??%sâ?? fájlt: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"Nem sikerült lekérni a(z) â??%sâ?? fájl attribútumait. Az fstat() sikertelen: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Nem sikerült megnyitni a(z) â??%sâ?? fájlt. Az fdopen() sikertelen: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
"Nem sikerült átnevezni a(z) â??%sâ?? fájlt erre: â??%sâ??. A g_rename() sikertelen: %"
"s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Nem sikerült létrehozni a(z) â??%sâ?? fájlt: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr ""
"Nem sikerült Ãrásra megnyitni a(z) â??%sâ?? fájlt: Az fdopen() sikertelen: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Nem sikerült Ãrni a(z) â??%sâ?? fájlt: az fwrite() sikertelen: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Nem sikerült Ãrni a(z) â??%sâ?? fájlt: az fflush() sikertelen: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Nem sikerült Ãrni a(z) â??%sâ?? fájlt: az fsync() sikertelen: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Nem sikerült lezárni a(z) â??%sâ?? fájlt: az fclose() sikertelen: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "A létezÅ? â??%sâ?? fájl nem távolÃtható el: a g_unlink() sikertelen: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "A(z) â??%sâ?? sablon érvénytelen, â??%sâ?? nem lehet benne"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "A(z) â??%sâ?? sablon nem tartalmaz XXXXXX karaktersorozatot"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u bájt"
msgstr[1] "%u bájt"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Nem sikerült kiolvasni a(z) â??%sâ?? szimbolikus linket: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "A szimbolikus linkek használata nem támogatott"
@@ -544,7 +559,7 @@ msgid "the pattern contains items not supported for partial matching"
msgstr ""
"a minta a részleges mintaillesztés esetén nem támogatott elemeket tartalmaz"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "belsÅ? hiba"
@@ -1152,17 +1167,17 @@ msgstr "A(z) â??%sâ?? érték nem értelmezhetÅ? logikai értékként."
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, 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:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "Az adatfolyam már le van zárva"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "A művelet megszakÃtva"
@@ -1185,35 +1200,35 @@ msgstr "%s tÃpus"
msgid "Unexpected early end-of-stream"
msgstr "Váratlan korai adatfolyam vége"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Névtelen"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "A desktop fájl nem adta meg az Exec mezÅ?t"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "Nem található az alkalmazáshoz szükséges terminál"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
"Nem hozható létre a(z) %s felhasználói alkalmazáskonfigurációs mappa: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Nem hozható létre a(z) %s felhasználói MIME konfigurációs mappa: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Nem hozható létre a felhasználói desktop fájl (%s)"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "%s egyéni meghatározása"
@@ -1266,13 +1281,13 @@ msgstr "A GEmblemedIcon kódolásban a jelsorok száma (%d) hibásan formált"
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "Egy GEmblem kellene a GEmblemedIconhoz"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "A művelet nem támogatott"
@@ -1285,49 +1300,49 @@ msgstr "A művelet nem támogatott"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: gio/gfile.c:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "A tartalmazó csatolás nem létezik"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Nem lehet a könyvtárra másolni"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "A könyvtár nem másolható könyvtárba"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "A célfájl létezik"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "A könyvtár nem másolható rekurzÃvan"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "A speciális fájl nem másolható"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "�rvénytelen szimbolikus link érték került megadásra"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "A Kuka nem támogatott"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "A fájlnevek nem tartalmazhatnak â??%câ?? karaktert"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "a kötet nem valósÃtja meg a csatolást"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "Nincs alkalmazás regisztrálva a fájl kezeléséhez"
@@ -1417,7 +1432,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "Az adatfolyam hátralévÅ? művelettel rendelkezik"
@@ -1430,114 +1445,119 @@ msgstr "Nincs elég hely a foglalat cÃmének"
msgid "Unsupported socket address"
msgstr "Nem támogatott foglalatcÃm"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
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:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "�rvénytelen fájlnév: %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Hiba a fájlrendszer-információk lekérése közben: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Nem nevezhetÅ? át a gyökérkönyvtár"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Hiba a fájl átnevezése közben: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "A fájl nem nevezhetÅ? át, a fájlnév már létezik"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "�rvénytelen fájlnév"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Hiba a fájl megnyitása közben: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "A könyvtár nem nyitható meg"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Hiba a fájl eltávolÃtása közben: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "Hiba fájl kidobása közben: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Nem sikerült létrehozni a(z) %s Kuka könyvtárat: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "Nem található a Kuka felsÅ? szintű könyvtára"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "Nem található vagy nem hozható létre a Kuka könyvtár"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Nem sikerült létrehozni a kukainformációs fájlt: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Nem lehet a Kukába dobni a fájlt: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "Hiba a könyvtár létrehozásakor: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Nem sikerült kiolvasni a(z) â??%sâ?? szimbolikus linket: %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Hiba a szimbolikus link létrehozása során: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Hiba a fájl áthelyezésekor: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "A könyvtár nem helyezhetÅ? át könyvtárba"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "A mentési fájl létrehozása meghiúsult"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Hiba a célfájl eltávolÃtásakor: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "A csatolások közti áthelyezés nem támogatott"
@@ -1558,102 +1578,102 @@ msgstr "�rvénytelen kiterjesztett attribútumnév"
msgid "Error setting extended attribute '%s': %s"
msgstr "Hiba a(z) â??%sâ?? kiterjesztett attribútum beállÃtásakor: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Hiba a(z) â??%sâ?? fájl elérése közben: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (érvénytelen kódolás)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Hiba a fájlleÃró elérésekor: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ã?rvénytelen attribútumtÃpus (a várt uint32 helyett)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ã?rvénytelen attribútumtÃpus (a várt uint64 helyett)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Ã?rvénytelen attribútumtÃpus (a várt bájtkarakterlánc helyett)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "Nem állÃthatók be a szimbolikus linkek jogosultságai"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Hiba a jogosultságok beállÃtásakor: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Hiba a tulajdonos beállÃtásakor: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "a szimbolikus link nem lehet NULL"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Hiba a szimbolikus link beállÃtásakor: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "Hiba a szimbolikus link beállÃtásakor: a fájl nem szimbolikus link"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "Hiba a módosÃtási vagy hozzáférési idÅ? beállÃtásakor: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "A SELinux környezet nem lehet NULL"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Hiba a SELinux környezet beállÃtásakor: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "A SELinux nem engedélyezett ezen rendszeren"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "A(z) %s attribútum beállÃtása nem támogatott"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Hiba a fájl olvasásakor: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Hiba a fájlban kereséskor: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Hiba a fájl lezárásakor: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "Nem található az alapértelmezett helyi fájlfigyelÅ? tÃpus"
@@ -1734,22 +1754,25 @@ msgstr "A memóriakimeneti adatfolyam átméretezése meghiúsult"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "A csatolás nem valósÃtja meg a leválasztást"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "A csatolás nem valósÃtja meg a kiadást"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
"A csatolás nem valósÃtja meg a leválasztást vagy az unmount_with_operation "
"függvényt"
@@ -1757,29 +1780,31 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
"A csatolás nem valósÃtja meg a kiadást vagy az eject_with_operation függvényt"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+msgid "mount doesn't implement \"remount\""
msgstr "A csatolás nem valósÃtja meg az újracsatolást"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:797
+#: gio/gmount.c:828
msgid "mount doesn't implement content type guessing"
msgstr "A csatolás nem valósÃtja meg a tartalomtÃpus meghatározását"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "A csatolás nem valósÃtja meg a tartalomtÃpus szinkron meghatározását"
@@ -1788,11 +1813,11 @@ msgstr "A csatolás nem valósÃtja meg a tartalomtÃpus szinkron meghatározás
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "A gépnév (â??%sâ??) â??[â?? karaktert tartalmaz â??]â?? nélkül"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "A kimeneti adatfolyam nem valósÃtja meg az Ãrást"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "A forrás adatfolyam már le van zárva"
@@ -1924,7 +1949,7 @@ msgstr "Hiba az üzenet küldésekor: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "A GSocketControlMessage nem támogatott Windowson"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "Hiba az üzenet fájl eltávolÃtása fogadásakor: %s"
diff --git a/po/hy.po b/po/hy.po
index 4961987..fa90caa 100644
--- a/po/hy.po
+++ b/po/hy.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\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"
@@ -85,69 +85,69 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Õ?Õ« Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ Õ¯Õ¡Ö?Õ¤Õ¡Õ¬ '%s' Õ½Õ«Õ´Õ¾Õ¸Õ¬Õ«Õ¯ Õ°Õ²Õ¸Ö?Õ´Õ¨Õ? %s"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr ""
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr ""
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr ""
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr ""
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr ""
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr ""
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr ""
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr ""
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr ""
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr ""
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr ""
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr ""
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr ""
@@ -156,119 +156,134 @@ msgstr ""
msgid "Error opening directory '%s': %s"
msgstr "'%s' ÕºÕ¡Õ¶Õ¡Õ¯Õ¨ Õ¢Õ¡Ö?Õ¥Õ¬Õ¸Ö? Õ½ÕÕ¡Õ¬Õ? %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Õ?Õ« Õ°Õ¡Õ»Õ¸Õ¾Õ¸Ö?Õ´ Õ°Õ¡Õ¿Õ¯Õ¡Ö?Õ¶Õ¥Õ¬ %lu Õ¢Õ¡ÕµÕ© \"%s\" Ö?Õ¡ÕµÕ¬Õ¨ Õ¯Õ¡Ö?Õ¤Õ¡Õ¬Õ¸Ö? Õ°Õ¡Õ´Õ¡Ö?"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "'%s' Ö?Õ¡ÕµÕ¬Õ¨ Õ¯Õ¡Ö?Õ¤Õ¡Õ¬Õ¸Ö? Õ½ÕÕ¡Õ¬Õ? %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Õ?Õ« Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¸Ö?Õ´ Õ¯Õ¡Ö?Õ¤Õ¡Õ¬ '%s' Ö?Õ¡ÕµÕ¬Õ«Ö?Õ? %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Õ?Õ« Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ Õ¢Õ¡Ö?Õ¥Õ¬ '%s' Ö?Õ¡ÕµÕ¬Õ¨Õ? %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Õ?Õ« Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ Õ¢Õ¡Ö?Õ¥Õ¬ '%s' Ö?Õ¡ÕµÕ¬Õ¨Õ? fdopen() ÕÕ¡Ö?Õ¡Õ¶Õ¾Õ¥Ö?Õ? %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Õ?Õ« Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ Õ¾Õ¥Ö?Õ¡Õ¶Õ¾Õ¡Õ¶Õ¥Õ¬ '%s' Ö?Õ¡ÕµÕ¬Õ¨ Õ¸Ö?ÕºÕ¥Õ½ '%s'Õ? g_rename() ÕÕ¡Ö?Õ¡Õ¶Õ¾Õ¥Ö?Õ? %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Õ?Õ« Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ Õ½Õ¿Õ¥Õ²Õ®Õ¥Õ¬ Ö?Õ¡ÕµÕ¬ '%s'Õ? %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Õ?Õ« Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ Õ¢Õ¡Ö?Õ¥Õ¬ '%s' Ö?Õ¡ÕµÕ¬Õ¨ Õ£Ö?Õ¥Õ¬Õ¸Ö? Õ°Õ¡Õ´Õ¡Ö?Õ? fdopen() ÕÕ¡Ö?Õ¡Õ¶Õ¾Õ¥Õ¬ Õ§Õ? %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Õ?Õ« Õ°Õ¡Õ¸Õ²Õ¾Õ¥Õ¬ Õ£Ö?Õ¥Õ¬ '%s' Ö?Õ¡ÕµÕ¬Õ? fwrite() ÕÕ¡Ö?Õ¡Õ¶Õ¾Õ¥Ö?Õ? %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Õ?Õ« Õ°Õ¡Õ¸Õ²Õ¾Õ¥Õ¬ Õ£Ö?Õ¥Õ¬ '%s' Ö?Õ¡ÕµÕ¬Õ? fwrite() ÕÕ¡Ö?Õ¡Õ¶Õ¾Õ¥Ö?Õ? %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Õ?Õ« Õ°Õ¡Õ¸Õ²Õ¾Õ¥Õ¬ Õ£Ö?Õ¥Õ¬ '%s' Ö?Õ¡ÕµÕ¬Õ? fwrite() ÕÕ¡Ö?Õ¡Õ¶Õ¾Õ¥Ö?Õ? %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Õ?Õ« Õ°Õ¡Õ»Õ¸Õ¾Õ¥Õ¬ Ö?Õ¡Õ¯Õ¥Õ¬ '%s' Ö?Õ¡ÕµÕ¬Õ¨Õ? fclose() ÕÕ¡Ö?Õ¡Õ¶Õ¾Õ¥Ö?Õ? %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "'%s' Ö?Õ¡ÕµÕ¬Õ¨ Õ¹Õ« Õ¯Õ¡Ö?Õ¸Õ² Õ¾Õ¥Ö?Õ¡Ö?Õ¾Õ¥Õ¬Õ? g_unlink() ÕÕ¡Ö?Õ¡Õ¶Õ¾Õ¥Ö?Õ? %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr ""
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr ""
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, c-format
+msgid "%.1f TB"
+msgstr ""
+
+#: glib/gfileutils.c:1802
+#, c-format
+msgid "%.1f PB"
+msgstr ""
+
+#: glib/gfileutils.c:1807
+#, c-format
+msgid "%.1f EB"
+msgstr ""
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Õ?Õ« Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ Õ¯Õ¡Ö?Õ¤Õ¡Õ¬ '%s' Õ½Õ«Õ´Õ¾Õ¸Õ¬Õ«Õ¯ Õ°Õ²Õ¸Ö?Õ´Õ¨Õ? %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Õ?Õ«Õ´Õ¾Õ¸Õ¬Õ«Õ¯ Õ°Õ²Õ¸Ö?Õ´Õ¶Õ¥Ö?Õ¨ Õ¹Õ¥Õ¶ Õ¡ÕºÕ¡Õ°Õ¸Õ¾Õ¾Õ¸Ö?Õ´"
@@ -499,7 +514,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr ""
@@ -1079,17 +1094,17 @@ msgstr ""
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr ""
@@ -1112,34 +1127,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1191,13 +1206,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1211,50 +1226,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr ""
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr ""
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr ""
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
#, fuzzy
msgid "Trash not supported"
msgstr "Õ?Õ«Õ´Õ¾Õ¸Õ¬Õ«Õ¯ Õ°Õ²Õ¸Ö?Õ´Õ¶Õ¥Ö?Õ¨ Õ¹Õ¥Õ¶ Õ¡ÕºÕ¡Õ°Õ¸Õ¾Õ¾Õ¸Ö?Õ´"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr ""
@@ -1343,7 +1358,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr ""
@@ -1356,114 +1371,119 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr ""
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, fuzzy, c-format
msgid "Error getting filesystem info: %s"
msgstr "'%s' Ö?Õ¡ÕµÕ¬Õ¨ Õ¯Õ¡Ö?Õ¤Õ¡Õ¬Õ¸Ö? Õ½ÕÕ¡Õ¬Õ? %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr ""
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "'%s' Ö?Õ¡ÕµÕ¬Õ¨ Õ¯Õ¡Ö?Õ¤Õ¡Õ¬Õ¸Ö? Õ½ÕÕ¡Õ¬Õ? %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr ""
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "'%s' Ö?Õ¡ÕµÕ¬Õ¨ Õ¯Õ¡Ö?Õ¤Õ¡Õ¬Õ¸Ö? Õ½ÕÕ¡Õ¬Õ? %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "'%s' Ö?Õ¡ÕµÕ¬Õ¨ Õ¯Õ¡Ö?Õ¤Õ¡Õ¬Õ¸Ö? Õ½ÕÕ¡Õ¬Õ? %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "'%s' Ö?Õ¡ÕµÕ¬Õ¨ Õ¯Õ¡Ö?Õ¤Õ¡Õ¬Õ¸Ö? Õ½ÕÕ¡Õ¬Õ? %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Õ?Õ« Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ Õ½Õ¿Õ¥Õ²Õ®Õ¥Õ¬ Ö?Õ¡ÕµÕ¬ '%s'Õ? %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Õ?Õ« Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ Õ½Õ¿Õ¥Õ²Õ®Õ¥Õ¬ Ö?Õ¡ÕµÕ¬ '%s'Õ? %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Õ?Õ« Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ Õ½Õ¿Õ¥Õ²Õ®Õ¥Õ¬ Ö?Õ¡ÕµÕ¬ '%s'Õ? %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "'%s' ÕºÕ¡Õ¶Õ¡Õ¯Õ¨ Õ¢Õ¡Ö?Õ¥Õ¬Õ¸Ö? Õ½ÕÕ¡Õ¬Õ? %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Õ?Õ« Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ Õ¯Õ¡Ö?Õ¤Õ¡Õ¬ '%s' Õ½Õ«Õ´Õ¾Õ¸Õ¬Õ«Õ¯ Õ°Õ²Õ¸Ö?Õ´Õ¨Õ? %s"
+
+#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Õ?ÕÕ¡Õ¬ %d Õ¿Õ¸Õ²Õ¸Ö?Õ´Õ? %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "'%s' Ö?Õ¡ÕµÕ¬Õ¨ Õ¯Õ¡Ö?Õ¤Õ¡Õ¬Õ¸Ö? Õ½ÕÕ¡Õ¬Õ? %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "'%s' Ö?Õ¡ÕµÕ¬Õ¨ Õ¯Õ¡Ö?Õ¤Õ¡Õ¬Õ¸Ö? Õ½ÕÕ¡Õ¬Õ? %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr ""
@@ -1484,103 +1504,103 @@ msgstr ""
msgid "Error setting extended attribute '%s': %s"
msgstr "'%s' ÕºÕ¡Õ¶Õ¡Õ¯Õ¨ Õ¢Õ¡Ö?Õ¥Õ¬Õ¸Ö? Õ½ÕÕ¡Õ¬Õ? %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' Ö?Õ¡ÕµÕ¬Õ¨ Õ¯Õ¡Ö?Õ¤Õ¡Õ¬Õ¸Ö? Õ½ÕÕ¡Õ¬Õ? %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "'%s' Ö?Õ¡ÕµÕ¬Õ¨ Õ¯Õ¡Ö?Õ¤Õ¡Õ¬Õ¸Ö? Õ½ÕÕ¡Õ¬Õ? %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "'%s' Ö?Õ¡ÕµÕ¬Õ¨ Õ¯Õ¡Ö?Õ¤Õ¡Õ¬Õ¸Ö? Õ½ÕÕ¡Õ¬Õ? %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "'%s' Ö?Õ¡ÕµÕ¬Õ¨ Õ¯Õ¡Ö?Õ¤Õ¡Õ¬Õ¸Ö? Õ½ÕÕ¡Õ¬Õ? %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Õ?ÕÕ¡Õ¬ %d Õ¿Õ¸Õ²Õ¸Ö?Õ´Õ? %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Õ?ÕÕ¡Õ¬ %d Õ¿Õ¸Õ²Õ¸Ö?Õ´Õ? %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "'%s' Ö?Õ¡ÕµÕ¬Õ¨ Õ¯Õ¡Ö?Õ¤Õ¡Õ¬Õ¸Ö? Õ½ÕÕ¡Õ¬Õ? %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Õ?ÕÕ¡Õ¬ %d Õ¿Õ¸Õ²Õ¸Ö?Õ´Õ? %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Õ?Õ«Õ´Õ¾Õ¸Õ¬Õ«Õ¯ Õ°Õ²Õ¸Ö?Õ´Õ¶Õ¥Ö?Õ¨ Õ¹Õ¥Õ¶ Õ¡ÕºÕ¡Õ°Õ¸Õ¾Õ¾Õ¸Ö?Õ´"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "'%s' Ö?Õ¡ÕµÕ¬Õ¨ Õ¯Õ¡Ö?Õ¤Õ¡Õ¬Õ¸Ö? Õ½ÕÕ¡Õ¬Õ? %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "'%s' Ö?Õ¡ÕµÕ¬Õ¨ Õ¯Õ¡Ö?Õ¤Õ¡Õ¬Õ¸Ö? Õ½ÕÕ¡Õ¬Õ? %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "'%s' Ö?Õ¡ÕµÕ¬Õ¨ Õ¯Õ¡Ö?Õ¤Õ¡Õ¬Õ¸Ö? Õ½ÕÕ¡Õ¬Õ? %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
@@ -1661,49 +1681,49 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+msgid "mount doesn't implement \"unmount\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+msgid "mount doesn't implement \"eject\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
@@ -1712,11 +1732,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr ""
@@ -1850,7 +1870,7 @@ msgstr "'%s' Ö?Õ¡ÕµÕ¬Õ¨ Õ¯Õ¡Ö?Õ¤Õ¡Õ¬Õ¸Ö? Õ½ÕÕ¡Õ¬Õ? %s"
msgid "GSocketControlMessage not supported on windows"
msgstr ""
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "'%s' Ö?Õ¡ÕµÕ¬Õ¨ Õ¯Õ¡Ö?Õ¤Õ¡Õ¬Õ¸Ö? Õ½ÕÕ¡Õ¬Õ? %s"
diff --git a/po/id.po b/po/id.po
index 4d8b3ed..8c685e7 100644
--- a/po/id.po
+++ b/po/id.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\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"
@@ -89,69 +89,69 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Gagal saat membaca link simbolik '%s': %s"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Konversi dari gugus karakter '%s' ke '%s' tidak dapat dilakukan"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
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:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Rangkaian byte dalam input konversi tidak benar"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Error saat melakukan konversi: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Rangkaian karakter sebagian pada akhir input"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Tidak dapat mengkonversi, kembalikan '%s' ke gugus kode '%s'"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' bukanlah URI absolut dengan menggunakan skema \"file\""
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "URI File lokal '%s' tidak boleh ada karakter '#' di dalamnya"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' tidak benar"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Nama host pada URI '%s' tidak benar"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' berisi karakter escape yang salah"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Nama path '%s' bukan path absolut"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Nama host salah"
@@ -160,121 +160,136 @@ msgstr "Nama host salah"
msgid "Error opening directory '%s': %s"
msgstr "Error saat membuka direktori '%s': %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Tidak dapat mengalokasikan %lu byte untuk membaca file '%s'"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Error saat membaca file '%s': %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Gagal saat membaca file '%s': %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Gagal saat membuka file '%s': %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"Gagal saat mengambil atribut file '%s': Fungsi fstat() mengalami kegagalan: %"
"s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Gagal saat membuka file '%s': fungsi fdopen() mengalami kegagalan: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Gagal untuk mengubah nama file '%s' menjadi '%s': g_rename() gagal: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Gagal saat membuat file '%s': %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Gagal untuk membuka file '%s' untuk menulis: fdopen() gagal: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Gagal untuk menulis file '%s': fwrite() gagal: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Gagal untuk menulis file '%s': fwrite() gagal: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Gagal untuk menulis file '%s': fwrite() gagal: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Gagal untuk menutup file '%s': fclose() gagal: '%s'"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "File '%s' tidak dapat dibuang: g_unlink() gagal: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Template '%s' salah, seharusnya tidak boleh berisi '%s'"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, fuzzy, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Template '%s' tidak boleh diakhiri dengan XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, c-format
+msgid "%.1f TB"
+msgstr ""
+
+#: glib/gfileutils.c:1802
+#, c-format
+msgid "%.1f PB"
+msgstr ""
+
+#: glib/gfileutils.c:1807
+#, c-format
+msgid "%.1f EB"
+msgstr ""
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Gagal saat membaca link simbolik '%s': %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Link simbolik tidak didukung oleh sistem"
@@ -544,7 +559,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr ""
@@ -1146,17 +1161,17 @@ msgstr "Nilai '%s' tidak dapat diterjemahkan sebagai suatu nilai boolean."
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr ""
@@ -1180,34 +1195,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1259,13 +1274,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1279,50 +1294,50 @@ msgstr "Link simbolik tidak didukung oleh sistem"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: gio/gfile.c:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr ""
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr ""
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr ""
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
#, fuzzy
msgid "Trash not supported"
msgstr "Link simbolik tidak didukung oleh sistem"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr ""
@@ -1411,7 +1426,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr ""
@@ -1424,115 +1439,120 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Nama program salah: %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, fuzzy, c-format
msgid "Error getting filesystem info: %s"
msgstr "Error saat membaca file '%s': %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr ""
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Error saat membaca file '%s': %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
#, fuzzy
msgid "Invalid filename"
msgstr "Nama host salah"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Error saat membaca file '%s': %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Error saat membaca file '%s': %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Error saat membaca file '%s': %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Gagal saat membuat file '%s': %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Gagal saat membuat file '%s': %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Gagal saat membuat file '%s': %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Error saat membuka direktori '%s': %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Gagal saat membaca link simbolik '%s': %s"
+
+#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Error saat melakukan konversi: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Error saat membaca file '%s': %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Error saat membaca file '%s': %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr ""
@@ -1554,103 +1574,103 @@ msgstr "Dokumen terpotong tidak sempurna di dalam nama atribut"
msgid "Error setting extended attribute '%s': %s"
msgstr "Error saat membuka direktori '%s': %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Error saat membaca file '%s': %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Error saat membaca file '%s': %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "Error saat melakukan konversi: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Error saat melakukan konversi: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Error saat melakukan konversi: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Error pada baris ke %d: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "Error saat melakukan konversi: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Error saat melakukan konversi: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Link simbolik tidak didukung oleh sistem"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Error saat membaca file '%s': %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Error saat membaca file '%s': %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Error saat membaca file '%s': %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
@@ -1733,49 +1753,49 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+msgid "mount doesn't implement \"unmount\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+msgid "mount doesn't implement \"eject\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
@@ -1784,11 +1804,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr ""
@@ -1922,7 +1942,7 @@ msgstr "Error saat membaca file '%s': %s"
msgid "GSocketControlMessage not supported on windows"
msgstr ""
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "Error saat membaca file '%s': %s"
diff --git a/po/is.po b/po/is.po
index 4b19bb9..70bffda 100644
--- a/po/is.po
+++ b/po/is.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\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"
@@ -86,69 +86,69 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "gat ekki lesið tákntengið '%s': %s"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Umbreyting úr stafasettinu '%s' à '%s' er ekki stutt"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, fuzzy, c-format
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:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Ã?gild bætaruna à Ãlagi umbreytingar"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Villa við umbreytingu: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Ã?kláruð stafaruna à enda Ãlags"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Gat ekki umbreytt '%s' à stafatöflu '%s'"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' er ekki fullt URI sem notar 'file' skemuna"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Skráar-URI '%s' má ekki innihalda '#'"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' er ógilt"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Vélarheitið à URI '%s' er ógilt"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' inniheldur ógild sértákn"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Slóðin '%s' er ekki full slóð"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "�gilt vélarheiti"
@@ -157,119 +157,134 @@ msgstr "�gilt vélarheiti"
msgid "Error opening directory '%s': %s"
msgstr "Villa við að opna möppuna '%s': %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Gat ekki frátekið %lu bæti til að lesa skrána \"%s\""
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Gat ekki lesið úr skránni '%s': %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Gat ekki opnað skrána '%s': %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "gat ekki lesið eiginleika skráarinnar '%s': fstat() brást: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Gat ekki opnað skrána '%s': fdopen() brást: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, fuzzy, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Gat ekki opnað skrána '%s': fdopen() brást: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "gat ekki búið til skrána '%s': %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, fuzzy, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Gat ekki opnað skrána '%s': fdopen() brást: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, fuzzy, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Gat ekki opnað skrána '%s': fdopen() brást: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Gat ekki opnað skrána '%s': fdopen() brást: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Gat ekki opnað skrána '%s': fdopen() brást: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, fuzzy, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Gat ekki opnað skrána '%s': fdopen() brást: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Sniðmátið '%s' er ógilt og ætti ekki að innihalda '%s'"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, fuzzy, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Sniðmátið '%s' endar ekki á XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, c-format
+msgid "%.1f TB"
+msgstr ""
+
+#: glib/gfileutils.c:1802
+#, c-format
+msgid "%.1f PB"
+msgstr ""
+
+#: glib/gfileutils.c:1807
+#, c-format
+msgid "%.1f EB"
+msgstr ""
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "gat ekki lesið tákntengið '%s': %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Tákntengi eru ekki studd"
@@ -523,7 +538,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr ""
@@ -1108,17 +1123,17 @@ msgstr ""
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr ""
@@ -1141,34 +1156,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1220,13 +1235,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1240,50 +1255,50 @@ msgstr "Tákntengi eru ekki studd"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: gio/gfile.c:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr ""
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr ""
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr ""
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
#, fuzzy
msgid "Trash not supported"
msgstr "Tákntengi eru ekki studd"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr ""
@@ -1372,7 +1387,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr ""
@@ -1385,115 +1400,120 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "�gilt vélarheiti"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, fuzzy, c-format
msgid "Error getting filesystem info: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr ""
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
#, fuzzy
msgid "Invalid filename"
msgstr "�gilt vélarheiti"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "gat ekki búið til skrána '%s': %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "gat ekki búið til skrána '%s': %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "gat ekki búið til skrána '%s': %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Villa við að opna möppuna '%s': %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "gat ekki lesið tákntengið '%s': %s"
+
+#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Villa við umbreytingu: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr ""
@@ -1515,103 +1535,103 @@ msgstr "Skjalið endar óvænt inn à heiti eiginleika"
msgid "Error setting extended attribute '%s': %s"
msgstr "Villa við að opna möppuna '%s': %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "Villa við umbreytingu: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Villa við umbreytingu: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Villa við umbreytingu: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Villa á lÃnu %d: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "Villa við umbreytingu: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Villa við umbreytingu: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Tákntengi eru ekki studd"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
@@ -1693,49 +1713,49 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+msgid "mount doesn't implement \"unmount\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+msgid "mount doesn't implement \"eject\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
@@ -1744,11 +1764,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr ""
@@ -1882,7 +1902,7 @@ msgstr "Villa við lestur skráarinnar '%s': %s"
msgid "GSocketControlMessage not supported on windows"
msgstr ""
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "Villa við lestur skráarinnar '%s': %s"
diff --git a/po/it.po b/po/it.po
index 2f3c1aa..3f6658b 100644
--- a/po/it.po
+++ b/po/it.po
@@ -18,7 +18,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.21.x\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-08-26 22:04+0200\n"
"Last-Translator: Luca Ferretti <elle uca libero it>\n"
"Language-Team: Italian <tp lists linux it>\n"
@@ -107,71 +107,71 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Espansione della riga exec \"%s\" con l'URI \"%s\" non riuscita"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr ""
"La conversione del set di caratteri da \"%s\" a \"%s\" non è supportata"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Impossibile aprire il convertitore da \"%s\" a \"%s\""
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Sequenza di byte non valida nell'ingresso per la conversione"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Errore durante la conversione: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Sequenza di caratteri parziale al termine dei dati in ingresso"
# il primo %s è una 'fallback string' come recita il commento nel codice
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Impossibile convertire \"%s\" nel set di caratteri \"%s\""
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "L'URI \"%s\" non è un URI assoluto che utilizza lo schema \"file\""
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "L'URI per il file locale \"%s\" non può includere un '#'"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "L'URI \"%s\" non è valido"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Il nome dell'host nell'URI \"%s\" non è valido"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "L'URI \"%s\" contiene sequenze di escape non valide"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Il nome di percorso \"%s\" non è un percorso assoluto"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Nome host non valido"
@@ -180,82 +180,82 @@ msgstr "Nome host non valido"
msgid "Error opening directory '%s': %s"
msgstr "Errore nell'aprire la directory \"%s\": %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Impossibile allocare %lu byte per leggere il file \"%s\""
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Errore nel leggere il file \"%s\": %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "Il file \"%s\" è troppo grande"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Lettura dal file \"%s\" non riuscita: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Apertura del file \"%s\" non riuscita: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"Lettura degli attributi del file \"%s\" non riuscita: fstat() non riuscita: %"
"s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Apertura del file \"%s\" non riuscita: fdopen() non riuscita: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
"Cambio di nome del file \"%s\" in \"%s\" non riuscito: g_rename() non "
"riuscita: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Creazione del file \"%s\" non riuscita: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr ""
"Apertura del file \"%s\" in scrittura non riuscita: fdopen() non riuscita: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Scrittura del file \"%s\" non riuscita: fwrite() non riuscita: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Scrittura del file \"%s\" non riuscita: fflush() non riuscita: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Scrittura del file \"%s\" non riuscita: fsync() non riuscita: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Chiusura del file \"%s\" non riuscita: fclose() non riuscita: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
@@ -268,44 +268,59 @@ msgstr ""
# c[1] = dir_separator;
# c[2] = '\0';
#
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Il modello \"%s\" non è valido, non dovrebbe contenere un '%s'"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Il modello \"%s\" non contiene XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f kB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f kB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f kB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f kB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Lettura del collegamento simbolico \"%s\" non riuscita: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Collegamenti simbolici non supportati"
@@ -586,7 +601,7 @@ msgid "the pattern contains items not supported for partial matching"
msgstr ""
"il modello contiene elementi non supportati per la corrispondenza parziale"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "errore interno"
@@ -1228,17 +1243,17 @@ msgstr "Impossibile interpretare il valore \"%s\" come un booleano."
# count (gssize) è un parametro delle funzione
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "Valore count troppo grande passato a %s"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "Lo stream è già chiuso"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "L'operazione è stata annullata"
@@ -1262,21 +1277,21 @@ msgid "Unexpected early end-of-stream"
msgstr "End-of-stream prematuro inatteso"
# NdT: nome di applicazione (quando manca)
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Senza nome"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "Il file .desktop non specifica il campo Exec"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "Impossibile trovare il terminale richiesto per l'applicazione"
# NdT il primo %s è il percorso alla cartella .local/share/application
# messo tra parentesi per scelta stilistica...
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
@@ -1284,17 +1299,17 @@ msgstr ""
# NdT il primo %s è il percorso alla cartella .local/share/application
# messo tra parentesi per scelta stilistica...
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Impossibile creare la cartella utente di configurazione MIME (%s): %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Impossibile creare il file .desktop utente %s"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "Definizione personalizzata per %s"
@@ -1346,13 +1361,13 @@ msgstr "Numero di token malformato (%d) nella codifica GEmblemedIcon"
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "Atteso un GEmblem per GEmblemedIcon"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Operazione non supportata"
@@ -1365,49 +1380,49 @@ msgstr "Operazione non supportata"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: gio/gfile.c:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "L'oggetto mount contenuto non esiste"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Impossibile copiare sopra la directory"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "Impossibile copiare la directory sopra la directory"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "Il file destinazione esiste"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "Impossibile copiare la directory ricorsivamente"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "Impossibile copiare il file speciale"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "Fornito valore di collegamento simbolico non valido"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "Cestino non supportato"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "I nomi di file non possono contenere '%c'"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "il volume non implementa l'azione mount"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "Non risulta registrata alcuna applicazione per gestire questo file"
@@ -1500,7 +1515,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "Lo stream presenta un'operazione in sospeso"
@@ -1513,120 +1528,125 @@ msgstr "Spazio non sufficiente per l'indirizzo del socket"
msgid "Unsupported socket address"
msgstr "Indirizzo del socket non supportato"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
"Impossibile trovare il tipo di monitor predefinito per directory locali"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Nome di file %s non valido"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Errore nell'ottenere informazioni sul file system: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Impossibile rinominare la directory root"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Errore nel rinominare il file: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "Impossibile rinominare il file, il nome di file esiste già "
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Nome di file non valido"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Errore nell'aprire il file: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Impossibile aprire la directory"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Errore nel rimuovere il file: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "Errore nel cestinare il file: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Impossibile creare la directory cestino \"%s\": %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "Impossibile trovare la directory di livello superiore per il cestino"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "Impossibile trovare o creare la directory cestino"
# consultare la specifica del cestino di freedesktop.org
# (in breve per ogni file cestinato viene creata una copia
# del file e un file di informazioni - data, posizione originaria...)
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Impossibile creare il file informazioni cestinamento: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Impossibile cestinare il file: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "Errore nel creare la directory: %s"
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Lettura del collegamento simbolico \"%s\" non riuscita: %s"
+
# FIXME: all other occurrences are "symlink"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Errore nel creare il collegamento simbolico: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Errore nello spostare il file: %s"
# ma che senso ha???
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Impossibile spostare la directory sopra la directory"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Creazione del file backup non riuscita"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Errore nel rimuovere il file destinazione: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "Spostamento tra oggetti mount non supportato"
@@ -1647,107 +1667,107 @@ msgstr "Nome di attributo esteso non valido"
msgid "Error setting extended attribute '%s': %s"
msgstr "Errore nell'impostare l'attributo esteso \"%s\": %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Errore nell'eseguire lo stat del file \"%s\": %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (codifica non valida)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Errore nell'eseguire lo stat del descrittore di file: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Tipo di attributo non valido (atteso unit32)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Tipo di attributo non valido (atteso uint64)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Tipo di attributo non valido (attesa stringa di byte)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "Impossibile impostare i permessi sui collegamenti simbolici"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Errore nell'impostare i permessi: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Errore nell'impostare il proprietario: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "il collegamento simbolico deve essere non-NULL"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Errore nell'impostare il collegamento simbolico: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Errore nell'impostare il collegamento simbolico: il file non è un "
"collegamento"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "Errore nell'impostare l'ora di modifica o accesso: %s"
# lasciata minuscola come per precedente messaggio
# "symlink must be non-NULL"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "il contesto SELinux deve essere non-NULL"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Errore nell'impostare il contesto SELinux: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux non è abilitato su questo sistema"
# %s è l'attributo
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Impostazione dell'attributo %s non supportata"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Errore nel leggere dal file: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Errore nel posizionarsi all'interno del file: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Errore nel chiudere il file: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "Impossibile trovare il tipo di monitor predefinito per file locali"
@@ -1828,44 +1848,49 @@ msgstr "Ridimensionamento dello stream di output di memoria non riuscito"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "l'oggetto mount non implementa l'azione unmount"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "l'oggetto mount non implementa l'azione eject"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
"l'oggetto mount non implementa l'azione unmount o unmount_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "l'oggetto mount non implementa l'azione eject o eject_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+msgid "mount doesn't implement \"remount\""
msgstr "l'oggetto mount non implementa l'azione remount"
# ok, lo so, un filesystem non può fare congetture..
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:797
+#: gio/gmount.c:828
msgid "mount doesn't implement content type guessing"
msgstr "l'oggetto mount non implementa la supposizione del tipo di contenuto"
@@ -1873,7 +1898,7 @@ msgstr "l'oggetto mount non implementa la supposizione del tipo di contenuto"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
"l'oggetto mount non implementa la supposizione sincrona del tipo di contenuto"
@@ -1883,11 +1908,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "L'hostname \"%s\" contiene '[' ma non ']'"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "Lo stream di output non implementa la scrittura"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "Lo stream sorgente è già chiuso"
@@ -2020,7 +2045,7 @@ msgstr "Errore nell'inviare il messaggio: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage non supportato su Windows"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "Errore nel ricevere il messaggio: %s"
diff --git a/po/ja.po b/po/ja.po
index af5e7c1..56d5ab7 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib master\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-05 22:30+0900\n"
"Last-Translator: Takayuki KUSANO <AE5T-KSN asahi-net or jp>\n"
"Language-Team: Japanese <gnome-translation gnome gr jp>\n"
@@ -90,69 +90,69 @@ msgstr "ã?¢ã??ã?ªã?±ã?¼ã?·ã?§ã?³ã?® '%s' ã?¯ '%s' ã?¨ã??ã??ã??ã??ã?¯ã??ã?¼ã?¯ã??
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "ã?³ã??ã?³ã??ã?©ã?¤ã?³ã?® '%s' ã?? '%s' ã?¨ã??ã?? URI ã?«å±?é??ã?§ã??ã?¾ã??ã??ã?§ã??ã??"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "'%s' ã??ã?? '%s' ã?¨ã??ã??æ??å?é??å??ã?¸ã?®å¤?æ??ã?¯ã?µã??ã?¼ã??ã??ã?¦ã??ã?¾ã??ã??"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' ã??ã?? '%s' ã?¸ã?®å¤?æ??å?¦ç??ã??é??ã??ã?¾ã??ã??ã?§ã??ã??"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "å¤?æ??ã??ã??å?¥å??ã?«ç?¡å?¹ã?ªã??ã?¤ã??ã?®ä¸¦ã?³ã??ã??ã??ã?¾ã??"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "å¤?æ??ä¸ã?«ã?¨ã?©ã?¼: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "å?¥å??ã?®æ??å¾?ã?«ä¸?å®?å?¨ã?ªæ??å?ã?·ã?¼ã?±ã?³ã?¹ã??ã??ã??ã?¾ã??"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "ã??ã?©ã?¼ã?«ã??ã??ã?¯ '%s' ã?? '%s' ã?¨ã??ã??æ??å?é??å??ã?«å¤?æ??ã?§ã??ã?¾ã??ã??"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "'%s' ã?¯ \"file\" ã?¹ã?ã?¼ã? ã?®çµ¶å¯¾ URI ã?§ã?¯ã??ã??ã?¾ã??ã??"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "'#' ã??å?«ã??ã? '%s' ã?¯ã?ã?¼ã?«ã?«ã?»ã??ã?¡ã?¤ã?«ã?® URI ã?¨ã??ã?¦ã?¯æ£ã??ã??ã??ã??ã?¾ã??ã??"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "'%s' ã?¨ã??ã?? URI ã?¯æ£ã??ã??ã??ã??ã?¾ã??ã??"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI ã?«å?«ã?¾ã??ã?? '%s' ã?¨ã??ã??ã??ã?¹ã??å??ã?¯é??é??ã?£ã?¦ã??ã?¾ã??"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "'%s' ã?¨ã??ã?? URI ã?«ç?¡å?¹ã?ªã?¨ã?¹ã?±ã?¼ã??æ??å?ã??å?«ã?¾ã??ã?¦ã??ã?¾ã??"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "'%s' ã?¯çµ¶å¯¾ã??ã?¹ã?§ã?¯ã??ã??ã?¾ã??ã??"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "ç?¡å?¹ã?ªã??ã?¹ã??å??ã?§ã??"
@@ -161,122 +161,137 @@ msgstr "ç?¡å?¹ã?ªã??ã?¹ã??å??ã?§ã??"
msgid "Error opening directory '%s': %s"
msgstr "'%s' ã??é??ã??æ??ã?«ã?¨ã?©ã?¼: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "%lu ã??ã?¤ã??ã??確ä¿?ã?§ã??ã?¾ã??ã??ã?§ã??ã?? (ã??ã?¡ã?¤ã?« \"%s\" ã?®èªã?¿è¾¼ã?¿ã?«å¿?è¦?)"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "'%s' ã?®èªã?¿å?ºã??ä¸ã?«ã?¨ã?©ã?¼: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "'%s' ã?®ã?µã?¤ã?ºã??大ã??ã??ã??ã?¾ã??"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "'%s' ã??èªã??ã?¾ã??ã??: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "'%s' ã??é??ã??ã?¾ã??ã??: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "'%s' ã?®å±?æ?§ã?®å??å¾?ã?§ã??ã?¾ã??ã??: fstat() ã?«å¤±æ??ã??ã?¾ã??ã??: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "'%s' ã??é??ã??ã?¾ã??ã??: fdopen() ã?«å¤±æ??ã??ã?¾ã??ã??: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
"'%s' ã??ã?? '%s' ã?«ã??ã?¡ã?¤ã?«å??ã??å¤?æ?´ã?§ã??ã?¾ã??ã??: g_rename() ã?«å¤±æ??ã??ã?¾ã??ã??: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "'%s' ã?¨ã??ã??ã??ã?¡ã?¤ã?«ã??ç??æ??ã?§ã??ã?¾ã??ã??ã?§ã??ã??: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "'%s' ã??æ?¸ã??è¾¼ã?¿ã?¢ã?¼ã??ã?§é??ã??ã?¾ã??ã??ã?§ã??ã??: fdopen() ã?«å¤±æ??ã??ã?¾ã??ã??: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "'%s' ã?¸ã?®æ?¸ã??è¾¼ã?¿ã?«å¤±æ??ã??ã?¾ã??ã??: fwrite() ã?«å¤±æ??ã??ã?¾ã??ã??: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "'%s' ã?¸ã?®æ?¸ã??è¾¼ã?¿ã?«å¤±æ??ã??ã?¾ã??ã??: fflush() ã?«å¤±æ??ã??ã?¾ã??ã??: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "'%s' ã?¸ã?®æ?¸ã??è¾¼ã?¿ã?«å¤±æ??ã??ã?¾ã??ã??: fsync() ã?«å¤±æ??ã??ã?¾ã??ã??: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "'%s' ã??ã?¯ã?ã?¼ã?ºã?§ã??ã?¾ã??ã??: fclose() ã?«å¤±æ??ã??ã?¾ã??ã??: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
"'%s' ã?¨ã??ã??æ?¢å?ã?®ã??ã?¡ã?¤ã?«ã??å??é?¤ã?§ã??ã?¾ã??ã??ã?§ã??ã??: g_unlink() ã?«å¤±æ??ã??ã?¾ã??ã??: %"
"s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "'%s' ã?¨ã??ã??ã??ã?³ã??ã?¬ã?¼ã??ã?¯é??é??ã?£ã?¦ã??ã?¾ã?? ('%s' ã??å?«ã??ã?ªã??ã??ã?¨)"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "'%s' ã?¨ã??ã??ã??ã?³ã??ã?¬ã?¼ã??ã?« XXXXXX ã??å?«ã?¾ã??ã?¦ã??ã?¾ã??ã??"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u ã??ã?¤ã??"
msgstr[1] "%u ã??ã?¤ã??"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "ã?·ã?³ã??ã?ªã??ã?¯ã?»ã?ªã?³ã?¯ '%s' ã?®èªã?¿è¾¼ã?¿ã??失æ??: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "ã?·ã?³ã??ã?ªã??ã?¯ã?»ã?ªã?³ã?¯ã?¯ã?µã??ã?¼ã??ã??ã?¦ã??ã?¾ã??ã??"
@@ -537,7 +552,7 @@ msgstr "ã??ã??ã?¯ã??ã?©ã??ã?¯å?¦ç??ã?®ä¸?é??ã?«é??ã??ã?¾ã??ã??"
msgid "the pattern contains items not supported for partial matching"
msgstr "ã??ã?¿ã?¼ã?³ã?«å?«ã?¾ã??ã?¦ã??ã??ã?¢ã?¤ã??ã? ã?¯é?¨å??ã??ã??ã??ã?³ã?°ã??ã?µã??ã?¼ã??ã??ã?¦ã??ã?¾ã??ã??"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "å??é?¨ã?¨ã?©ã?¼"
@@ -1124,17 +1139,17 @@ msgstr "å?¤ '%s' ã??è«?ç??å?¤ã?¨ã??ã?¦è§£é??ã?§ã??ã?¾ã??ã??"
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "%s ã?«å¼?ã??渡ã??ã??å?¤ã??大ã??ã??ã??ã?¾ã??"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "æ?¢ã?«ã?¹ã??ã?ªã?¼ã? ã?¯é??ã??ã?¦ã??ã?¾ã??"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "æ??ä½?ã??ã?ã?£ã?³ã?»ã?«ã??ã??ã?¾ã??ã??"
@@ -1157,34 +1172,34 @@ msgstr "%s (種�)"
msgid "Unexpected early end-of-stream"
msgstr "æ?³å®?ã??ã?¦ã??ã??ã??ã??ã??æ?©ã??ã?¹ã??ã?ªã?¼ã? ã?®æ??å¾?ã?«å?°é??ã??ã?¾ã??ã??"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "å??å??ã?ªã??"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "ã??ã?¹ã?¯ã??ã??ã??ã?»ã??ã?¡ã?¤ã?«ã?§ Exec é ?ç?®ã??æ??å®?ã??ã?¦ã?¾ã??ã??ã?§ã??ã??"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "ã?¢ã??ã?ªã?±ã?¼ã?·ã?§ã?³ã?§å¿?è¦?ã?ªç«¯æ?«ã??è¦?ã?¤ã??ã??ã?¾ã??ã??ã?§ã??ã??"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "ã?¦ã?¼ã?¶ã?®ã?¢ã??ã?ªã?±ã?¼ã?·ã?§ã?³è¨å®?ã??ã?©ã?«ã?? %s ã??ç??æ??ã?§ã??ã?¾ã??ã??: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "ã?¦ã?¼ã?¶ã?® MIME å??è¨å®?ã??ã?©ã?«ã?? %s ã??ç??æ??ã?§ã??ã?¾ã??ã??: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "ã?¦ã?¼ã?¶ã?®ã??ã?¹ã?¯ã??ã??ã??ã?»ã??ã?¡ã?¤ã?« %s ã??ç??æ??ã?§ã??ã?¾ã??ã??"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "%s ã?«å¯¾ã??ã??ç?¬è?ªã?®è¨å®?"
@@ -1240,13 +1255,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "GEmblemedIcon ã?«å¯¾ã??ã?? GEmblem ã??æ?³å®?ã??ã?¦ã??ã?¾ã??ã??"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "ã?µã??ã?¼ã??ã??ã?¦ã??ã?ªã??æ??ä½?ã?§ã??"
@@ -1259,49 +1274,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "ã??ã?¦ã?³ã??ã??å?«ã??ã?§ã??ã??ã??ã?®ã?¯ã??ã??ã?¾ã??ã??"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "ã??ã?£ã?¬ã?¯ã??ã?ªå?¨ä½?ã??ã?³ã??ã?¼ã?§ã??ã?¾ã??ã??"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "ã??ã?£ã?¬ã?¯ã??ã?ªã??ã??ã??ã?£ã?¬ã?¯ã??ã?ªã?¸ã?³ã??ã?¼ã?§ã??ã?¾ã??ã??"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "対象ã?¨ã?ªã??ã??ã?¡ã?¤ã?«ã??å?å?¨ã??ã?¦ã??ã?¾ã??"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "ã??ã?£ã?¬ã?¯ã??ã?ªã??å??帰ç??ã?«ã?³ã??ã?¼ã?§ã??ã?¾ã??ã??"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "ç?¹å?¥ã?ªã??ã?¡ã?¤ã?«ã?¯ã?³ã??ã?¼ã?§ã??ã?¾ã??ã??"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "æ??å®?ã??ã??ã?·ã?³ã??ã?ªã??ã?¯ã?ªã?³ã?¯ã?¯é??é??ã?£ã?¦ã??ã?¾ã??"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "ã?´ã??ç®±ã?¯ã?µã??ã?¼ã??ã??ã?¦ã??ã?¾ã??ã??"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ã??ã?¡ã?¤ã?«å??ã?« '%c' ã??å?«ã??ã??ã??ã?¨ã?¯ã?§ã??ã?¾ã??ã??"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "ã??ã?ªã?¥ã?¼ã? ã?¯ã??ã?¦ã?³ã??ã??å®?è£?ã??ã?¦ã??ã?¾ã??ã??"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "ã??ã?®ã??ã?¡ã?¤ã?«ã??æ?±ã??ã?¢ã??ã?ªã?±ã?¼ã?·ã?§ã?³ã??ç?»é?²ã??ã??ã?¦ã??ã?¾ã??ã??"
@@ -1391,7 +1406,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "Stream has outstanding operation"
@@ -1404,115 +1419,120 @@ msgstr "ã?½ã?±ã??ã??ã?»ã?¢ã??ã?¬ã?¹ã??ä½?æ??ã??ã??ã??ã??ã?«å??å??ã?ªç©ºã??ã??ã??
msgid "Unsupported socket address"
msgstr "ã?µã??ã?¼ã??ã??ã?¦ã??ã?ªã??ã?½ã?±ã??ã??ã?»ã?¢ã??ã?¬ã?¹ã?§ã??"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
"ã?ã?¼ã?«ã?«ã?»ã??ã?£ã?¬ã?¯ã??ã?ªã??ç?£è¦?ã??ã??ã??ã??ã?©ã?«ã??ã?»ã?¢ã??ã?¿ã?®ç¨®é¡?ã??è¦?ã?¤ã??ã??ã?¾ã??ã??"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "ã??ã?¡ã?¤ã?«å??ã??ç?¡å?¹ã?§ã??: %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "ã??ã?¡ã?¤ã?«ã?·ã?¹ã??ã? ã?®æ??å ±ã??å??å¾?ã??ã??é??ã?«ã?¨ã?©ã?¼: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "ã?«ã?¼ã??ã?»ã??ã?£ã?¬ã?¯ã??ã?ªã?®å??å??ã?¯å¤?æ?´ã?§ã??ã?¾ã??ã??"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "ã??ã?¡ã?¤ã?«å??ã??å¤?æ?´ã??ã??é??ã?«ã?¨ã?©ã?¼: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "ã??ã?¡ã?¤ã?«å??ã??å¤?æ?´ã?§ã??ã?¾ã??ã?? (æ?¢ã?«å?å?¨ã??ã?¦ã??ã??ã??ã??)"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "ç?¡å?¹ã?ªã??ã?¡ã?¤ã?«å??ã?§ã??"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "ã??ã?¡ã?¤ã?«ã??ã?ªã?¼ã??ã?³ã??ã??é??ã?«ã?¨ã?©ã?¼: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "ã??ã?£ã?¬ã?¯ã??ã?ªã??ã?ªã?¼ã??ã?³ã?§ã??ã?¾ã??ã??"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "ã??ã?¡ã?¤ã?«ã??å??é?¤ã??ã??é??ã?«ã?¨ã?©ã?¼: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "ã??ã?¡ã?¤ã?«ã??ã?´ã??ç®±ã?¸ç§»å??ã??ã??é??ã?«ã?¨ã?©ã?¼: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "ã?´ã??ç®±ã?®ã??ã?£ã?¬ã?¯ã??ã?ª (%s) ã?®ç??æ??ã?«å¤±æ??ã??ã?¾ã??ã??: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "ã?´ã??ç®±ã?®ã??ã??ã??ã?¬ã??ã?«ã?ªã??ã?£ã?¬ã?¯ã??ã?ªã??è¦?ã?¤ã??ã??ã?¾ã??ã??"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "ã?´ã??ç®±ã??ã?£ã?¬ã?¯ã??ã?ªã??å?å?¨ã??ã?ªã??ã??ç??æ??ã?§ã??ã?¾ã??ã??"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "ã?´ã??ç®±ã?®æ??å ±ã??ã?¡ã?¤ã?«ã??ç??æ??ã?§ã??ã?¾ã??ã??: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "ã??ã?¡ã?¤ã?«ã??ã?´ã??ç®±ã?¸ç§»å??ã?§ã??ã?¾ã??ã??: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "ã??ã?£ã?¬ã?¯ã??ã?ªã??ç??æ??ã??ã??é??ã?«ã?¨ã?©ã?¼: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "ã?·ã?³ã??ã?ªã??ã?¯ã?»ã?ªã?³ã?¯ '%s' ã?®èªã?¿è¾¼ã?¿ã??失æ??: %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "ã?·ã?³ã??ã?ªã??ã?¯ã?»ã?ªã?³ã?¯ã??ç??æ??ã??ã??é??ã?«ã?¨ã?©ã?¼: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "ã??ã?¡ã?¤ã?«ã??移å??ã??ã??é??ã?«ã?¨ã?©ã?¼: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "ã??ã?£ã?¬ã?¯ã??ã?ªã??ã??ã??ã?£ã?¬ã?¯ã??ã?ªã?¸ç§»å??ã?§ã??ã?¾ã??ã??"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "ã??ã??ã?¯ã?¢ã??ã??ã?»ã??ã?¡ã?¤ã?«ã?®ç??æ??ã?«å¤±æ??ã??ã?¾ã??ã??"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "対象ã?¨ã?ªã??ã??ã?¡ã?¤ã?«ã??å??é?¤ã??ã??é??ã?«ã?¨ã?©ã?¼: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "ã??ã?¦ã?³ã??é??ã?®ç§»å??ã?¯ã?µã??ã?¼ã??ã??ã?¦ã??ã?¾ã??ã??"
@@ -1533,102 +1553,102 @@ msgstr "æ?¡å¼µå±?æ?§ã?®å??å??ã??ç?¡å?¹ã?§ã??"
msgid "Error setting extended attribute '%s': %s"
msgstr "'%s' ã?¨ã??ã??æ?¡å¼µå±?æ?§ã??ã?»ã??ã??ã??ã??é??ã?«ã?¨ã?©ã?¼: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' ã?¨ã??ã??ã??ã?¡ã?¤ã?«ã?®ç?¶æ??ã??å??å¾?ã??ã??é??ã?«ã?¨ã?©ã?¼: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (ç?¡å?¹ã?ªã?¨ã?³ã?³ã?¼ã??ã?£ã?³ã?°)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "ã??ã?¡ã?¤ã?«ã?»ã??ã?£ã?¹ã?¯ã?ªã??ã?¿ã?®ç?¶æ??ã??å??å¾?ã??ã??é??ã?«ã?¨ã?©ã?¼: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "å±?æ?§ã?®ç¨®é¡?ã??ç?¡å?¹ã?§ã?? (uint32 å??ã??æ?³å®?ã??ã?¦ã??ã??)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "å±?æ?§ã?®ç¨®é¡?ã??ç?¡å?¹ã?§ã?? (uint64 å??ã??æ?³å®?ã??ã?¦ã??ã??)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "å±?æ?§ã?®ç¨®é¡?ã??ç?¡å?¹ã?§ã?? (ã??ã?¤ã??å??ã?®æ??å?å??ã??æ?³å®?ã??ã?¦ã??ã??)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "ã?·ã?³ã??ã?ªã??ã?¯ã?ªã?³ã?¯ã?«ã?¯ã?¢ã?¯ã?»ã?¹æ¨©ã??ã?»ã??ã??ã?§ã??ã?¾ã??ã??"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "ã?¢ã?¯ã?»ã?¹æ¨©ã??ã?»ã??ã??ã??ã??é??ã?«ã?¨ã?©ã?¼: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "æ??æ??è??ã??ã?»ã??ã??ã??ã??é??ã?«ã?¨ã?©ã?¼: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "ã?·ã?³ã??ã?ªã??ã?¯ã?ªã?³ã?¯ã?? NULL ã?«ã??ã?ªã??ã?§ä¸?ã??ã??"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "ã?·ã?³ã??ã?ªã??ã?¯ã?ªã?³ã?¯ã??ã?»ã??ã??ã??ã??é??ã?«ã?¨ã?©ã?¼: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "ã?·ã?³ã??ã?ªã??ã?¯ã?ªã?³ã?¯ã?®æ??å®?ã?§ã?¨ã?©ã?¼: ã??ã?¡ã?¤ã?«ã??ã?ªã?³ã?¯ã?§ã?¯ã?ªã??"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "æ??çµ?æ?´æ?°æ?¥æ??ã??ã??ã??ã??æ??çµ?ã?¢ã?¯ã?»ã?¹æ?¥æ??ã??ã?»ã??ã??ã??ã??é??ã?«ã?¨ã?©ã?¼: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux ã?®ã?³ã?³ã??ã?ã?¹ã??ã?? NULL ã?«ã??ã?ªã??ã?§ä¸?ã??ã??"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "SELinux ã?®ã?³ã?³ã??ã?ã?¹ã??ã??æ??å®?ã??ã??é??ã?«ã?¨ã?©ã?¼: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "ã??ã?®ã?·ã?¹ã??ã? ã?§ã?¯ SELinux ã??æ??å?¹ã?«ã?ªã?£ã?¦ã??ã?¾ã??ã??"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "%s ã?¨ã??ã??å±?æ?§å?¤ã?¯ã?»ã??ã??ã?§ã??ã?¾ã??ã??"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "ã??ã?¡ã?¤ã?«ã??ã??èªã?¿è¾¼ã??é??ã?«ã?¨ã?©ã?¼: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "ã??ã?¡ã?¤ã?«ã?§ã?·ã?¼ã?¯ã??ã??é??ã?«ã?¨ã?©ã?¼: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "ã??ã?¡ã?¤ã?«ã??é??ã??ã??é??ã?«ã?¨ã?©ã?¼: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "ã?ã?¼ã?«ã?«ã?»ã??ã?¡ã?¤ã?«ã??ç?£è¦?ã??ã??ã??ã??ã?©ã?«ã??ã?»ã?¢ã??ã?¿ã?®ç¨®é¡?ã??è¦?ã?¤ã??ã??ã?¾ã??ã??"
@@ -1709,22 +1729,25 @@ msgstr "ã?¡ã?¢ã?ªå?ºå??ã?¹ã??ã?ªã?¼ã? ã?®å¤§ã??ã??ã??å¤?æ?´ã?§ã??ã?¾ã??ã??ã?§ã??
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "mount ã?¯ã?¢ã?³ã??ã?¦ã?³ã??ã??å®?è£?ã??ã?¦ã??ã?¾ã??ã??"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "mount ã?¯å??ã??å?ºã??ã??å®?è£?ã??ã?¦ã??ã?¾ã??ã??"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
"mount ã?¯ã??ã?¢ã?³ã??ã?¦ã?³ã??ã??ã??ã??ã??ã?¯ã??ã?¢ã?³ã??ã?¦ã?³ã??æ??ä½?ã?«ã??ã??å??ã??å?ºã??ã??ã??å®?è£?ã??ã?¦"
"ã??ã?¾ã??ã??"
@@ -1732,8 +1755,9 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
"mount ã?¯ã??å??ã??å?ºã??ã??ã??ã??ã??ã?¯ã??ã?¢ã?³ã??ã?¦ã?³ã??æ??ä½?ã?«ã??ã??å??ã??å?ºã??ã??ã??å®?è£?ã??ã?¦ã??ã?¾"
"ã??ã??"
@@ -1741,21 +1765,22 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+msgid "mount doesn't implement \"remount\""
msgstr "mount ã?¯å??ã??ã?¦ã?³ã??ã??å®?è£?ã??ã?¦ã??ã?¾ã??ã??"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:797
+#: gio/gmount.c:828
msgid "mount doesn't implement content type guessing"
msgstr "mount ã?«ã?¯ã?¡ã??ã?£ã?¢ã?®ç¨®é¡?ã??æ?¨æ¸¬ã??ã??ã??ã??ã?ªå®?è£?ã?¯ã??ã??ã?¾ã??ã??"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "mount ã?«ã?¯å??æ??ã??ã??ã?¦ã?¡ã??ã?£ã?¢ã?®ç¨®é¡?ã??æ?¨æ¸¬ã??ã??ã??ã??ã?ªå®?è£?ã?¯ã??ã??ã?¾ã??ã??"
@@ -1764,11 +1789,11 @@ msgstr "mount ã?«ã?¯å??æ??ã??ã??ã?¦ã?¡ã??ã?£ã?¢ã?®ç¨®é¡?ã??æ?¨æ¸¬ã??ã??ã??ã??ã?ª
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "ã??ã?¹ã??å?? '%s' ã?« '[' ã??å?«ã?¾ã??ã?¦ã??ã?¾ã??ã?? ']' ã??ã??ã??ã?¾ã??ã??"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "å?ºå??ã?¹ã??ã?ªã?¼ã? ã?¯æ?¸ã??è¾¼ã?¿ã??å®?è£?ã??ã?¦ã??ã?¾ã??ã??"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "ã?½ã?¼ã?¹ã?»ã?¹ã??ã?ªã?¼ã? ã?¯æ?¢ã?«é??ã??ã?¦ã??ã?¾ã??"
@@ -1900,7 +1925,7 @@ msgstr "ã?¡ã??ã?»ã?¼ã?¸ã??é??ä¿¡ä¸ã?«ã?¨ã?©ã?¼ï¼? %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage ã?¯ Windows ã?§ã?¯ã?µã??ã?¼ã??ã??ã??ã?¦ã??ã?¾ã??ã??"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "ã?¡ã??ã?»ã?¼ã?¸ã??å??ä¿¡ä¸ã?«ã?¨ã?©ã?¼: %s"
diff --git a/po/ka.po b/po/ka.po
index 31008ae..2516007 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: ka\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\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-"
@@ -90,72 +90,72 @@ msgstr "á??á? á??á??á? á??á??á??á?¡á??á??á??á?¡ á?¡á??á?®á??á??á??á?? '%s' á??
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "á?¨á??á?£á?«á??á??á??á??á??á??á?? '%s' exec line-á?¡ á??á??á?¤á??á? á??á??á??á??á??, á??á??á?¡á??á??á??á? á??á??á?? URI '%s'"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "á??á??á??á?£á? á?? á??á??á??á? á??á??á?¡ \"%s\" á??á??á? á??á??á?¥á??á??á?? \"%s\" á??á??á??á??á? á??á??á??á?¨á?? á??á? á??á?? á? á??á??á??á??á??á??á??á?£á??á??"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "á??á??á? á?®á??á? á?®á??á??á??á?? \"%s\" - \"%s\" á??á??á? á??á??á??á?¥á??á??á??á??á??á?¡ á??á??á?®á?¡á??á??"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "á?¨á??á?¢á??á??á??á?? á?¢á??á?¥á?¡á?¢á?¨á?? á??á??á??á?¢á??á??á??á?¡ á??á??á??á??á??á??á? á??á??á?? á??á?ªá??á??á? á??á??"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "á??á??á? á??á??á?¥á??á??á??á?¡ á?¨á??á?ªá??á??á??á??: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "á??á? á??á?¡á? á?£á??á?? á?¡á??á??á??á??á??á?? á?¨á??á?¢á??á??á??á?¡ á?¢á??á?¥á?¡á?¢á??á?¡ á??á??á??á??á?¡"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "á??á??á? á?®á??á? á?®á??á??á??á?? \"%s\" á?¡á??á??á??á??á??á??á?¡ á??á??á? á??á??á?¥á??á??á?? á??á??á??á??á? á??á??á??á?¨á?? \"%s\""
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr ""
"URI \"%s\" á??á? á??á??á?®á??á??á??á?? á??á??á?¡á??á??á?£á?¢á?£á? á?? á??á??á??á??á?¢á??á?¤á??á??á??á?¢á??á? á?? \"file\" á?¡á?¥á??á??á??á?¡ á??á??á??á??á?§á??á??á??á??á??á?¡á??á?¡"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr ""
"á??á??á??á??á??á?£á? á?? á?¤á??á??á??á??á?¡ URI á??á??á??á??á?¢á??á?¤á??á??á??á?¢á??á? á?? \"%s\" á??á? á?¨á??á??á?«á??á??á??á?? á?¨á??á??á?ªá??á??á??á??á?¡ á?¡á??á??á??á??á??á??á?¡ \"#"
"\""
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI á??á??á??á??á?¢á??á?¤á??á??á??á?¢á??á? á?? \"%s\" á??á?ªá??á??á? á??á??"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI á??á??á??á??á?¢á??á?¤á??á??á??á?¢á??á? á??á?¡ \"%s\" á??á??á?¡á??á??á??á?«á??á??á?¡ á?¡á??á?®á??á??á?? á??á?ªá??á??á? á??á??"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI á??á??á??á??á?¢á??á?¤á??á??á??á?¢á??á? á?? \"%s\" á?¨á??á??á?ªá??á?? á??á?ªá??á??á? á?¡á??á??á??á??á?¢á? á??á??á?? á?¡á??á??á??á??á??á??á??á??á?¡"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "á??á??á??á?? \"%s\" á??á??á?¡á??á??á?£á?¢á?£á? á?? á??á? á??á??á?®á??á??á??á??"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "á??á??á?¡á??á??á??á?«á??á??á?¡ á??á?ªá??á??á? á?? á?¡á??á?®á??á??á??"
@@ -164,118 +164,133 @@ msgstr "á??á??á?¡á??á??á??á?«á??á??á?¡ á??á?ªá??á??á? á?? á?¡á??á?®á??á??á??"
msgid "Error opening directory '%s': %s"
msgstr "á?¨á??á?ªá??á??á?? \"%s\" á??á??á?¡á?¢á??á?¡ á??á??á?®á?¡á??á??á?¡á??á?¡: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "á??á??á? á?®á??á? á?®á??á??á??á?? %lu á??á??á??á?¢á??á?¡ á??á??á??á??á?§á??á?¤á?? \"%s\" á?¤á??á??á??á??á?¡ á?¬á??á?¡á??á??á??á??á?®á??á??"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "á?¤á??á??á??á??á?¡ \"%s\" á?¬á??á??á??á??á?®á??á??á?¡ á?¨á??á?ªá??á??á??á??: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "á?¤á??á??á??á??á??á??á?? \"%s\" á?¬á??á??á??á??á?®á??á??á?¡ á?¨á??á?ªá??á??á??á??: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "á?¤á??á??á??á??á?¡ \"%s\" á??á??á?®á?¡á??á??á?¡ á?¨á??á?ªá??á??á??á??: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "á?¤á??á??á??á??á?¡ \"%s\" á??á?¢á? á??á??á?£á?¢á??á??á??á?¡ á?¬á??á??á??á??á?®á??á??á?¡ á?¨á??á?ªá??á??á??á??: á?¤á?£á??á?¥á?ªá??á?? - fstat(): %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "á?¤á??á??á??á??á?¡ \"%s\" á??á??á?®á?¡á??á??á?¡ á?¨á??á?ªá??á??á??á??: á?¤á?£á??á?¥á?ªá??á?? - fdopen(): %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "á??á??á? á??á??á?®á??á? á?®á??á?? '%s' á?¤á??á??á??á??á?¡ á??á??á??á??á? á?¥á??á??á??á?? - '%s': g_rename() á??á??á? á?¨á??á??á??á??: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "á??á??á? á??á?¥á??á??á?? '%s' á?¤á??á??á??á?¡: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "á??á??á? á??á?®á?¡á??á?? '%s' á?¤á??á??á??á?¡ á?©á??á?¡á??á?¬á??á? á??á??: fdopen() á??á??á? á?¨á??á??á??á??: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "á??á??á? á??á?¬á??á? '%s' á?¤á??á??á??á?¡: fwrite() á??á??á? á?¨á??á??á??á??: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "á??á??á? á??á?¬á??á? '%s' á?¤á??á??á??á?¡: fwrite() á??á??á? á?¨á??á??á??á??: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "á??á??á? á??á?¬á??á? '%s' á?¤á??á??á??á?¡: fwrite() á??á??á? á?¨á??á??á??á??: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "á??á??á? á??á?®á?£á? á??á?? '%s' á?¤á??á??á??á?¡: fclose() á??á??á? á?¨á??á??á??á??: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "á??á? á?¡á??á??á?£á??á?? '%s' á?¤á??á??á??á?? á??á??á? á??á??á??á??á?¨á??á??á??á??: g_unlink() á??á??á? á?¨á??á??á??á??: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "á??á??á? á??á?? '%s' á??á?ªá??á??á? á??á?? á??á?? '%s'-á?¡ á??á? á?£á??á??á?? á?¨á??á??á?ªá??á??á??á??á?¡"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "á??á??á??á?£á?¨á?? '%s' á??á? á?¨á??á??á?ªá??á??á?¡ XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, c-format
+msgid "%.1f TB"
+msgstr ""
+
+#: glib/gfileutils.c:1802
+#, c-format
+msgid "%.1f PB"
+msgstr ""
+
+#: glib/gfileutils.c:1807
+#, c-format
+msgid "%.1f EB"
+msgstr ""
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "á?¡á??á??á??á??á??á?£á? á?? á??á??á??á?¡ \"%s\" á?¬á??á??á??á??á?®á??á??á?¡ á?¨á??á?ªá??á??á??á??: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "á?¡á??á??á??á??á??á?£á? á?? á??á??á??á??á??á?¡ á??á??á??á??á?§á??á??á??á??á?? á??á? á??á?? á? á??á??á??á??á??á??á??á?£á??á??"
@@ -534,7 +549,7 @@ msgstr "á?£á??á??á?? á??á??á??á? á?£á??á??á??á??á?¡ á??á??á??á??á?¢á?? á??á??á??
msgid "the pattern contains items not supported for partial matching"
msgstr "á??á??á? á??á?? á?¨á??á??á?ªá??á??á?¡ á??á??á?¬á??á??á??á??á? á??á??á?? á??á??á??á??á?®á??á??á??á??á?¡á??á??á??á?¡ á??á?®á??á? á??á??á?£á?á??á? á??á?? á??á??á??á??á??á?¢á??á??á?¡"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "á?¨á??á??á?? á?¨á??á?ªá??á??á??á??"
@@ -1132,17 +1147,17 @@ msgstr "á??á??á??á?¨á??á??á??á??á??á??á?? '%s' á??á??á? á??á?¦á??á?¥á??á??á??
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr ""
@@ -1166,34 +1181,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1245,13 +1260,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1265,50 +1280,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr ""
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr ""
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr ""
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
#, fuzzy
msgid "Trash not supported"
msgstr "á?¡á??á??á??á??á??á?£á? á?? á??á??á??á??á??á?¡ á??á??á??á??á?§á??á??á??á??á?? á??á? á??á?? á? á??á??á??á??á??á??á??á?£á??á??"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
#, fuzzy
msgid "No application is registered as handling this file"
msgstr "á??á? á??á??á? á??á??á??á?¡á??á??á??á?¡ á?¡á??á?®á??á??á??á?? '%s' á??á? á??á??á??á??á??á??á??á?£á??á?? á?¡á??á??á??á?¨á??á?? '%s'"
@@ -1398,7 +1413,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr ""
@@ -1411,115 +1426,120 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "á??á??á?¡á??á?¦á??á??á??á?¡ á??á??á?£á?¦á??á??á??á??á?? á?¡á??á?®á??á??á??: %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, fuzzy, c-format
msgid "Error getting filesystem info: %s"
msgstr "á?¤á??á??á??á??á?¡ \"%s\" á?¬á??á??á??á??á?®á??á??á?¡ á?¨á??á?ªá??á??á??á??: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr ""
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "á?¤á??á??á??á??á?¡ \"%s\" á?¬á??á??á??á??á?®á??á??á?¡ á?¨á??á?ªá??á??á??á??: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
#, fuzzy
msgid "Invalid filename"
msgstr "á??á??á?¡á??á??á??á?«á??á??á?¡ á??á?ªá??á??á? á?? á?¡á??á?®á??á??á??"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "á?¤á??á??á??á??á?¡ \"%s\" á?¬á??á??á??á??á?®á??á??á?¡ á?¨á??á?ªá??á??á??á??: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "á?¤á??á??á??á??á?¡ \"%s\" á?¬á??á??á??á??á?®á??á??á?¡ á?¨á??á?ªá??á??á??á??: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "á?¤á??á??á??á??á?¡ \"%s\" á?¬á??á??á??á??á?®á??á??á?¡ á?¨á??á?ªá??á??á??á??: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "á??á??á? á??á?¥á??á??á?? '%s' á?¤á??á??á??á?¡: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "á??á??á? á??á?¥á??á??á?? '%s' á?¤á??á??á??á?¡: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "á??á??á? á??á?¥á??á??á?? '%s' á?¤á??á??á??á?¡: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "á?¨á??á?ªá??á??á?? \"%s\" á??á??á?¡á?¢á??á?¡ á??á??á?®á?¡á??á??á?¡á??á?¡: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "á?¡á??á??á??á??á??á?£á? á?? á??á??á??á?¡ \"%s\" á?¬á??á??á??á??á?®á??á??á?¡ á?¨á??á?ªá??á??á??á??: %s"
+
+#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "á?¨á??á?ªá??á??á??á??á?¡ á??á??á??á??á??á??á??á??á??á??á??á?¡ á??á??á? á??á??á??á?¢á? á??: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "á?¤á??á??á??á??á?¡ \"%s\" á?¬á??á??á??á??á?®á??á??á?¡ á?¨á??á?ªá??á??á??á??: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "á?¤á??á??á??á??á?¡ \"%s\" á?¬á??á??á??á??á?®á??á??á?¡ á?¨á??á?ªá??á??á??á??: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr ""
@@ -1541,103 +1561,103 @@ msgstr "á??á??á??á?£á??á??á??á?¢á?? á??á??á?£á??á??á??á??á??á??á??á?? á??á??á?¡
msgid "Error setting extended attribute '%s': %s"
msgstr "á?¨á??á?ªá??á??á?? \"%s\" á??á??á?¡á?¢á??á?¡ á??á??á?®á?¡á??á??á?¡á??á?¡: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "á?¤á??á??á??á??á?¡ \"%s\" á?¬á??á??á??á??á?®á??á??á?¡ á?¨á??á?ªá??á??á??á??: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "á?¤á??á??á??á??á?¡ \"%s\" á?¬á??á??á??á??á?®á??á??á?¡ á?¨á??á?ªá??á??á??á??: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "á??á??á? á??á??á?¥á??á??á??á?¡ á?¨á??á?ªá??á??á??á??: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "á??á??á? á??á??á?¥á??á??á??á?¡ á?¨á??á?ªá??á??á??á??: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "á??á??á? á??á??á?¥á??á??á??á?¡ á?¨á??á?ªá??á??á??á??: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "á?¨á??á?ªá??á??á??á?? á?¡á?¢á? á??á?¥á??á??á?¨á?? %d: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "á??á??á? á??á??á?¥á??á??á??á?¡ á?¨á??á?ªá??á??á??á??: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "á??á??á? á??á??á?¥á??á??á??á?¡ á?¨á??á?ªá??á??á??á??: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "á?¡á??á??á??á??á??á?£á? á?? á??á??á??á??á??á?¡ á??á??á??á??á?§á??á??á??á??á?? á??á? á??á?? á? á??á??á??á??á??á??á??á?£á??á??"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "á?¤á??á??á??á??á?¡ \"%s\" á?¬á??á??á??á??á?®á??á??á?¡ á?¨á??á?ªá??á??á??á??: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "á?¤á??á??á??á??á?¡ \"%s\" á?¬á??á??á??á??á?®á??á??á?¡ á?¨á??á?ªá??á??á??á??: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "á?¤á??á??á??á??á?¡ \"%s\" á?¬á??á??á??á??á?®á??á??á?¡ á?¨á??á?ªá??á??á??á??: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
@@ -1720,49 +1740,49 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+msgid "mount doesn't implement \"unmount\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+msgid "mount doesn't implement \"eject\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
@@ -1771,11 +1791,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr ""
@@ -1909,7 +1929,7 @@ msgstr "á?¤á??á??á??á??á?¡ \"%s\" á?¬á??á??á??á??á?®á??á??á?¡ á?¨á??á?ªá??á??á??
msgid "GSocketControlMessage not supported on windows"
msgstr ""
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "á?¤á??á??á??á??á?¡ \"%s\" á?¬á??á??á??á??á?®á??á??á?¡ á?¨á??á?ªá??á??á??á??: %s"
diff --git a/po/kn.po b/po/kn.po
index e0d5876..baa059d 100644
--- a/po/kn.po
+++ b/po/kn.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.master.kn\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-10 12:23+0530\n"
"Last-Translator: Shankar Prasad <svenkate redhat com>\n"
"Language-Team: Kannada <en li org>\n"
@@ -87,69 +87,69 @@ msgstr "'%s' ��ಬ ಹ�ಸರಿನ ಯಾವ�ದ� �ನ�ವಯವ
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "exec ಸಾಲ� '%s' �ನ�ನ� URI '%s' ನ��ದಿ�� ವಿಸ�ತರಿಸ�ವಲ�ಲಿ ವಿಫಲತ� �ದ�ರಾ�ಿದ�"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "'%s' ���ಷರ�ಳಿ�ದ '%s' �� ಪರಿವರ�ತಿಸ�ವ�ದ� ಬ��ಬಲಿತವಾ�ಿಲ�ಲ"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' ನಿ�ದ '%s'�� ಪರಿವರ�ತ�ವನ�ನ� ತ�ರ�ಯಲಾ��ತ�ತಿಲ�ಲ"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "ಪರಿವರ�ತಿತ �ದಾನದಲ�ಲಿನ ಬ��� �ನ���ರಮ �ಮಾನ�ಯವಾ�ಿದ�"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "ಪರಿವರ�ತಿಸ�ವಾ� ದ�ಷ: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "�ದಾನದ ��ನ�ಯಲ�ಲಿ ��ಶಿ� ���ಷರ �ನ���ರಮಣ�"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "fallback '%s' �ನ�ನ� ಸ���ತಸ��� '%s' �� ಪರಿವರ�ತಿಸಲಾ�ಿಲ�ಲ"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' \"�ಡತ\" ವಿಧಾನವನ�ನ� ಬಳಸ�ವ ��ದ� ಪರಿಪ�ರ�ಣವಾದ URI �ಲ�ಲ"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "ಸ�ಥಳ�ಯ �ಡತ URI '%s' ��ದ� '#' �ನ�ನ� ಹ��ದಿಲ�ಲದಿರಬಹ�ದ�"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' �ಮಾನ�ಯವಾ�ಿದ�"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI '%s' ನ �ತಿಥ�ಯದ ಹ�ಸರ� ಸರಿಯಿಲ�ಲ"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' �ಮಾನ�ಯವಾ�ಿ ನ�ಣ��ಿ���ಡ �ಿಹ�ನ��ಳನ�ನ� �ಳ���ಡಿದ�"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "ಪಥದ ಹ�ಸರ� '%s' ��ದ� ಪರಿಪ�ರ�ಣವಾದ ಪಥವಲ�ಲ"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "�ಮಾನ�ಯವಾದ �ತಿಥ�ಯದ ಹ�ಸರ�"
@@ -158,121 +158,136 @@ msgstr "�ಮಾನ�ಯವಾದ �ತಿಥ�ಯದ ಹ�ಸರ�"
msgid "Error opening directory '%s': %s"
msgstr "�ಡತ ��ಶ '%s' ವನ�ನ� ತ�ರ�ಯ�ವಲ�ಲಿ ದ�ಷ: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "%lu ಬà³?à²?à³?â??à²?ಳನà³?ನà³?, \"%s\" à²?ಡತವನà³?ನà³? à²?ದà³?ವà²?ತà³? ನಿಯà³?à²?ಿಸಲà³? ಸಾಧà³?ಯವಾà²?ಿಲà³?ಲ"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "'%s' �ಡತವನ�ನ� �ದ�ವಲ�ಲಿ ದ�ಷ: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "�ಡತ \"%s\" ವ� ಬಹಳ ದ�ಡ�ಡದಾ�ಿದ�"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "'%s' �ಡತದಿ�ದ �ದ�ವಲ�ಲಿ ವಿಫಲತ�: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "'%s' �ನ�ನ� ತ�ರ�ಯಲ� ವಿಫಲವಾ�ಿದ�: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "'%s' �ಡತದಿ�ದ ��ಣಲ��ಷಣ�ಳನ�ನ� ಪಡ�ಯ�ವಲ�ಲಿ ವಿಫಲತ�: fstat() ವಿಫಲ���ಡಿದ�: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "'%s' �ಡತವನ�ನ� �ದ�ವಲ�ಲಿ ವಿಫಲತ�: fdopen() ವಿಫಲ���ಡಿದ�: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "'%s' �ಡತವನ�ನ� '%s' ���� ಪ�ನರ� ನಾಮ�ರಣ ಮಾಡ�ವಲ�ಲಿ: g_rename() ವಿಫಲ���ಡಿದ�: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "'%s' �ಡತವನ�ನ� ರ�ಿಸ�ವಲ�ಲಿ ವಿಫಲತ�: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr ""
"�ಡತ '%s' ವನ�ನ� ಬರ�ಯಲ� �ನ�ವಾ��ವಣ�ತ� ತ�ರ�ಯ�ವಲ�ಲಿ ವಿಫಲತ�: fdopen() ವಿಫಲ���ಡಿದ�: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "�ಡತ '%s'ವನ�ನ� ಬರ�ಯ�ವಲ�ಲಿ ವಿಫಲತ�: fwrite() ವಿಫಲ���ಡಿದ�: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "�ಡತ '%s'ವನ�ನ� ಬರ�ಯ�ವಲ�ಲಿ ವಿಫಲತ�: fflush() ವಿಫಲ���ಡಿದ�: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "�ಡತ '%s'ವನ�ನ� ಬರ�ಯ�ವಲ�ಲಿ ವಿಫಲತ�: fsync()) ವಿಫಲ���ಡಿದ�: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "�ಡತ '%s' ವನ�ನ� ಮ�����ವಲ�ಲಿ ವಿಫಲತ�: fclose() ವಿಫಲ���ಡಿದ�: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
"�ಸ�ತಿತ�ವದಲ�ಲಿರ�ವ '%s' �ಡತವನ�ನ� ತ���ದ� ಹಾ�ಲಾ��ವ�ದಿಲ�ಲ: g_unlink() ವಿಫಲ���ಡಿದ�: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "ಮಾದರಿ '%s' �ಮಾನ�ಯವಾ�ಿದ�, �ದ� ��ದ� '%s' �ನ�ನ� ಹ��ದಿರ�ವ�ತಿಲ�ಲ"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "ಮಾದರಿ '%s' ಯ� XXXXXX �ನ�ನ� ಹ��ದಿಲ�ಲ"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "ಸಾ���ತಿ� ಲಿ��� '%s' �ನ�ನ� �ದ�ವಲ�ಲಿ ವಿಫಲತ�: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "ಸಾ���ತಿ� ಲಿ����ಳ� ಬ��ಬಲಿತವಾ�ಿಲ�ಲ"
@@ -533,7 +548,7 @@ msgstr "ಹಿ�ಬಾಲಿಸ�ವ ಮಿತಿ ತಲ�ಪಿದ�"
msgid "the pattern contains items not supported for partial matching"
msgstr "��ಶಿ� ಹ��ದಾಣಿ���� ಬ��ಬಲಿತವಾ�ದ ��ಶ�ಳನ�ನ� � ವಿನ�ಯಾಸವ� ಹ��ದಿದ�"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "��ತರಿ� ದ�ಷ"
@@ -1121,17 +1136,17 @@ msgstr "ಮ�ಲ�ಯ '%s' ವನ�ನ� ��ದ� ಬ�ಲಿಯನ�
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "%s �� ಬಹಳ ದ�ಡ�ಡದಾದ �ಣಿ�� ಮ�ಲ�ಯವನ�ನ� ರವಾನಿಸಲಾ�ಿದ�"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "ಸ���ರ�ಮ� ��ಾ�ಲ� ಮ����ಲ�ಪ���ಿದ�"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "�ಾರ�ಯವ� ರದ�ದ����ಡಿದ�"
@@ -1154,34 +1169,34 @@ msgstr "%s ಬ��"
msgid "Unexpected early end-of-stream"
msgstr "ಸà³?à²?à³?ರà³?ಮà³?â??ನ à²?ನಿರà³?à²?à³?ಷಿತ à²?à³?ಷಿಪà³?ರ à²?à²?ತà³?ಯ"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "ಹ�ಸರಿಸಲಾ�ದ"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "�ಣ�ತ�ರ� �ಡತವ� Exec ��ಷ�ತ�ರವನ�ನ� ಸ��ಿಸಿಲ�ಲ"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "à²?ನà³?ವಯà²?à³?à²?à³? à²?à²?ತà³?ಯವಿರà³?ವ à²?ರà³?ಮಿನಲà³?â?? à²?ನà³?ನà³? ಪತà³?ತà³?ಮಾಡಲಾà²?ಲಿಲà³?ಲ"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "ಬಳ��ದಾರ �ನ�ವಯ ಸ�ರ�ನಾ ಫ�ಲ�ಡರ� %s �ನ�ನ� ರ�ಿಸಲಾ�ಿಲ�ಲ: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "ಬಳ��ದಾರ MIME ಸ�ರ�ನಾ ಫ�ಲ�ಡರ� %s �ನ�ನ� ರ�ಿಸಲಾ�ಿಲ�ಲ: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "ಬಳà²?à³?ದಾರನ ಡà³?ಸà³?à²?à³?â??à²?ಾಪà³? à²?ಡತ %s à²?ನà³?ನà³? ತà³?ರà³?ಯಲಾà²?ಿಲà³?ಲ"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "%s �ಾ�ಿನ �ಸ��ಮ� ವಿವರಣ�"
@@ -1233,13 +1248,13 @@ msgstr "GEmblemedIcon �ನ���ಡಿ��ಿನಲ�ಲಿ ತಪ�ಪ
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "GEmblemedIcon �ಾ�ಿ GEmblem �ನ�ನ� ನಿರ���ಷಿಸಲಾ�ಿತ�ತ�"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "�ಾರ�ಯವ� ಬ��ಬಲಿತವಾ�ಿಲ�ಲ"
@@ -1252,49 +1267,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "ಹ��ದಿರ�ವ ಮ���� �ಸ�ತಿತ�ವದಲ�ಲಿಲ�ಲ"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "��ಶ���� ನ�ಲಿಸಲ� ಸಾಧ�ಯವಾ�ಿಲ�ಲ"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "��ಶವನ�ನ� ��ಶ���� ನ�ಲಿಸಲ� ಸಾಧ�ಯವಾ�ಿಲ�ಲ"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "ಸ��ಿತ �ಡತವ� �ಸ�ತಿತ�ವದಲ�ಲಿಲ�ಲ"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "��ಶವನ�ನ� ಪ�ನರಾವರ�ತಿತವಾ�ಿ ನ�ಲಿಸಲ� ಸಾಧ�ಯವಾ�ಿಲ�ಲ"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "ವಿಶ�ಷ �ಡತವನ�ನ� �ಾಪಿ ಮಾಡಲ� ಸಾಧ�ಯವಾ�ಿಲ�ಲ"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "à²?ಮಾನà³?ಯವಾದ ಸಿಮà³?â??ಲಿà²?à²?à³? ಮà³?ಲà³?ಯವನà³?ನà³? à²?ದà²?ಿಸಲಾà²?ಿದà³?"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "��ರ�ಯಾಶ� ಬ��ಬಲಿತವಾ�ಿಲ�ಲ"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "�ಡತದ ಹ�ಸರ��ಳ� '%c' �ನ�ನ� ಹ��ದ�ವ�ತಿಲ�ಲ"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "ಪರಿಮಾಣವ� �ರ�ಹಿಸ�ವ�ದನ�ನ� �ಾರ�ಯ�ತ��ಳಿಸ�ವ�ದಿಲ�ಲ"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "à²? ಪà³?à²?ವನà³?ನà³? ನಿà²à²¾à²¯à²¿à²¸à²²à³? ಯಾವà³?ದà³? à²?ನà³?ವಯವà³? à²?ನà³?ಸà³?ಥಾಪಿತà²?à³?à²?ಡಿಲà³?ಲ"
@@ -1383,7 +1398,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "ಸà³?à²?à³?ರà³?ಮà³?â??ನಲà³?ಲಿ à²?ಾರà³?ಯವà³? ಬಾà²?ಿ à²?ದà³?"
@@ -1396,114 +1411,119 @@ msgstr "ಸಾà²?à³?à²?à³?â?? ವಿಳಾಸà²?à³?à²?ಾà²?ಿ ಸಾà²?ಷà³?
msgid "Unsupported socket address"
msgstr "ಬ��ಬಲವಿರದ ಸಾ���� ವಿಳಾಸ"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "ಪ�ರ�ವನಿಯ��ಿತವಾದ ��ಶ ಮ�ಲ�ವಿ�ಾರ� ಬ��ಯನ�ನ� ಪತ�ತ� ಮಾಡಲಾ�ಲಿಲ�ಲ"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "�ಮಾನ�ಯ �ಡತದ ಹ�ಸರ� %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "�ಡತವ�ಯವಸ�ಥ�ಯ ಮಾಹಿತಿಯನ�ನ� ಪಡ�ಯ�ವಲ�ಲಿ ದ�ಷ: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "ಮ�ಲ �ಡತ��ಶದ ಹ�ಸರನ�ನ� ಬದಲಾಯಿಸಲಾ��ವ�ದಿಲ�ಲ"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "�ಡತದ ಹ�ಸರನ�ನ� ಬದಲಾಯಿಸ�ವಲ�ಲಿ ದ�ಷ: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "�ಡತದ ಹ�ಸರನ�ನ� ಬದಲಾಯಿಸಲಾ�ಲಿಲ�ಲ, � ಹ�ಸರಿನ �ಡತವ� ��ಾ�ಲ� �ಸ�ತಿತ�ವದಲ�ಲಿದ�"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "�ಮಾನ�ಯ �ಡತದ ಹ�ಸರ�"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "�ಡತವನ�ನ� ತ�ರ�ಯ�ವಲ�ಲಿ ದ�ಷ: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "��ಶವನ�ನ� ತ�ರ�ಯಲಾ�ಿಲ�ಲ"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "�ಡತವನ�ನ� ತ���ದ� ಹಾ��ವಲ�ಲಿ ದ�ಷ: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "�ಡತವನ�ನ� �ಸದ ಬ����ಿ�� ವರ��ಾಯಿಸ�ವಲ�ಲಿ ದ�ಷ: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "�ಸದ ಬ����ಿ ��ಶ %s �ನ�ನ� ರ�ಿಸಲಾ�ಿಲ�ಲ: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "�ಸದ ಬ����ಿ�ಾ�ಿ ಮ�ಲ�ಮ���ದ ��ಶವನ�ನ� ಪತ�ತ�ಮಾಡಲಾ�ಲಿಲ�ಲ"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "�ಸದ ಬ����ಿ �ಡತ��ಶವನ�ನ� ಪತ�ತ�ಮಾಡಲ� �ಥವ ರ�ಿಸಲಾ�ಿಲ�ಲ"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "��ರ�ಯಾಶಿ��� ಮಾಹಿತಿ �ಡತವನ�ನ� ರ�ಿಸಲ� ಸಾಧ�ಯವಾ�ಿಲ�ಲ: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "�ಡತವನ�ನ� ��ರ�ಯಾಶ� ಮಾಡ�ವಲ�ಲಿ ಸಾಧ�ಯವಾ�ಿಲ�ಲ: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "�ಡತ ��ಶವನ�ನ� ರ�ಿಸ�ವಲ�ಲಿ ದ�ಷ: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "ಸಾ���ತಿ� ಲಿ��� '%s' �ನ�ನ� �ದ�ವಲ�ಲಿ ವಿಫಲತ�: %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "ಸಾ���ತಿ� ���ಡಿಯನ�ನ� ಮಾಡ�ವಲ�ಲಿ ದ�ಷ: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "�ಡತವನ�ನ� ಸ�ಥಳಾ�ತರಿಸ�ವಲ�ಲಿ ದ�ಷ: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "��ಶವನ�ನ� �ನ�ನ��ದ� ��ಶ���� ಸ�ಥಳಾ�ತರಿಸಲಾ��ವ�ದಿಲ�ಲ"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "ಬ�ಯಾ�� �ಡತವನ�ನ� ನಿರ�ಮಿಸ�ವಲ�ಲಿ ವಿಫಲತ�"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "ಸ��ಿತ �ಡತವನ�ನ� ತ���ದ� ಹಾ��ವಲ�ಲಿ ದ�ಷ: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "�ರಡ� �ರ�ಹಣ ತಾಣ�ಳ ನಡ�ವ� ವರ��ಾಯಿಸ�ವ�ದ� ಬ��ಬಲಿತವಾ�ಿಲ�ಲ"
@@ -1524,102 +1544,102 @@ msgstr "�ಮಾನ�ಯವಾದ ವಿಸ�ತರಿಸಲ�ಪ���
msgid "Error setting extended attribute '%s': %s"
msgstr "ವಿಸ�ತರಿಸಲ�ಪ��� ವ�ಶಿಷ���ಯ '%s' �ನ�ನ� ಹ��ದಿಸ�ವಲ�ಲಿ ದ�ಷ: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' �ಡತವನ�ನ� ವ�ಯ��ತಪಡಿಸ�ವಲ�ಲಿ ದ�ಷ: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (�ಮಾನ�ಯ ಸ���ತಿ�ರಣ)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "�ಡತ ಡಿಸ���ರಿಪ��ರನ�ನ� ವ�ಯ��ತಪಡಿಸ�ವಲ�ಲಿ ದ�ಷ: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "�ಮಾನ�ಯವಾದ ವ�ಶಿಷ���ಯದ ಬ�� (uint32 �ನ�ನ� ನಿರ���ಷಿಸಲಾ�ಿತ�ತ�)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "�ಮಾನ�ಯವಾದ ವ�ಶಿಷ���ಯದ ಬ�� (uint64 �ನ�ನ� ನಿರ���ಷಿಸಲಾ�ಿತ�ತ�)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "�ಮಾನ�ಯವಾದ ವ�ಶಿಷ���ಯದ ಬ�� (ಬ��� ಸಾಲನ�ನ� ನಿರ���ಷಿಸಲಾ�ಿತ�ತ�)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "ಸಾ���ತಿ����ಡಿ�ಳಲ�ಲಿ �ನ�ಮತಿ�ಳನ�ನ� ಹ��ದಿಸಲಾ�ಿಲ�ಲ"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "�ನ�ಮತಿ�ಳನ�ನ� ಹ��ದಿಸ�ವಾ� ದ�ಷ: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "ಮಾಲಿ�ನನ�ನ� ಹ��ದಿಸ�ವಾ� ದ�ಷ: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "ಸಾ���ತಿ����ಡಿಯ� ಶ�ನ�ಯವಾ�ಿರ�ವ�ತಿಲ�ಲ"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "ಸಾ���ತಿ� ���ಡಿಯನ�ನ� ಹ��ದಿಸ�ವಲ�ಲಿ ದ�ಷ: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "ಸಾ���ತಿ� ���ಡಿಯನ�ನ� ಹ��ದಿಸ�ವಲ�ಲಿ ದ�ಷ: �ಡತವ� ��ದ� ಸಾ���ತಿ����ಡಿಯಾ�ಿಲ�ಲ"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "ಮಾರ�ಪಡಣ� �ಥವ ನಿಲ��ಣಾ ಸಮಯವನ�ನ� ಹ��ದಿಸ�ವಾ� ದ�ಷ: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux ಸನ�ನಿವ�ಶವ� NULL ��ಿರಬಾರದ�"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "SELinux ಸನ�ನಿವ�ಶವನ�ನ� ಹ��ದಿಸ�ವಾ� ದ�ಷ: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "� �ಣ�ದಲ�ಲಿ SELinux ಶ��ತವಾ�ಿಲ�ಲ"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "%s ವ�ಶಿಷ���ಯ�ಳನ�ನ� ಹ��ದಿಸ�ವ�ದ� ಬ��ಬಲಿತವಾ�ಿಲ�ಲ"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "�ಡತದಿ�ದ �ದ�ವಲ�ಲಿ ದ�ಷ: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "�ಡತದಲ�ಲಿ ��ರ�ವಾ� ದ�ಷ: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "�ಡತವನ�ನ� ಮ�����ವಲ�ಲಿ ದ�ಷ: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "ಪ�ರ�ವನಿಯ��ಿತವಾದ ಸ�ಥಳ�ಯ �ಡತ ಮ�ಲ�ವಿ�ಾರ�ದ ಬ��ಯನ�ನ� ಪತ�ತ� ಮಾಡಲಾ�ಿಲ�ಲ"
@@ -1700,50 +1720,55 @@ msgstr "ಮ�ಮ�ರಿ ಪ�ರದಾನ ಸ���ರ�ಮ� �ನ�
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "�ರ�ಹಣವ� �ವರ�ಹಣವನ�ನ� �ಾರ�ಯ�ತ��ಳಿಸ�ವ�ದಿಲ�ಲ"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "�ರ�ಹಣವ� ಹ�ರತ���ಯ�ವ�ದನ�ನ� �ಾರ�ಯ�ತ��ಳಿಸ�ವ�ದಿಲ�ಲ"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "�ರ�ಹಣವ� �ವರ�ಹಣವನ�ನ� �ಥವ unmount_with_operation �ನ�ನ� �ಾರ�ಯ�ತ��ಳಿಸ�ವ�ದಿಲ�ಲ"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
"�ರ�ಹಣವ� ಹ�ರತ���ಯ�ವ�ದನ�ನ� �ಥವ eject_with_operation �ನ�ನ� �ಾರ�ಯ�ತ��ಳಿಸ�ವ�ದಿಲ�ಲ"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "�ರ�ಹಣವ� ಹ��ದಿ��ಳ�ಳ�ವ ವಿಷಯದ ಬ��ಯ �ಹ�ಯನ�ನ� �ನ�ವಯಿಸ�ವ�ದಿಲ�ಲ"
@@ -1752,11 +1777,11 @@ msgstr "�ರ�ಹಣವ� ಹ��ದಿ��ಳ�ಳ�ವ ವಿಷಯ
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "�ತಿಥ�ಯದ ಹ�ಸರ� '%s' '[' �ನ�ನ� ಹ��ದಿದ� �ದರ� ']' �ನ�ನ� ಹ��ದಿಲ�ಲ"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "ಪ�ರದಾನ ಸ���ರ�ಮ� ಬರ�ಯ�ವ�ದನ�ನ� �ಾರ�ಯ�ತ��ಳಿಸ�ವ�ದಿಲ�ಲ"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "ಮ�ಲ ಸ���ರ�ಮ� ��ಾ�ಲ� ಮ����ಲ�ಪ���ಿದ�"
@@ -1888,7 +1913,7 @@ msgstr "ಸ�ದ�ಶವನ�ನ� �ಳ�ಹಿಸ�ವಲ�ಲಿ ದ
msgid "GSocketControlMessage not supported on windows"
msgstr "ವಿà²?ಡà³?ಸà³?â??ನಲà³?ಲಿ GSocketControlMessage ಬà³?à²?ಬಲಿತವಾà²?ಿಲà³?ಲ"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "ಸ�ದ�ಶವನ�ನ� ಪಡ�ಯ�ವಲ�ಲಿ ದ�ಷ: %s"
diff --git a/po/ko.po b/po/ko.po
index 3d5e657..a8b5716 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-08-23 00:49+0900\n"
"Last-Translator: Changwoo Ryu <cwryu debian org>\n"
"Language-Team: GNOME Korea <gnome-kr-hackers lists kldp net>\n"
@@ -88,69 +88,69 @@ msgstr "ì?´ë¦?ì?´ '%s'ì?¸ ì?´ë?¤ í??ë¡?ê·¸ë?¨ë?? '%s'ì?? ë??í?? ë¶?ë§?í?¬ë¥¼ ë?±
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "URI '%s'ì??(를) ì?¬ì?©í?´ '%s' ì?¤í??ì¤? í??ì?¥í??기ì?? ì?¤í?¨í??ì?µë??ë?¤"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "문ì??ì?? '%s'ì??ì?? '%s'(ì?¼)ë¡? ë³?í??ì?? ì§?ì??ë??ì§? ì??ì?µë??ë?¤"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s'ì??ì?? '%s'(ì?¼)ë¡? ë³?í??í??ë?? ë³?í??기를 ì?´ ì?? ì??ì?µë??ë?¤"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "ë³?í?? ì??ë ¥ì??ì?? ì??못ë?? ë°?ì?´í?¸ ì??ì??"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "ë³?í??ì¤? ì?¤ë¥?: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "ì??ë ¥ì?? ë??ì??ì?? ë¶?ë¶?ì ?ì?¸ 문ì?? ì??ì??"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "ì½?ë??ì?? '%2$s'ì??ì?? ë??ì²´í??ë?? '%1$s'(ì?¼)ë¡? ë³?í?? 못í?¨"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s'ì??(ë??) \"file\" ì?¤í?¤ë§?를 ì?¬ì?©í??ë?? ì ?ë?? ê²½ë¡? URIê°? ì??ë??ë??ë?¤"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "ë¡?컬 í??ì?¼ URI '%s'ì??ë?? '#'ì?´ ë?¤ì?´ê°? ì?? ì??ì?µë??ë?¤"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s'ì?´(ê°?) ì??못ë??ì??ì?µë??ë?¤"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI '%s'ì?? í?¸ì?¤í?¸ ì?´ë¦?ì?´ ì??못ë??ì??ì?µë??ë?¤"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s'ì??(ë??) ì??못ë?? ì?´ì?¤ì¼?ì?´í?? 문ì??ê°? ë?¤ì?´ ì??ì?µë??ë?¤"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "ê²½ë¡?ì?´ë¦? '%s'ì??(ë??) ì ?ë?? ê²½ë¡?ê°? ì??ë??ë??ë?¤"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "ì??못ë?? í?¸ì?¤í?¸ ì?´ë¦?"
@@ -159,118 +159,133 @@ msgstr "ì??못ë?? í?¸ì?¤í?¸ ì?´ë¦?"
msgid "Error opening directory '%s': %s"
msgstr "ë??ë ?í?°ë¦¬ '%s' ì?¬ë?? ì¤? ì?¤ë¥? : %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "í??ì?¼ \"%2$s\"ì??(를) ì?½ì?? %1$lu ë°?ì?´í?¸ë¥¼ í? ë?¹í? ì?? ì??ì?µë??ë?¤"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "í??ì?¼ '%s'ì??(를) ì?½ë?? ì¤? ì?¤ë¥?: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "í??ì?¼ \"%s\"ì?´(ê°?) ë??무 í?½ë??ë?¤"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "í??ì?¼ '%s'ì??ì?? ì?½ê¸° ì?¤í?¨ : %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "í??ì?¼ '%s' ì?´ê¸° ì?¤í?¨ : %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "í??ì?¼ '%s'ì?? ì??ì?±ì?? ê°?ì ¸ì?¤ê¸° ì?¤í?¨ : fstat() ì?¤í?¨: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "í??ì?¼ '%s' ì?´ê¸° ì?¤í?¨: fdopen() ì?¤í?¨: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "í??ì?¼ '%s'ì?? ì?´ë¦?ì?? '%s'(ì?¼)ë¡? ë°?꾸ë??ë?° ì?¤í?¨: g_rename() ì?¤í?¨: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "í??ì?¼ '%s' ë§?ë?¤ê¸° ì?¤í?¨: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "í??ì?¼ '%s' ì?°ê¸° ì?©ë??ë¡? ì?´ê¸° ì?¤í?¨: fdopen() ì?¤í?¨: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "í??ì?¼ '%s' ì?°ê¸° ì?¤í?¨: fwrite() ì?¤í?¨: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "í??ì?¼ '%s' ì?°ê¸° ì?¤í?¨: fflush() ì?¤í?¨: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "í??ì?¼ '%s' ì?°ê¸° ì?¤í?¨: fsync() ì?¤í?¨: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "í??ì?¼ '%s' ë?«ê¸° ì?¤í?¨: fclose() ì?¤í?¨: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "기존ì?? '%s' í??ì?¼ì?? ì§?ì?¸ ì?? ì??ì?µë??ë?¤: g_unlink() ì?¤í?¨: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "í??í??리í?¸ '%s'ì?´(ê°?) ì??못ë??ì??ì?µë??ë?¤, '%s'ì?´(ê°?) ë?¤ì?´ ì??ì?¼ë©´ ì?? ë?©ë??ë?¤"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "í??í??리í?¸ '%s'ì?? XXXXXXê°? ì??ì?µë??ë?¤"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u ë°?ì?´í?¸"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "ì?¬ë³¼ë¦ ë§?í?¬ '%s' ì?½ê¸° ì?¤í?¨: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "ì?¬ë³¼ë¦ ë§?í?¬ë¥¼ ì§?ì??í??ì§? ì??ì?µë??ë?¤"
@@ -532,7 +547,7 @@ msgstr "ì?ì¶?ì ? ìµ?ë??ê°?ì?? ë??ë?¬í??ì?µë??ë?¤"
msgid "the pattern contains items not supported for partial matching"
msgstr "í?¨í?´ ì??ì?? ë¶?ë¶? 매ì¹?ì??ì?? ì§?ì??í??ì§? ì??ë?? í?목ì?´ ë?¤ì?´ ì??ì?µë??ë?¤."
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "�� ��"
@@ -1124,17 +1139,17 @@ msgstr "ê°? '%s'ì??(를) ë¶?리ì?¸ ê°?ì?¼ë¡? í?´ì??í? ì?? ì??ì?µë??ë?¤."
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "%sì?? ë??긴 ì¹´ì?´í?¸ ê°?ì?´ ë??무 í?½ë??ë?¤"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "ì?¤í?¸ë¦¼ì?? ì?´ë¯¸ ë?«ì??ì?µë??ë?¤"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "ë??ì??ì?´ ì·¨ì??ë??ì??ì?µë??ë?¤"
@@ -1157,34 +1172,34 @@ msgstr "%s ��"
msgid "Unexpected early end-of-stream"
msgstr "ì??기ì¹? ì??ê²? ì?¼ì°? ì?¤í?¸ë¦¼ì?´ ë??ë?¬ì?µë??ë?¤"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "ì?´ë¦?ì??ì??"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "desktop í??ì?¼ì?? Exec í??ë??를 ì§?ì ?í??ì§? ì??ì??ì?µë??ë?¤"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "í??ë¡?ê·¸ë?¨ì?? í??ì??í?? í?°ë¯¸ë??ì?? ì°¾ì?? ì?? ì??ì?µë??ë?¤"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "ì?¬ì?©ì?? í??ë¡?ê·¸ë?¨ ì?¤ì ? í?´ë??(%s)를 ë§?ë?¤ ì?? ì??ì?µë??ë?¤: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "ì?¬ì?©ì?? MIME ì?¤ì ? í?´ë??(%s)를 ë§?ë?¤ ì?? ì??ì?µë??ë?¤: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "%s ì?¬ì?©ì?? desktop í??ì?¼ì?? ë§?ë?¤ ì?? ì??ì?µë??ë?¤"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "%sì?? ë??í?? ì?¬ì?©ì?? ì?¤ì ? ì ?ì??"
@@ -1236,13 +1251,13 @@ msgstr "GEmblemedIcon ì?¸ì½?ë?©ì??ì?? í? í?° ì??ê°? ì??못ë??ì??ì?µë??ë?¤ (%dê°?
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "GEmblemedIconì?? GEmblemì?´ ì??ì?µë??ë?¤"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "ë??ì??ì?? ì§?ì??í??ì§? ì??ì?µë??ë?¤"
@@ -1255,49 +1270,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "ë?¤ì?´ ì??ë?? ë§?ì?´í?¸ê°? ì??ì?µë??ë?¤"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "ë??ë ?í?°ë¦¬ë¥¼ ë?®ì?´ ì?¨ì?? ë³µì?¬í? ì?? ì??ì?µë??ë?¤"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "ë??ë ?í?°ë¦¬ë¥¼ ë?®ì?´ ì?¨ì?? ë??ë ?í?°ë¦¬ë¥¼ ë³µì?¬í? ì?? ì??ì?µë??ë?¤"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "ë??ì?? í??ì?¼ì?´ ì??ì?µë??ë?¤"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "ë??ë ?í?°ë¦¬ë¥¼ ì?¬ê·?ì ?ì?¼ë¡? ë³µì?¬í? ì?? ì??ì?µë??ë?¤"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "í?¹ì?? í??ì?¼ì?? ë³µì?¬í? ì?? ì??ì?µë??ë?¤"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "ì??못ë?? ì?¬ë³¼ë¦ ë§?í?¬ ê°?ì?´ 주ì?´ì¡?ì?µë??ë?¤"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "í?´ì§?í?µì?? ì§?ì??í??ì§? ì??ì?µë??ë?¤"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "í??ì?¼ ì?´ë¦?ì?? '%c' 문ì??ê°? ë?¤ì?´ê°? ì?? ì??ì?µë??ë?¤"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "볼륨ì?´ mount를 구í??í??ì§? ì??ì??ì?µë??ë?¤"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "ì?´ í??ì?¼ì?? ì²?리í??ë?? í??ë¡?ê·¸ë?¨ì?? ì??무 ê²?ë?? ë?±ë¡?í??ì§? ì??ì??ì?µë??ë?¤"
@@ -1386,7 +1401,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "ì?¤í?¸ë¦¼ì?? ì§?í?? ì¤?ì?¸ ë??ì??ì?´ ì??ì?µë??ë?¤"
@@ -1399,114 +1414,119 @@ msgstr "ì??ì¼? 주ì??ì?? ê³µê°?ì?´ ë¶?족í?©ë??ë?¤"
msgid "Unsupported socket address"
msgstr "ì??ì¼? 주ì??를 ì§?ì??í??ì§? ì??ì?µë??ë?¤"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "기본 ë¡?컬 ë??ë ?í?°ë¦¬ 모ë??í?° ì¢?ë¥?를 ì°¾ì?? ì?? ì??ì?µë??ë?¤"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "ì??못ë?? í??ì?¼ ì?´ë¦? %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "í??ì?¼ ì??ì?¤í?? ì ?보를 ê°?ì ¸ì?¤ë?? ì¤? ì?¤ë¥?: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "루í?¸ ë??ë ?í?°ë¦¬ì?? ì?´ë¦?ì?? ë°?ê¿? ì?? ì??ì?µë??ë?¤"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "í??ì?¼ ì?´ë¦? ë°?꾸기 ì?¤ë¥?: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "í??ì?¼ ì?´ë¦?ì?? ë°?ê¿? ì?? ì??ì?µë??ë?¤. í??ì?¼ì?´ ì?´ë¯¸ ì??ì?µë??ë?¤"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "ì??못ë?? í??ì?¼ ì?´ë¦?"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "í??ì?¼ ì?´ê¸° ì?¤ë¥?: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "ë??ë ?í?°ë¦¬ë¥¼ ì?´ ì?? ì??ì?µë??ë?¤"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "í??ì?¼ ì ?ê±° ì?¤ë¥?: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "í??ì?¼ ë²?리기 ì?¤ë¥?: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "í?´ì§?í?µ ë??ë ?í?°ë¦¬(%s)를 ë§?ë?¤ ì?? ì??ì?µë??ë?¤: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "í?´ì§?í?µì?? ì??ì?? ë??ë ?í?°ë¦¬ë¥¼ ì°¾ì?? ì?? ì??ì?µë??ë?¤"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "í?´ì§?í?µ ë??ë ?í?°ë¦¬ë¥¼ ì°¾ì?? ì?? ì??ê±°ë?? ë§?ë?¤ ì?? ì??ì?µë??ë?¤"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "í?´ì§?í?µ ì ?ë³´ í??ì?¼ì?? ë§?ë?¤ ì?? ì??ì?µë??ë?¤: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "í??ì?¼ì?? ë²?릴 ì?? ì??ì?µë??ë?¤: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "ë??ë ?í?°ë¦¬ë¥¼ ë§?ë??ë?? ì¤? ì?¤ë¥?: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "ì?¬ë³¼ë¦ ë§?í?¬ '%s' ì?½ê¸° ì?¤í?¨: %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "ì?¬ë³¼ë¦ ë§?í?¬ë¥¼ ë§?ë??ë?? ì¤? ì?¤ë¥?: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "í??ì?¼ ì?®ê¸°ë?? ì¤? ì?¤ë¥?: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "ë??ë ?í?°ë¦¬ë¥¼ ë?®ì?´ ì?¨ì?? ë??ë ?í?°ë¦¬ë¥¼ ì?®ê¸¸ ì?? ì??ì?µë??ë?¤"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "ë°±ì?? í??ì?¼ ë§?ë?¤ê¸°ê°? ì?¤í?¨í??ì?µë??ë?¤"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "ë??ì?? í??ì?¼ì?? ì ?ê±°í??ë?? ì¤? ì?¤ë¥?: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "ë?¤ë¥¸ ë§?ì?´í?¸ ì?¬ì?´ì?? ì?®ê¸°ê¸°ë?? ì§?ì??í??ì§? ì??ì?µë??ë?¤"
@@ -1527,103 +1547,103 @@ msgstr "ì??못ë?? í??ì?¥ ì??í?¸ë¦¬ë·°í?¸ ì?´ë¦?"
msgid "Error setting extended attribute '%s': %s"
msgstr "í??ì?¥ ì? í?¸ë¦¬ë·°í?¸ '%s' ì?¤ì ? ì¤? ì?¤ë¥?: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' í??ì?¼ì?? ì ?보를 ì?½ë?? ì¤? ì?¤ë¥?: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (ì??못ë?? ì?¸ì½?ë?©)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "í??ì?¼ ë??ì?¤í?¬ë¦½í?° ì ?보를 ì?½ë?? ì¤? ì?¤ë¥?: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "ì??못ë?? ì? í?¸ë¦¬ë·°í?¸ ì¢?ë¥? (uint32 í??ì??)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "ì??못ë?? ì? í?¸ë¦¬ë·°í?¸ ì¢?ë¥? (uint64 í??ì??)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "ì??못ë?? ì? í?¸ë¦¬ë·°í?¸ ì¢?ë¥? (ë°?ì?´í?¸ 문ì??ì?´ í??ì??)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "ê¶?í?? ì?¤ì ? ì¤? ì?¤ë¥?: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "ê¶?í?? ì?¤ì ? ì¤? ì?¤ë¥?: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "ì??ì? ì?? ì?¤ì ? ì¤? ì?¤ë¥?: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "ì?¬ë³¼ë¦ ë§?í?¬ë?? NULLì?´ ì??ë??ì?´ì?¼ í?©ë??ë?¤"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "ì?¬ë³¼ë¦ ë§?í?¬ ì?¤ì ? ì¤? ì?¤ë¥?: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "ì?¬ë³¼ë¦ ë§?í?¬ ì?¤ì ? ì¤? ì?¤ë¥?: í??ì?¼ì?´ ì?¬ë³¼ë¦ ë§?í?¬ê°? ì??ë??ë??ë?¤"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "ì??ì ? ì??ê°?ì?´ë?? ì ?ê·¼ ì??ê°?ì?? ì?¤ì ?í??ë??ë?° ì?¤ë¥?: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux 컨í??ì?¤í?¸ë?? NULLì?´ ì??ë??ì?´ì?¼ í?©ë??ë?¤"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "SELinux 컨í??ì?¤í?¸ ì?¤ì ? ì¤? ì?¤ë¥?: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "ì?´ ì??ì?¤í??ì?? SELinux를 ì?¬ì?©í??ì§? ì??ì?µë??ë?¤"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "%s ì? í?¸ë¦¬ë·°í?¸ ì?¤ì ?ì?? ì§?ì??í??ì§? ì??ì?µë??ë?¤"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "í??ì?¼ì?? ì?½ë?? ì¤? ì?¤ë¥?: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "í??ì?¼ì??ì?? seekí??ë?? ì¤? ì?¤ë¥?: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "í??ì?¼ì?? ë?«ë?? ì¤? ì?¤ë¥?: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "기본 ë¡?컬 í??ì?¼ 모ë??í?° ì¢?ë¥?를 ì°¾ì?? ì?? ì??ì?µë??ë?¤"
@@ -1704,50 +1724,55 @@ msgstr "ì¶?ë ¥ ì?¤í?¸ë¦¼ì?? í?¬ê¸°ë¥¼ ë°?꾸ë??ë?° ì?¤í?¨í??ì?µë??ë?¤"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "ë§?ì?´í?¸ê°? unmount 기ë?¥ì?? 구í??í??ì§? ì??ì??ì?µë??ë?¤"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "ë§?ì?´í?¸ê°? eject 기ë?¥ì?? 구í??í??ì§? ì??ì??ì?µë??ë?¤"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
"ë§?ì?´í?¸ê°? unmount í?¹ì?? unmount_with_operation 기ë?¥ì?? 구í??í??ì§? ì??ì??ì?µë??ë?¤"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "ë§?ì?´í?¸ê°? eject í?¹ì?? eject_with_operation 기ë?¥ì?? 구í??í??ì§? ì??ì??ì?µë??ë?¤"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+msgid "mount doesn't implement \"remount\""
msgstr "ë§?ì?´í?¸ê°? remount를 구í??í??ì§? ì??ì??ì?µë??ë?¤"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:797
+#: gio/gmount.c:828
msgid "mount doesn't implement content type guessing"
msgstr "ë§?ì?´í?¸ê°? content type guessingì?? 구í??í??ì§? ì??ì??ì?µë??ë?¤"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "ë§?ì?´í?¸ê°? ë??기ì?? content type guessingì?? 구í??í??ì§? ì??ì??ì?µë??ë?¤"
@@ -1756,11 +1781,11 @@ msgstr "ë§?ì?´í?¸ê°? ë??기ì?? content type guessingì?? 구í??í??ì§? ì??ì??ì?µ
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "'%s' í?¸ì?¤í?¸ ì?´ë¦?ì?? '[' ê´?í?¸ê°? ì??ë??ë?° ']' ê´?í?¸ê°? ì??ì?µë??ë?¤"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "ì¶?ë ¥ ì?¤í?¸ë¦¼ì?´ write를 구í??í??ì§? ì??ì??ì?µë??ë?¤"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "ì??본 ì?¤í?¸ë¦¼ì?? ì?´ë¯¸ ë?«ì??ì?µë??ë?¤"
@@ -1892,7 +1917,7 @@ msgstr "ë©?ì??ì§?를 ë³´ë?´ë?? ì¤? ì?¤ë¥?: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "ì??ë??ì?°ì¦?ì??ì??ë?? GSocketControlMessage를 ì§?ì??í??ì§? ì??ì?µë??ë?¤"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "ë©?ì??ì§?를 ë°?ë??ë?° ì?¤ë¥?: %s"
diff --git a/po/ku.po b/po/ku.po
index c5a3d95..99990d7 100644
--- a/po/ku.po
+++ b/po/ku.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.glib-2-8\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\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"
@@ -86,69 +86,69 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Vekirina dosiya '%s' serneket: %s"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr ""
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr ""
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr ""
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr ""
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr ""
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr ""
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr ""
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr ""
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' ne derbasdar e"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr ""
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr ""
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr ""
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Navê hostê nederbasdar e"
@@ -157,119 +157,134 @@ msgstr "Navê hostê nederbasdar e"
msgid "Error opening directory '%s': %s"
msgstr ""
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr ""
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr ""
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Vekirina dosiya '%s' serneket: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr ""
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr ""
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr ""
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr ""
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Vekirina dosiya '%s' serneket: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Vekirina dosiya '%s' serneket: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr ""
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr ""
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr ""
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, c-format
+msgid "%.1f TB"
+msgstr ""
+
+#: glib/gfileutils.c:1802
+#, c-format
+msgid "%.1f PB"
+msgstr ""
+
+#: glib/gfileutils.c:1807
+#, c-format
+msgid "%.1f EB"
+msgstr ""
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr ""
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr ""
@@ -500,7 +515,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr ""
@@ -1078,17 +1093,17 @@ msgstr ""
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr ""
@@ -1112,34 +1127,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1191,13 +1206,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr ""
@@ -1210,49 +1225,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr ""
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr ""
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr ""
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr ""
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr ""
@@ -1341,7 +1356,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr ""
@@ -1354,115 +1369,120 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Navê bernameyê nederbasdar e: %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, fuzzy, c-format
msgid "Error getting filesystem info: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr ""
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
#, fuzzy
msgid "Invalid filename"
msgstr "Navê hostê nederbasdar e"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr ""
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Vekirina dosiya '%s' serneket: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Vekirina dosiya '%s' serneket: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr ""
+
+#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Di rêza %d de çewtî: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr ""
@@ -1483,103 +1503,103 @@ msgstr ""
msgid "Error setting extended attribute '%s': %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Di rêza %d de çewtî: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Di rêza %d de çewtî: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Di rêza %d de çewtî: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
@@ -1661,49 +1681,49 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+msgid "mount doesn't implement \"unmount\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+msgid "mount doesn't implement \"eject\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
@@ -1712,11 +1732,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr ""
@@ -1849,7 +1869,7 @@ msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr ""
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "Di xwendina dosyeya '%s' de çewtî: %s"
diff --git a/po/lt.po b/po/lt.po
index e771e10..53c6363 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: lt\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-03-26 15:52+0200\n"
"Last-Translator: Vytautas RÄ?kus <v rekus gmail com>\n"
"Language-Team: Lithuanian <gnome-lt lists akl lt>\n"
@@ -91,69 +91,69 @@ msgstr "NÄ?ra programos pavadinimu â??%sâ?? registravusios â??%sâ?? žymelÄ?"
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Nepavyko iÅ¡skleisti vykdomosios eilutÄ?s â??%sâ?? su URI â??%sâ??"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Keitimas iÅ¡ koduotÄ?s â??%sâ?? į koduotÄ? â??%sâ?? nepalaikomas"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Nepavyko atverti keitiklio iÅ¡ â??%sâ?? į â??%sâ??"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Klaidinga baitų seka keitimo įvedime"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Klaida keitimo metu: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Nepilna simbolio seka įvedimo pabaigoje"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Negalima keisti atgalinio varianto â??%sâ?? į koduotÄ? â??%sâ??"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "Adresas â??%sâ?? nÄ?ra absoliutus adresas naudojantis â??fileâ?? schemÄ?"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Vietinio failo adresas â??%sâ?? negali turÄ?ti simbolio â??#â??"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "Adresas â??%sâ?? yra klaidingas"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Kompiuterio vardas â??%sâ?? adrese yra klaidingas"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Adrese â??%sâ?? yra klaidingai perkoduoti symboliai"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Kelias â??%sâ?? nÄ?ra absoliutus"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Klaidingas kompiuterio vardas"
@@ -162,92 +162,92 @@ msgstr "Klaidingas kompiuterio vardas"
msgid "Error opening directory '%s': %s"
msgstr "Klaida atidarant aplankÄ? â??%sâ??: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Nepavyko paskirti %lu baitų reikalingų perskaityti failÄ? â??%sâ??"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Klaida skaitant failÄ? â??%sâ??: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "Failas â??%sâ?? per didelis"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Nepavyko perskaityti failo â??%sâ??: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Nepavyko atverti failo â??%sâ??: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Nepavyko gauti failo â??%sâ?? požymių: fstat() klaida: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Nepavyko atverti failo â??%sâ??: fdopen() klaida: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Nepavyko pervadinti failo â??%sâ?? į â??%sâ??: g_rename() klaida: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Nepavyko sukurti failo â??%sâ??: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Nepavyko atverti failo â??%sâ?? raÅ¡ymui: fdopen() klaida: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Nepavyko įraÅ¡yti failo â??%sâ??: fwrite() klaida: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Nepavyko įraÅ¡yti failo â??%sâ??: fflush() klaida: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Nepavyko įraÅ¡yti failo â??%sâ??: fsync() klaida: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Nepavyko užverti failo â??%sâ??: fclose() klaida: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Nepavyko paÅ¡alinti egzistuojanÄ?io failo â??%sâ??: g_unlink() failed: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Å ablonas â??%sâ?? klaidingas, jame negali bÅ«ti â??%sâ??"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Å ablone â??%sâ?? nÄ?ra XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -255,27 +255,42 @@ msgstr[0] "%u baitas"
msgstr[1] "%u baitai"
msgstr[2] "%u baitų"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Nepavyko perskaityti simbolinÄ?s nuorodos â??%sâ??: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "SimbolinÄ?s nuorodos nepalaikomos"
@@ -540,7 +555,7 @@ msgstr "pasiekta atgalinio sekimo riba"
msgid "the pattern contains items not supported for partial matching"
msgstr "šablone yra dalinio atitikimo nepalaikomų elementų "
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "vidinÄ? klaida"
@@ -1136,17 +1151,17 @@ msgstr "ReikÅ¡mÄ?s â??%sâ?? negalima interpretuoti kaip loginÄ?s."
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "Per didelÄ? skaiÄ?iavimo reikÅ¡mÄ? perduota %s"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "Srautas jau užvertas"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "Operacija nutraukta"
@@ -1169,34 +1184,34 @@ msgstr "%s tipas"
msgid "Unexpected early end-of-stream"
msgstr "NetikÄ?ta ankstyva srauto pabaiga"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Nepavadinta"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "Darbalaukio failas nenurodÄ? Exec lauko"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "Nerastas terminalas, reikalingas programai"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Nepavyko sukurti naudotojo nustatymų aplanko %s: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Nepavyko sukurti naudotojo MIME nustatymų aplanko %s: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Nepavyko sukurti naudotojo darbalaukio failo %s"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "Specialus apibrÄ?žimas %s"
@@ -1251,13 +1266,13 @@ msgstr "Netinkamas leksemų skaiÄ?ius (%d) GEmblemedIcon koduotÄ?je"
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "TikÄ?tasi GEmblem skirto GEmblemedIcon"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Operacija nepalaikoma"
@@ -1270,49 +1285,49 @@ msgstr "Operacija nepalaikoma"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: gio/gfile.c:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "TÄ?vinis prijungimo taÅ¡kas neegzistuoja"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Negalima kopijuoti ant aplanko"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "Negalima kopijuoti aplanko ant aplanko"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "Nurodytas failas jau egzistuoja"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "Negalima rekursyviai kopijuoti aplanko"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "Nepavyksta nukopijuoti specialaus failo"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "Netaisyklinga simbolinÄ?s nuorodos reikÅ¡mÄ?"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "Å iukÅ¡lÄ?s nepalaikomos"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Failų varduose negali būti '%c'"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "skirsnis nepalaiko prijungimo"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "NÄ?ra programos, priregistruotos kaip skaitanÄ?ios šį failÄ?"
@@ -1401,7 +1416,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "Srautui liko neįvykdyta operacija"
@@ -1414,114 +1429,119 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "Nepavyko rasti įprasto vietinių aplankų stebÄ?jimo tipo"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Netaisyklingas failo vardas %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Klaida skaitant failų sistemos informacijÄ?: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Nepavyko pervadinti Å¡akninio aplanko"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Klaida pervadinant failÄ?: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "Nepavyko pervadinti failo, failo vardas jau užimtas"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Netaisyklingas failo vardas"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Klaida atveriant failÄ?: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Nepavyko atverti aplanko"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Klaida trinant failÄ?: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "Klaida perkeliant į Å¡iukÅ¡les failÄ?: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Nepavyko sukurti šiukšlių aplanko %s: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "Nepavyko rasti Å¡akninio aplanko Å¡iukÅ¡lÄ?ms"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "Nepavyko rasti ar sukurti šiukšlių aplanko"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Nepavyko šiukšlių informacijos failo: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Nepavyko į šiukšles perkelti failo: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "Klaida atveriant aplankÄ?: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Nepavyko perskaityti simbolinÄ?s nuorodos â??%sâ??: %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Klaida kuriant simbolinÄ? nuorodÄ?: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Klaida perkeliant failÄ?: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Negalima perkelti aplanko per aplankÄ?"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "AtsarginÄ?s kopijos sukÅ«rimas nesÄ?kmingas"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Klaida trinant nurodytÄ? failÄ?: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "PerkÄ?limas tarp prijungimo taÅ¡kų nepalaikomas"
@@ -1542,103 +1562,103 @@ msgstr "netaisyklingas iÅ¡plÄ?stinio atributo pavadinimas"
msgid "Error setting extended attribute '%s': %s"
msgstr "Klaida nurodant iÅ¡plÄ?stinį atributÄ? â??%sâ??: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Klaida skaitant failo â??%sâ?? informacijÄ?: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (netaisyklinga koduotÄ?)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Klaida skaitant failo deskriptoriaus informacijÄ?: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Klaidingas atributo tipas (tikimasi uint32)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Klaidingas atributo tipas (tikimasi uint64)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Klaidingas atributo tipas (tikimasi baitų sekos)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "Klaida nustatant teises: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Klaida nustatant teises: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Klaida nustatant savininkÄ?: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "SimbolinÄ? nuoroda turi bÅ«ti netuÅ¡Ä?ia"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Klaida nustatant simbolinÄ? nuorodÄ?: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "Klaida nustatant simbolinÄ? nuorodÄ?: failas nÄ?ra simbolinÄ? nuoroda"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "Klaida nustatant teises: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux kontekstas būti nelygus NULL"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Klaida nustatant SELinux kontekstÄ?: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux šioje sistemoje neįjungtas"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Atributo %s nustatymas nepalaikomas"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Klaida skaitant failÄ?: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Klaida keiÄ?iant pozicijÄ? faile: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Klaida užveriant failÄ?: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "Nepavyko rasti numatytojo vietinių failų stebyklÄ?s tipo"
@@ -1719,51 +1739,54 @@ msgstr "Nepavyko pakeisti atminties išvedimo srauto dydžio"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "prijungimo taškas nepalaiko atjungimo"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "prijungimo taškas nepalaiko išstūmimo"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
+#: gio/gmount.c:568
#, fuzzy
-msgid "mount doesn't implement unmount or unmount_with_operation"
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "prijungimo taškas nepalaiko atjungimo"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
+#: gio/gmount.c:655
#, fuzzy
-msgid "mount doesn't implement eject or eject_with_operation"
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "prijungimo taškas nepalaiko išstūmimo"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+msgid "mount doesn't implement \"remount\""
msgstr "prijungimo taškas nepalaiko prijungimo iš naujo"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:797
+#: gio/gmount.c:828
msgid "mount doesn't implement content type guessing"
msgstr "prijungimo taÅ¡kas nepalaiko turinio tipo spÄ?jimo"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "prijungimo taÅ¡kas nepalaiko sinchroninio turinio tipo spÄ?jimo"
@@ -1772,11 +1795,11 @@ msgstr "prijungimo taÅ¡kas nepalaiko sinchroninio turinio tipo spÄ?jimo"
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "Išvedimo srautas nepalaiko rašymo"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "Šaltinio srautas jau užvertas"
@@ -1912,7 +1935,7 @@ msgstr "Klaida atveriant failÄ?: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "saitų keitimai win32 sistemose nepalaikomi"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "Klaida trinant failÄ?: %s"
diff --git a/po/lv.po b/po/lv.po
index b1cbe08..62e0276 100644
--- a/po/lv.po
+++ b/po/lv.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\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"
@@ -85,69 +85,69 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "NeizdevÄ?s izveidot failu '%s': %s"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Konversija no rakstzīmju kopas '%s' uz '%s' nav atbalstīta"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, fuzzy, c-format
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:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Nepareiza baitu secÄ«ba konversijas ievadÄ?"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Kļūda konversÄ?jot: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "DaļÄ?ja simbolu secÄ«ba ievades beigÄ?s"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Nevar pÄ?rveidot atkritienu '%s' uz rakstzÄ«mju kopu '%s'"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' nav absolÅ«tais URI, lietojot failu shÄ?mu"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "LokÄ?lÄ? faila URI '%s' nedrÄ«kst saturÄ?t '#'"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' ir nepareizs"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Hostdatora nosaukuma URI '%s' ir nepareizs"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' satur nepareizi izvairīgas rakstzīmes"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "CeļvÄ?rds '%s' nav absolutais ceļš"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Nepareizs hostdatora nosaukums"
@@ -156,119 +156,134 @@ msgstr "Nepareizs hostdatora nosaukums"
msgid "Error opening directory '%s': %s"
msgstr "Kļūda atverot direktoriju '%s': %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "NevarÄ?ju atrast %lu baitus, lai nolasÄ«tu failu \"%s\""
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Kļūda nolasot failu '%s': %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "NespÄ?ju nolasÄ«t no faila '%s': %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "NevarÄ?ju atvÄ?rt failu '%s': %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "NevarÄ?ju dabÅ«t faila '%s' atribÅ«tus: fstat() neizdevÄ?s: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "NevarÄ?ju atvÄ?rt '%s': fdopen() neizdevÄ?s: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, fuzzy, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "NevarÄ?ju atvÄ?rt '%s': fdopen() neizdevÄ?s: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "NeizdevÄ?s izveidot failu '%s': %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, fuzzy, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "NevarÄ?ju atvÄ?rt '%s': fdopen() neizdevÄ?s: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, fuzzy, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "NevarÄ?ju atvÄ?rt '%s': fdopen() neizdevÄ?s: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "NevarÄ?ju atvÄ?rt '%s': fdopen() neizdevÄ?s: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "NevarÄ?ju atvÄ?rt '%s': fdopen() neizdevÄ?s: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, fuzzy, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "NevarÄ?ju atvÄ?rt '%s': fdopen() neizdevÄ?s: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Veidne '%s' nepareizs, nedrÄ«kstÄ?tu saturÄ?t '%s'"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, fuzzy, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Veidne '%s' nebeidzas ar XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, c-format
+msgid "%.1f TB"
+msgstr ""
+
+#: glib/gfileutils.c:1802
+#, c-format
+msgid "%.1f PB"
+msgstr ""
+
+#: glib/gfileutils.c:1807
+#, c-format
+msgid "%.1f EB"
+msgstr ""
+
+#: glib/gfileutils.c:1850
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "NeizdevÄ?s izveidot failu '%s': %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr ""
@@ -528,7 +543,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr ""
@@ -1116,17 +1131,17 @@ msgstr ""
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr ""
@@ -1149,34 +1164,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1228,13 +1243,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr ""
@@ -1247,49 +1262,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr ""
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr ""
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr ""
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr ""
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr ""
@@ -1378,7 +1393,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr ""
@@ -1391,115 +1406,120 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Nepareizs hostdatora nosaukums"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, fuzzy, c-format
msgid "Error getting filesystem info: %s"
msgstr "Kļūda nolasot failu '%s': %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr ""
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Kļūda nolasot failu '%s': %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
#, fuzzy
msgid "Invalid filename"
msgstr "Nepareizs hostdatora nosaukums"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Kļūda nolasot failu '%s': %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Kļūda nolasot failu '%s': %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Kļūda nolasot failu '%s': %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "NeizdevÄ?s izveidot failu '%s': %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "NeizdevÄ?s izveidot failu '%s': %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "NeizdevÄ?s izveidot failu '%s': %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Kļūda atverot direktoriju '%s': %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "NeizdevÄ?s izveidot failu '%s': %s"
+
+#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Kļūda konversÄ?jot: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Kļūda nolasot failu '%s': %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Kļūda nolasot failu '%s': %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr ""
@@ -1521,103 +1541,103 @@ msgstr "Dokuments negaidÄ«ti izbeidzÄ?s iekÅ¡Ä? atribÅ«ta nosaukumÄ?"
msgid "Error setting extended attribute '%s': %s"
msgstr "Kļūda atverot direktoriju '%s': %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Kļūda nolasot failu '%s': %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Kļūda nolasot failu '%s': %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "Kļūda konversÄ?jot: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Kļūda konversÄ?jot: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Kļūda konversÄ?jot: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Kļūda rindÄ? %d: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "Kļūda konversÄ?jot: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Kļūda konversÄ?jot: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Kļūda nolasot failu '%s': %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Kļūda nolasot failu '%s': %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Kļūda nolasot failu '%s': %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
@@ -1699,49 +1719,49 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+msgid "mount doesn't implement \"unmount\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+msgid "mount doesn't implement \"eject\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
@@ -1750,11 +1770,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr ""
@@ -1887,7 +1907,7 @@ msgstr "Kļūda nolasot failu '%s': %s"
msgid "GSocketControlMessage not supported on windows"
msgstr ""
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "Kļūda nolasot failu '%s': %s"
diff --git a/po/mai.po b/po/mai.po
index 4070e7a..48384ef 100644
--- a/po/mai.po
+++ b/po/mai.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-02-27 17:15+0530\n"
"Last-Translator: Rajesh Ranjan <rranjan redhat com>\n"
"Language-Team: maithili <maithili.sf.net>\n"
@@ -92,69 +92,69 @@ msgstr "'%s' �' नामस� ��न� �न�प�रय�� '%s'
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr ""
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "���षर सम�ह '%s' स� '%s' म� परिवर�तन समर�थित नहि ��ि"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' स� '%s' परिवर�त� नहि ��लल �ा� स�ल"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "परिवर�तन �नप��म� �व�ध बा�� �न���रम"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "परिवर�तन� द�रान त�र��ि: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "�नप�� �' ��तम� ��शि� ���षर �न���रम"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "फालब�� '%s' ��� ��ड स�� '%s' म� बद�ल नहि �� स�ल"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "\"file\" य��ना �' �पय�� �र�बला URI '%s' ���ा निरप���ष य��र�� नहि ��ि"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "स�थान�य फा�ल य��र�� '%s' म� ���ा '#' सम�मिलित नहि ��ि"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "य��र�� '%s' �व�ध ��ि"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "य��र�� '%s' �' ह�स��नाम �व�ध ��ि"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "य��र�� '%s' म� �व�ध �स���प�ड ���षर सम�मिलित ��ि"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "पथनाम '%s' ���ा निरप���ष पथ नहि ��ि"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "�व�ध ह�स��-नाम"
@@ -163,119 +163,134 @@ msgstr "�व�ध ह�स��-नाम"
msgid "Error opening directory '%s': %s"
msgstr "निर�द�शि�ा '%s' ��� ��लबाम� त�र��ि: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr " %lu बा�� �ब��ित नहि ��ल �ा� स�ल फा�ल \"%s\" ��� पढ़� ह�त�"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "'%s' फा�ल ��� पढ़बाम� त�र��ि: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "फा�ल '%s' स� पढ़�म� �सफल: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "'%s' फा�ल ��लबाम� �सफल :%s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "फा�ल '%s' � विश�षतासठपता �रबाम� �सफल: fstat() �सफल: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "फा�ल '%s': fdopen() ��लबाम� �सफल: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "फा�ल '%s' ��� '%s' म� नाम बदल� म� विफल: g_rename() विफल: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "फा�ल '%s' बनाब�म� �सफल: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "फा�ल '%s' ��� लि�बा� ल�ल ��लबा म� विफल: fdopen() विफल: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "'%s' फा�ल��� लि�बाम� विफल: fwrite() विफल: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "'%s' फा�ल��� लि�बाम� विफल: fwrite() विफल: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "'%s' फा�ल��� लि�बाम� विफल: fwrite() विफल: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "'%s' फा�ल बन�न �रबाम� विफल: fclose() विफल: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "'%s' म���दा फा�ल ह�ा�ल नहि �ा स��त ��ि: g_unlink() विफल: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "��म�पल�� '%s' �व�ध ��ि. �हिम� '%s' सामिल नहि ��ि"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "��म�पल�� '%s' म� XXXXXX समाहित नहि ��ि"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f �ि.बा."
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f म�.बा."
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f ��.बा."
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f �ि.बा."
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f �ि.बा."
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f �ि.बा."
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "सि�बालि� लि�� '%s' स� थ�म पढ़बाम� �सफल %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "सि�बालि� लि�� समर�थित नहि ��ि"
@@ -527,7 +542,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr ""
@@ -1108,17 +1123,17 @@ msgstr "मान '%s' ��� ब�लियन �' त�र पर वि
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "Too large count value passed to %s"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "स���र�न पहिन�स� बन�न ��ि"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "�पर�शन रद�द �ल"
@@ -1141,34 +1156,34 @@ msgstr "%s प�र�ार"
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "ब�नाम"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "प�रय���ता ड�स���ाप फा�ल %s नहि बना� स��त ��ि"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "%s à¤?à¤? लà¥?ल पसà¤?दà¥?दा परिà¤à¤¾à¤·à¤¿à¤¤"
@@ -1223,13 +1238,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "GEmblem प�रत�याशित GEmblemedIcon ��� ल�ल"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "�पर�शन समर�थित नहि ��ि"
@@ -1242,49 +1257,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "मा��� नहि समाहित म���द नहि ��ि"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "निर�द�शि�ा पर �ाप� नहि �� स��त ��ि"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "निर�द�शि�ा��� �प�पर निर�द�शि�ा �ाप� नहि �� स��त ��ि"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "ल��षित फा�ल म���द ��ि"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "निर�द�शि�ा��� ब�रब�र स� नहि �ाप� �� स���"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "विश�ष फा�ल��� �ाप� नहि �� स�ल"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr ""
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "फा�ल नाम म� '%c' नहि रहि स��त ��ि"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "�वा� मा������ ला�� नहि �र�त ��ि"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "��न� �न�प�रय�� � फा�ल��� निय�त�रण��� ल�ल प�����त नहि ��ि"
@@ -1373,7 +1388,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "स���र�म��� स�� ब�ल �पर�शन ��ि"
@@ -1386,114 +1401,119 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "�व�ध फा�लनाम %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "फा�लसिस��म स��ना पाब�म� त�र��ि: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "र�� निर�द�शि�ा��� नाम नहि बदलि स�ल"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "फा�ल� फ�र नाम द�बाम� त�र��ि: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "फा�ल��� फ�र नाम नहि बदलि स��त ��, फा�लनाम पहिन�स� म���द ��ि"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "�व�ध फा�लनाम"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "फा�ल��� ��लबाम� त�र��ि: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "निर�द�शि�ा नहि ��लि स���"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "फा�ल ह�ाब� म� त�र��ि: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "फाà¤?लà¤?à¥?à¤? रदà¥?दà¥?मà¥? à¤à¥?à¤?बामà¥? तà¥?रà¥?à¤?ि: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "��र�श निर�द�शि�ा %s बनाब�म� त�र��ि: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "��र�श� ल�ल ���� स�तर�य निर�द�शि�ा ता�बाम� �समर�थ"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "��र�श निर�द�शि�ा बनाब�म� या ता�बाम� �समर�थ"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "��र�शि�� स��ना��� फा�लम� बनाब�म� �समर�थ: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "फाà¤?लà¤?à¥?à¤? रदà¥?दà¥?मà¥? à¤à¥?à¤?बामà¥? तà¥?रà¥?à¤?ि: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "निर�द�शि�ा बनाब�म� त�र��ि: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "सि�बालि� लि�� '%s' स� थ�म पढ़बाम� �सफल %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "सि�बलि�� बनाब�म� त�र��ि: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "फा�ल ��स�ाब�म� त�र��ि: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "निर�द�शि�ा पर निर�द�शि�ा नहि ��स�ा� स���"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "ब���प फा�ल निर�माण विफल"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "ल��षित फा�ल ह�ाब�म� त�र��ि: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "मा������ ब�� �लना� समर�थित नहि ��ि"
@@ -1514,103 +1534,103 @@ msgstr "�मान�य विस�तारित ��ण नाम"
msgid "Error setting extended attribute '%s': %s"
msgstr "विस�तारित ��ण '%s' स��ि��म� त�र��ि: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' फा�ल बताब�म� त�र��ि: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (�मान�य �न���डि��)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "फा�ल विवरण �थित �रन� म� त�र��ि: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "�मान�य ��ण प�र�ार (uint32 expected)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "�मान�य ��ण प�र�ार (uint64 expected)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "�मान�य ��ण प�र�ार (byte string expected)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "�न�मति स��ि�� म� त�र��ि: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "�न�मति स��ि�� म� त�र��ि: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "स�वाम� स��ि�� म� त�र��ि: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "symlink �र�र ��र-NULL ह�बा �ाह�"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "symlink स��ि�� म� त�र��ि: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "symlink स��ि�� म� त�र��ि: फा�ल ���ा symlink नहि ��ि"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "�न�मति स��ि�� म� त�र��ि: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux स�दर�ठ��र-NULL ह�बा �ाह�"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "SELinux स�दर�ठस�� �रबाम� त�र��ि: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux � सिस��म पर स��रिय नहि ��ि"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "स��ि�� ��ण %s समर�थित नहि"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "फा�ल पढबाम� त�र��ि: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "फा�ल ���बाम� त�र��ि: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "फा�ल बन�न �रबाम� त�र��ि: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "प�र�वनिर�धारित स�थान�य फा�ल मानि�र� प�र�ार त�बाम� �समर�थ"
@@ -1691,51 +1711,54 @@ msgstr "स�म�ति ���प�� स���र�म��� फ
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "मा��� �नमा��� ला�� नहि �र��"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "मा��� बाहर नि�ालब ला�� नहि �र��"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
+#: gio/gmount.c:568
#, fuzzy
-msgid "mount doesn't implement unmount or unmount_with_operation"
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "मा��� �नमा��� ला�� नहि �र��"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
+#: gio/gmount.c:655
#, fuzzy
-msgid "mount doesn't implement eject or eject_with_operation"
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "मा��� बाहर नि�ालब ला�� नहि �र��"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "मा��� त�ल�य�ालित ������ प�र�ार ��सि����� ला�� नहि �र��"
@@ -1744,11 +1767,11 @@ msgstr "मा��� त�ल�य�ालित ������ प�
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "���प�� स���र�म ल��न ��� ला�� नहि �र��"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "स�र�त स���र�म पहिन�स� बन�न ��ि"
@@ -1884,7 +1907,7 @@ msgstr "फा�ल��� ��लबाम� त�र��ि: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "स�य��न परिवर�तन win32 पर समर�थित नहि ��ि"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "फा�ल ह�ाब� म� त�र��ि: %s"
diff --git a/po/mg.po b/po/mg.po
index 8bcdb12..1e4135b 100644
--- a/po/mg.po
+++ b/po/mg.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GLIB VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\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"
@@ -85,69 +85,69 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Tsy voavaky ny rohy misolotena '%s': %s"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Tsy raisina an-tà nana ny famadihan'amboara-marika '%s' ho '%s'"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
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:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Tsy mitombina filaharan'ny byte amin'ny zavatra ovaina"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Nisy olana teo am-panovana: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Tsy feno ny filaharan'ny marika amin'ny faran'ny zavatra ovaina"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Ny fallback '%s' tsy voaova ho amboaram-pango '%s'"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "Tsy URI feno mampiasa ny drafitra \"rakitra\" ny URI '%s'"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Tsy azo asiana '#' ny URI '%s' an'ilay rakitra an-toerana "
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "Tsy mitombina ny URI '%s'"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Tsy mitombina ny anaram-mpampiantranon'ny URI '%s'"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, fuzzy, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Misy marika nalana tamin'ny fomba tsy mety ny URI '%s'"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Tsy sori-dà lana feno ny anaran-tsori-dà lana '%s'"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Anaram-pampiantrano diso"
@@ -156,122 +156,137 @@ msgstr "Anaram-pampiantrano diso"
msgid "Error opening directory '%s': %s"
msgstr "Nisy olana teo am-panokafana ny lahatahiry '%s': %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Tsy nahatokana %lu byte hamakiana ny rakitra \"%s\""
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Ny nahavaky ny mpiatin'ny rakitra '%s': %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Tsy voasokatran y rakitra '%s': %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Tsy azo ny marika manokan'ny rakitra '%s': tsy nahomby ny fstat(): %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Tsy voasokatra ny rakitra '%s': tsy nahomby ny fdopen(): %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
"Tsy voaova ny anaran'ny rakitra '%s' mba ho '%s': tsy nahomby ny g_rename(): "
"%s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Tsy voaforona ny rakitra '%s': %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr ""
"Tsy voasotra mba hanoratana ny rakitra '%s': tsy nahomby ny fdopen(): %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Tsy voasoratra ny rakitra '%s': tsy nahomby ny fwrite(): %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Tsy voasoratra ny rakitra '%s': tsy nahomby ny fwrite(): %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Tsy voasoratra ny rakitra '%s': tsy nahomby ny fwrite(): %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Tsy voahidy ny rakitra '%s': tsy nahomby ny fclose(): %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Tsy mety fafà na ny rakitra '%s' misy: tsy nahomby ny g_unlink(): %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Tsy mitombina ny lasitra '%s'; tsy tokony hisy '%s'"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Tsy misy XXXXXX ny lasitra '%s'"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, c-format
+msgid "%.1f TB"
+msgstr ""
+
+#: glib/gfileutils.c:1802
+#, c-format
+msgid "%.1f PB"
+msgstr ""
+
+#: glib/gfileutils.c:1807
+#, c-format
+msgid "%.1f EB"
+msgstr ""
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Tsy voavaky ny rohy misolotena '%s': %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Tsy raisina an-tà nana ny rohy misolotena"
@@ -542,7 +557,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr ""
@@ -1148,17 +1163,17 @@ msgstr "Tsy mety avadika ho boleanina mba ho azo ny sanda '%s'."
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr ""
@@ -1182,34 +1197,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1261,13 +1276,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1281,50 +1296,50 @@ msgstr "Tsy raisina an-tà nana ny rohy misolotena"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: gio/gfile.c:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr ""
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr ""
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr ""
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
#, fuzzy
msgid "Trash not supported"
msgstr "Tsy raisina an-tà nana ny rohy misolotena"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
#, fuzzy
msgid "No application is registered as handling this file"
msgstr ""
@@ -1415,7 +1430,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr ""
@@ -1428,115 +1443,120 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Anaram-pamaha diso: %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, fuzzy, c-format
msgid "Error getting filesystem info: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr ""
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
#, fuzzy
msgid "Invalid filename"
msgstr "Anaram-pampiantrano diso"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Tsy voaforona ny rakitra '%s': %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Tsy voaforona ny rakitra '%s': %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Tsy voaforona ny rakitra '%s': %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Nisy olana teo am-panokafana ny lahatahiry '%s': %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Tsy voavaky ny rohy misolotena '%s': %s"
+
+#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Nisy olana teo am-pizarazarana ny safidy %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr ""
@@ -1558,103 +1578,103 @@ msgstr "Nifarana tampoka tanaty anarana marika manokana ilay tahirin-kevitra"
msgid "Error setting extended attribute '%s': %s"
msgstr "Nisy olana teo am-panokafana ny lahatahiry '%s': %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "Nisy olana teo am-panovana: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Nisy olana teo am-panovana: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Nisy olana teo am-panovana: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Misy tsy fetezana amin'ny andalana %d: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "Nisy olana teo am-panovana: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Nisy olana teo am-panovana: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Tsy raisina an-tà nana ny rohy misolotena"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
@@ -1737,49 +1757,49 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+msgid "mount doesn't implement \"unmount\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+msgid "mount doesn't implement \"eject\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
@@ -1788,11 +1808,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr ""
@@ -1926,7 +1946,7 @@ msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
msgid "GSocketControlMessage not supported on windows"
msgstr ""
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "Nisy olana teo am-pamakiana ny rakitra '%s': %s"
diff --git a/po/mk.po b/po/mk.po
index d28ed86..8d68a9c 100644
--- a/po/mk.po
+++ b/po/mk.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD.mk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\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"
@@ -92,69 +92,69 @@ msgstr "Ð?ема апликаÑ?иÑ?а Ñ?о име â??%sâ?? коÑ?а Ñ?егиÑ?Ñ?
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Ð?е Ñ?Ñ?пеав да Ñ?а пÑ?оÑ?иÑ?ам линиÑ?аÑ?а за извÑ?Ñ?Ñ?ваÑ?е â??%sâ?? Ñ?о URI â??%sâ??"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Ð?онвеÑ?Ñ?иÑ?аÑ?еÑ?о од %s' во â??%sâ?? не е поддÑ?жано"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Ð?е можам да го оÑ?воÑ?ам конвеÑ?Ñ?оÑ?оÑ? од â??%sâ?? до â??%sâ??"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Ð?евалидна Ñ?еквенÑ?а на баÑ?Ñ?и во влезоÑ? на конвеÑ?Ñ?иÑ?аÑ?еÑ?о"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и конвеÑ?Ñ?иÑ?аÑ?е: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Ð?аÑ?Ñ?иÑ?ална Ñ?еквенÑ?а на каÑ?акÑ?еÑ? на кÑ?аÑ?оÑ? од влезоÑ?"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Ð?е можам да го конвеÑ?Ñ?иÑ?ам â??%sâ?? во енкодингоÑ? â??%sâ??"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "â??%sâ?? не е апÑ?олÑ?Ñ?на адÑ?еÑ?а коÑ?а Ñ?Ñ?о Ñ?а коÑ?иÑ?Ñ?и Ñ?емаÑ?а на даÑ?оÑ?екаÑ?а"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Ð?окалноÑ?о URI â??%sâ?? може да не коÑ?иÑ?Ñ?и '#'"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "â??%sâ?? е невалиден URI"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Ð?меÑ?о на Ñ?оÑ?Ñ?оÑ? на URI %s е невалидно"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "â??%sâ?? Ñ?одÑ?жи невалидни поÑ?ебни каÑ?акÑ?еÑ?и"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Ð?аÑ?екаÑ?а â??%sâ?? не е апÑ?олÑ?Ñ?на паÑ?ека"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Ð?евалидно име на Ñ?оÑ?Ñ?"
@@ -163,97 +163,97 @@ msgstr "Ð?евалидно име на Ñ?оÑ?Ñ?"
msgid "Error opening directory '%s': %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и оÑ?воÑ?аÑ?е на диÑ?екÑ?оÑ?иÑ?моÑ? â??%sâ??: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Ð?е можам да алоÑ?иÑ?ам %lu баÑ?Ñ?и за да Ñ?а пÑ?оÑ?иÑ?ам даÑ?оÑ?екаÑ?а \"%s\""
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и Ñ?иÑ?аÑ?еÑ?о на даÑ?оÑ?екаÑ?а â??%sâ??: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Ð?е Ñ?Ñ?пеав да пÑ?оÑ?иÑ?ам од даÑ?оÑ?екаÑ?а â??%sâ??: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Ð?е Ñ?Ñ?пеав да Ñ?а оÑ?воÑ?ам даÑ?оÑ?екаÑ?а â??%sâ??: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"Ð?е Ñ?Ñ?пеав да ги добиÑ?ам аÑ?Ñ?ибÑ?Ñ?иÑ?е на даÑ?оÑ?екаÑ?а â??%sâ??: fstat() failed: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Ð?е Ñ?Ñ?пеав да Ñ?а оÑ?воÑ?ам даÑ?оÑ?екаÑ?а â??%sâ??: fdopen() failed: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
"Ð?е Ñ?Ñ?пеав да Ñ?а Ñ?еименÑ?вам даÑ?оÑ?екаÑ?а â??%sâ?? во â??%sâ??: g_rename() не Ñ?Ñ?пеа: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Ð?е Ñ?Ñ?пеав да Ñ?а кÑ?еиÑ?ам даÑ?оÑ?екаÑ?а â??%sâ??: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr ""
"Ð?е Ñ?Ñ?пеав да Ñ?а оÑ?воÑ?ам даÑ?оÑ?екаÑ?а â??%sâ?? за запиÑ?Ñ?ваÑ?е: fdopen() не Ñ?Ñ?пеа: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Ð?е Ñ?Ñ?пеав да запиÑ?ам во даÑ?оÑ?екаÑ?а â??%sâ??: fwrite() не Ñ?Ñ?пеа: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Ð?е Ñ?Ñ?пеав да запиÑ?ам во даÑ?оÑ?екаÑ?а â??%sâ??: fwrite() не Ñ?Ñ?пеа: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Ð?е Ñ?Ñ?пеав да запиÑ?ам во даÑ?оÑ?екаÑ?а â??%sâ??: fwrite() не Ñ?Ñ?пеа: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Ð?е Ñ?Ñ?пеав да Ñ?а заÑ?воÑ?ам даÑ?оÑ?eкаÑ?а â??%sâ??: fclose() не Ñ?Ñ?пеа: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
"Ð?оÑ?Ñ?оеÑ?каÑ?а даÑ?оÑ?ека â??%sâ?? не може да биде оÑ?Ñ?Ñ?Ñ?анеÑ?а: g_unlink()·не Ñ?Ñ?пеа "
"за: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Ð?оÑ?Ñ?Ñ?аÑ?а â??%sâ?? е невалидна, не Ñ?Ñ?еба да Ñ?одÑ?жи â??%sâ??"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Ð?оÑ?Ñ?Ñ?аÑ?а â??%sâ?? не Ñ?одÑ?жи Ñ?о XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -261,27 +261,42 @@ msgstr[0] "%u баÑ?Ñ?"
msgstr[1] "%u баÑ?Ñ?и"
msgstr[2] "%u баÑ?Ñ?и"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ð?е Ñ?Ñ?пеав да Ñ?а пÑ?оÑ?иÑ?ам Ñ?имболиÑ?каÑ?а вÑ?Ñ?ка â??%sâ??: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "СимболиÑ?киÑ?е вÑ?Ñ?ки не Ñ?е поддÑ?жани"
@@ -544,7 +559,7 @@ msgstr "огÑ?аниÑ?Ñ?ваÑ?еÑ?о за Ñ?ледеÑ?е е доÑ?Ñ?игнаÑ?о
msgid "the pattern contains items not supported for partial matching"
msgstr "Ñ?аблоноÑ? Ñ?одÑ?жи пÑ?едмеÑ?и кои не Ñ?е поддÑ?жани за паÑ?Ñ?иÑ?ално Ñ?овпаÑ?аÑ?е"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "внаÑ?Ñ?еÑ?на гÑ?еÑ?ка"
@@ -1141,17 +1156,17 @@ msgstr "Ð?Ñ?едноÑ?Ñ?а â??%sâ?? не може да биде пÑ?епозна
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "Ð?Ñ?еголема бÑ?оÑ?на вÑ?едноÑ?Ñ? дадена на %s"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "СÑ?Ñ?имоÑ? е веÑ?е заÑ?воÑ?ен"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "Ð?пеÑ?аÑ?иÑ?аÑ?а беÑ?е пÑ?екинаÑ?а"
@@ -1174,35 +1189,35 @@ msgstr "%s Ñ?ип"
msgid "Unexpected early end-of-stream"
msgstr "Ð?еоÑ?екÑ?вано пÑ?еÑ?ано завÑ?Ñ?Ñ?ваÑ?е на Ñ?Ñ?Ñ?им"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Ð?еименÑ?вано"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "Desktop даÑ?оÑ?екаÑ?а не одÑ?еди Exec поле"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "не Ñ?Ñ?пеав да наÑ?дам Ñ?еÑ?минал поÑ?Ñ?ебен за апликаÑ?иÑ?а"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
"Ð?е можам да кÑ?еиÑ?ам папка за конÑ?игÑ?Ñ?аÑ?иÑ?а на коÑ?иÑ?ниÑ?киÑ?е апликаÑ?ии %s: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Ð?е можам да кÑ?еиÑ?ам папка за MIME конÑ?игÑ?Ñ?аÑ?ии %s: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Ð?е можам да кÑ?еиÑ?ам коÑ?иÑ?ниÑ?ка desktop даÑ?оÑ?ека %s"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "СопÑ?Ñ?вена деÑ?иниÑ?иÑ?а на %s"
@@ -1257,13 +1272,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Ð?пеÑ?аÑ?иÑ?аÑ?а не е поддÑ?жана"
@@ -1276,50 +1291,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "Ð?онÑ?иÑ?аÑ?еÑ?о кое Ñ?е Ñ?одÑ?жи не поÑ?Ñ?ои"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Ð?е можам да копиÑ?ам над диÑ?екÑ?оÑ?иÑ?м"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "Ð?е можам да копиÑ?ам диÑ?екÑ?оÑ?иÑ?м над диÑ?екÑ?оÑ?иÑ?м"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "ЦелнаÑ?а даÑ?оÑ?ека поÑ?Ñ?ои"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "Ð?е можам Ñ?екÑ?Ñ?зивно да го иÑ?копиÑ?ам диÑ?екÑ?оÑ?иÑ?моÑ?"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
#, fuzzy
msgid "Can't copy special file"
msgstr "Ð?е можам да копиÑ?ам над диÑ?екÑ?оÑ?иÑ?м"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "Ð?адена е невалидна вÑ?едноÑ?Ñ? за Ñ?имболиÑ?каÑ?а вÑ?Ñ?ка"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "Ð?Ñ?бÑ?еÑ?о не е поддÑ?жано"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Ð?миÑ?аÑ?а на даÑ?оÑ?еки не можаÑ? да Ñ?одÑ?жаÑ? â??%câ??"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "пÑ?оÑ?Ñ?оÑ?оÑ? нема имплеменÑ?иÑ?ано монÑ?иÑ?аÑ?е"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "Ð?е е Ñ?егиÑ?Ñ?Ñ?иÑ?ана апликаÑ?иÑ?а за Ñ?пÑ?авÑ?ваÑ?е Ñ?о оваа даÑ?оÑ?ека"
@@ -1408,7 +1423,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "СÑ?Ñ?имоÑ? има пÑ?еголема опеÑ?аÑ?иÑ?а"
@@ -1421,115 +1436,120 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "Ð?е можам да наÑ?дам локален диÑ?екÑ?оÑ?иÑ?м за Ñ?ип на надгледÑ?ваÑ?е"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Ð?евалидно име на даÑ?оÑ?ека %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и добиваÑ?еÑ?о на инÑ?оÑ?маÑ?ии за даÑ?оÑ?еÑ?ниоÑ? Ñ?иÑ?Ñ?ем: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Ð?е можам да го пÑ?еименÑ?вам диÑ?екÑ?оÑ?иÑ?моÑ? root"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Ð?Ñ?еÑ?ка во пÑ?еименÑ?ваÑ?еÑ?о на диÑ?екÑ?оÑ?Ñ?имоÑ?: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "Ð?е можам да Ñ?а пÑ?еименÑ?вам даÑ?оÑ?екаÑ?а, имеÑ?о на даÑ?оÑ?екаÑ?а веÑ?е поÑ?Ñ?ои"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Ð?евалидно име на даÑ?оÑ?ека"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Ð?Ñ?еÑ?ка во оÑ?воÑ?аÑ?еÑ?о на диÑ?екÑ?оÑ?Ñ?имоÑ?: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Ð?е можам да го оÑ?воÑ?ам диÑ?екÑ?оÑ?иÑ?моÑ?"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и оÑ?Ñ?Ñ?Ñ?анÑ?ваÑ?еÑ?о на даÑ?оÑ?екаÑ?а: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и пÑ?емеÑ?Ñ?Ñ?ваÑ?еÑ?о на даÑ?оÑ?екаÑ?а во Ñ?Ñ?бÑ?е: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Ð?е Ñ?Ñ?пеав да кÑ?еиÑ?ам диÑ?екÑ?оÑ?иÑ?м за Ñ?Ñ?бÑ?е %s: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "Ð?е Ñ?Ñ?пеав да го наÑ?дам диÑ?екÑ?оÑ?иÑ?моÑ? од наÑ?виÑ?око ниво за Ñ?Ñ?бÑ?еÑ?о"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "Ð?е Ñ?Ñ?пеав да го наÑ?дам или кÑ?еиÑ?ам диÑ?екÑ?оÑ?иÑ?моÑ? за Ñ?Ñ?бÑ?е"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr ""
"Ð?е Ñ?Ñ?пеав да кÑ?еиÑ?ам даÑ?оÑ?ека Ñ?о инÑ?оÑ?маÑ?ии за пÑ?емеÑ?Ñ?Ñ?ваÑ?еÑ?о во Ñ?Ñ?бÑ?е: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Ð?е Ñ?Ñ?пеав да Ñ?а пÑ?емеÑ?Ñ?ам даÑ?оÑ?екаÑ?а во Ñ?Ñ?бÑ?еÑ?о: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и оÑ?воÑ?аÑ?е на диÑ?екÑ?оÑ?иÑ?моÑ? â??%sâ??: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Ð?е Ñ?Ñ?пеав да Ñ?а пÑ?оÑ?иÑ?ам Ñ?имболиÑ?каÑ?а вÑ?Ñ?ка â??%sâ??: %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Ð?Ñ?еÑ?ка во кÑ?еиÑ?аÑ?еÑ?о на Ñ?имболиÑ?ка вÑ?Ñ?ка: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Ð?Ñ?еÑ?ка во пÑ?емеÑ?Ñ?Ñ?ваÑ?еÑ?о на даÑ?оÑ?екаÑ?а: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Ð?е можам да го пÑ?емеÑ?Ñ?ам диÑ?екÑ?оÑ?иÑ?моÑ? над дÑ?Ñ?г диÑ?екÑ?оÑ?иÑ?м"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Ð?е Ñ?Ñ?пеа кÑ?еиÑ?аÑ?еÑ?о на бекап даÑ?оÑ?екаÑ?а"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Ð?Ñ?еÑ?ка во оÑ?Ñ?Ñ?Ñ?анÑ?ваÑ?еÑ?о на Ñ?елнаÑ?а даÑ?оÑ?ека: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "Ð?вижеÑ?еÑ?о меÑ?Ñ? монÑ?иÑ?аÑ?аÑ?а не е поддÑ?жано"
@@ -1550,105 +1570,105 @@ msgstr "Ð?евалидно име на пÑ?оÑ?иÑ?ениоÑ? аÑ?Ñ?ибÑ?Ñ?"
msgid "Error setting extended attribute '%s': %s"
msgstr "Ð?Ñ?еÑ?ка во поÑ?Ñ?авÑ?ваÑ?еÑ?о на пÑ?оÑ?иÑ?ениоÑ? аÑ?Ñ?ибÑ?Ñ? â??%sâ??: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Ð?Ñ?еÑ?ка во Ñ?Ñ?аÑ?Ñ?Ñ?ваÑ?еÑ?о на даÑ?оÑ?екаÑ?а â??%sâ??: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (невалидно енкодиÑ?аÑ?е)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Ð?Ñ?еÑ?ка во поÑ?Ñ?авÑ?ваÑ?еÑ?о на опиÑ?Ñ?ваÑ? на даÑ?оÑ?ека: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ð?евалиден Ñ?ип на аÑ?Ñ?ибÑ?Ñ? (Ñ?е оÑ?екÑ?ваÑ?е uint32)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ð?евалиден Ñ?ип на аÑ?Ñ?ибÑ?Ñ? (Ñ?е оÑ?екÑ?ваÑ?е uint64)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Ð?евалиден Ñ?ип на аÑ?Ñ?ибÑ?Ñ? (Ñ?е оÑ?екÑ?ваÑ?е низа од баÑ?Ñ?и)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "Ð?Ñ?еÑ?ка во поÑ?Ñ?авÑ?ваÑ?еÑ?о на пеÑ?миÑ?ииÑ?е: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Ð?Ñ?еÑ?ка во поÑ?Ñ?авÑ?ваÑ?еÑ?о на пеÑ?миÑ?ииÑ?е: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и поÑ?Ñ?авÑ?ваÑ?еÑ?о на Ñ?опÑ?Ñ?веникоÑ?: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "Ñ?имболиÑ?каÑ?а вÑ?Ñ?ка не Ñ?Ñ?еба да е NULL"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Ð?Ñ?еÑ?ка во поÑ?Ñ?авÑ?ваÑ?еÑ?о на Ñ?имболиÑ?каÑ?а вÑ?Ñ?ка: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Ð?Ñ?еÑ?ка пÑ?и кÑ?еиÑ?аÑ?еÑ?о на Ñ?имболиÑ?каÑ?а вÑ?Ñ?ка: даÑ?оÑ?екаÑ?а не е Ñ?имболиÑ?ка вÑ?Ñ?ка"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "Ð?Ñ?еÑ?ка во поÑ?Ñ?авÑ?ваÑ?еÑ?о на пеÑ?миÑ?ииÑ?е: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
#, fuzzy
msgid "SELinux context must be non-NULL"
msgstr "Ñ?имболиÑ?каÑ?а вÑ?Ñ?ка не Ñ?Ñ?еба да е NULL"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и поÑ?Ñ?авÑ?ваÑ?еÑ?о на Ñ?опÑ?Ñ?веникоÑ?: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Ð?оÑ?Ñ?авÑ?ваÑ?еÑ?о на аÑ?Ñ?ибÑ?Ñ?оÑ? %s не е поддÑ?жано"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и Ñ?иÑ?аÑ?еÑ?о од даÑ?оÑ?екаÑ?а: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и баÑ?аÑ?еÑ?о во даÑ?оÑ?екаÑ?а: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Ð?Ñ?еÑ?ка во заÑ?воÑ?аÑ?еÑ?о на даÑ?оÑ?екаÑ?а: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "Ð?е можам да го оÑ?кÑ?иÑ?ам Ñ?ипоÑ? на локалниоÑ? надгледÑ?ваÑ? на даÑ?оÑ?еки"
@@ -1729,44 +1749,47 @@ msgstr "Ð?е Ñ?Ñ?пеав да Ñ?а пÑ?оменам големинаÑ?а на
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "mount нема имплеменÑ?иÑ?ано одмонÑ?иÑ?аÑ?е"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "mount нема имплеменÑ?иÑ?ано вадеÑ?е"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
+#: gio/gmount.c:568
#, fuzzy
-msgid "mount doesn't implement unmount or unmount_with_operation"
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "mount нема имплеменÑ?иÑ?ано одмонÑ?иÑ?аÑ?е"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
+#: gio/gmount.c:655
#, fuzzy
-msgid "mount doesn't implement eject or eject_with_operation"
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "mount нема имплеменÑ?иÑ?ано вадеÑ?е"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+msgid "mount doesn't implement \"remount\""
msgstr "mount нема имплеменÑ?иÑ?ано запиÑ?Ñ?ваÑ?е"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:797
+#: gio/gmount.c:828
#, fuzzy
msgid "mount doesn't implement content type guessing"
msgstr "mount нема имплеменÑ?иÑ?ано одмонÑ?иÑ?аÑ?е"
@@ -1774,7 +1797,7 @@ msgstr "mount нема имплеменÑ?иÑ?ано одмонÑ?иÑ?аÑ?е"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:886
+#: gio/gmount.c:917
#, fuzzy
msgid "mount doesn't implement synchronous content type guessing"
msgstr "mount нема имплеменÑ?иÑ?ано одмонÑ?иÑ?аÑ?е"
@@ -1784,11 +1807,11 @@ msgstr "mount нема имплеменÑ?иÑ?ано одмонÑ?иÑ?аÑ?е"
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "Ð?злезниоÑ? Ñ?Ñ?Ñ?им нема имплеменÑ?иÑ?ано запиÑ?Ñ?ваÑ?е"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "Ð?звоÑ?оÑ? на Ñ?Ñ?Ñ?имоÑ? веÑ?е е заÑ?воÑ?ен"
@@ -1924,7 +1947,7 @@ msgstr "Ð?Ñ?еÑ?ка во оÑ?воÑ?аÑ?еÑ?о на диÑ?екÑ?оÑ?Ñ?имоÑ?:
msgid "GSocketControlMessage not supported on windows"
msgstr "пÑ?омениÑ?е на аÑ?оÑ?иÑ?аÑ?ии не Ñ?е поддÑ?жани на win32"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и оÑ?Ñ?Ñ?Ñ?анÑ?ваÑ?еÑ?о на даÑ?оÑ?екаÑ?а: %s"
diff --git a/po/ml.po b/po/ml.po
index 84542a5..13bc260 100644
--- a/po/ml.po
+++ b/po/ml.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.master.ml\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-20 20:08+0530\n"
"Last-Translator: \n"
"Language-Team: <en li org>\n"
@@ -90,69 +90,69 @@ msgstr "'%s' �ന�ന� പ�ര�ളള �ര� പ�രയ��വ
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "'%s' à´?à´¨àµ?à´¨ URI à´?ളള '%s' à´?à´¨àµ?à´¨ exec വരി വിà´?സിപàµ?പിà´?àµ?à´?àµ?à´¨àµ?നതിലàµ?â?? പരാà´?യപàµ?à´ªàµ?à´?àµ?à´?àµ?"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "���ഷര��������'%s'ല� നിന�ന�� '%s'ല�����ളള മാറ�റ� പിന�ത�ണയ�����ന�നില�ല"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s'-à´²àµ?â?? നിനàµ?à´¨àµ?à´? '%s'-à´²àµ?à´?àµ?à´?àµ? à´µàµ?à´°àµ?â??തിരിà´?àµ?à´?àµ?à´¨àµ?à´¨ à´¸à´?വിധാനà´? à´²à´àµ?യമായിലàµ?à´²"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "മാറàµ?à´±à´? വരàµ?à´¤àµ?à´¤àµ?à´¨àµ?à´¨ à´?à´¨àµ?â??à´ªàµ?à´?àµ?à´?à´¿à´²àµ?â?? à´¤àµ?à´±àµ?റായ à´¬àµ?à´±àµ?à´±àµ? à´?àµ?à´°à´®à´?"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "മാറàµ?à´±à´? വരàµ?à´¤àµ?à´¤àµ?à´¨àµ?നതിലàµ?â?? പരാà´?à´¯à´? : %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "à´?à´¨àµ?â??à´ªàµ?à´?àµ?à´?à´¿à´¨àµ?à´±àµ? à´?വസാനà´? à´à´¾à´?à´¿à´?മായ à´?à´?àµ?à´·à´° à´?àµ?à´°à´®à´?"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "à´«àµ?à´³àµ?â??à´¸àµ?à´±àµ?à´±àµ? '%s'-à´²àµ?â?? നിനàµ?à´¨àµ?à´? à´?àµ?à´¡àµ?à´¸àµ?à´±àµ?à´±àµ? '%s'-à´²àµ?à´?àµ?à´?àµ? മാറàµ?à´±àµ?വാനàµ?â?? സാധàµ?യമലàµ?à´²"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI %s \"file\" à´¸àµ?à´?àµ?à´? à´?പയàµ?à´?à´¿à´?àµ?à´?àµ?à´¨àµ?à´¨ à´ªàµ?à´°àµ?â??à´£àµ?ണമായ à´?à´°àµ? URI à´?à´²àµ?à´²"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "à´²àµ?à´?àµ?à´?à´²àµ?â?? ഫയലàµ?â?? URI %s-à´²àµ?â?? '#' à´?à´²àµ?â??à´ªàµ?à´ªàµ?à´?àµ?à´¤àµ?താനàµ?â?? പാà´?à´¿à´²àµ?à´²"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' �സാധ�വാണ�"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI '%s'-ന�റ� ഹ�സ�റ�റ� നാമ� �സാധ�വാണ�"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s'-à´²àµ?â?? à´?സാധàµ?വായ à´?à´¸àµ?à´?àµ?à´ªàµ?à´¡àµ? à´?à´?àµ?à´·à´°à´?àµ?à´?à´³àµ?â?? à´?à´£àµ?à´?àµ?"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "'%s' പാഥàµ? നാമà´? à´ªàµ?à´°àµ?â??à´£àµ?ണമായ à´?à´°àµ? പാഥàµ? à´?à´²àµ?à´²"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "സാധ�തയില�ലാത�ത ഹ�സ�റ�റ� നാമ�"
@@ -161,120 +161,135 @@ msgstr "സാധ�തയില�ലാത�ത ഹ�സ�റ�റ� ന
msgid "Error opening directory '%s': %s"
msgstr "ഡയറà´?àµ?à´?റി '%s' à´¤àµ?à´±à´?àµ?à´?àµ?à´¨àµ?നതിലàµ?â?? പിശà´?àµ?: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "%lu à´¬àµ?à´±àµ?à´±àµ?à´¸àµ? ഫയലàµ?â?? \"%s\" വായിà´?àµ?à´?àµ?à´¨àµ?നതിനായി à´¨àµ?à´?àµ?à´?àµ? വയàµ?à´?àµ?à´?àµ?വാനàµ?â?? സാധàµ?യമലàµ?à´²"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "%s വായിà´?àµ?à´?àµ?à´¨àµ?നതിലàµ?â??â?? പരാà´?à´¯à´? : %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "ഫയലàµ?â?? \"%s\" വളരàµ? വലàµ?താണàµ?àµ?."
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "ഫയലàµ?â?? '%s'-à´²àµ?â?? നിനàµ?à´¨àµ?à´? വായിà´?àµ?à´?àµ?à´¨àµ?നതിലàµ?â?? പരാà´?à´¯à´?: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "%s à´¤àµ?à´±à´?àµ?à´?àµ?à´¨àµ?നതിലàµ?â??â?? പരാà´?à´¯à´? : %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "%s-à´¨àµ?à´±àµ? വിശàµ?à´·à´¤à´?à´³àµ?â?? à´?à´£àµ?à´?àµ?à´¤àµ?à´¤àµ?à´¨àµ?നതിലàµ?â?? പരാà´?à´¯à´?: fstat() പരാà´?യപàµ?à´ªàµ?à´?àµ?à´?àµ?: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "'%s' à´¤àµ?à´±à´?àµ?à´?àµ?à´¨àµ?നതിലàµ?â?? പരാà´?à´¯à´?: fdopen() പരാà´?യപàµ?à´ªàµ?à´?àµ?à´?àµ?: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
"ഫയലàµ?â?? '%s'-à´¨àµ?à´±àµ? à´ªàµ?à´°àµ? '%s' à´?യി മാറàµ?à´±àµ?à´¨àµ?നതിലàµ?â?? പരാà´?യപàµ?à´ªàµ?à´?àµ?à´?àµ?: g_rename() പരാà´?യപàµ?à´ªàµ?à´?àµ?à´?àµ?: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "ഫയലàµ?â?? '%s' à´¸àµ?à´·àµ?à´?à´¿à´?àµ?à´?àµ?à´¨àµ?നതിലàµ?â?? പരാà´?à´¯à´?: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "à´?à´´àµ?à´¤àµ?à´¨àµ?നതിനായി '%s' à´¤àµ?à´±à´?àµ?à´?àµ?വാനàµ?â?? പരാà´?യപàµ?à´ªàµ?à´?àµ?à´?àµ?: fdopen() പരാà´?യപàµ?à´ªàµ?à´?àµ?à´?àµ?: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "ഫയലàµ?â?? '%s' à´?à´´àµ?à´¤àµ?വാനàµ?â?? പരാà´?യപàµ?à´ªàµ?à´?àµ?à´?àµ?: fwrite() പരാà´?യപàµ?à´ªàµ?à´?àµ?à´?àµ?: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "ഫയലàµ?â?? '%s' à´?à´´àµ?à´¤àµ?വാനàµ?â?? പരാà´?യപàµ?à´ªàµ?à´?àµ?à´?àµ?: fflush() പരാà´?യപàµ?à´ªàµ?à´?àµ?à´?àµ?: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "ഫയലàµ?â?? '%s' à´?à´´àµ?à´¤àµ?വാനàµ?â?? പരാà´?യപàµ?à´ªàµ?à´?àµ?à´?àµ?: fsync() പരാà´?യപàµ?à´ªàµ?à´?àµ?à´?àµ?: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "ഫയലàµ?â?? '%s' à´?à´?à´¯àµ?à´?àµ?à´?àµ?à´¨àµ?നതിലàµ?â?? പരാà´?യപàµ?à´ªàµ?à´?àµ?à´?àµ?: fclose() പരാà´?യപàµ?à´ªàµ?à´?àµ?à´?àµ?: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "നിലവിലàµ?ളള ഫയലàµ?â?? '%s' à´¨àµ?à´?àµ?à´?à´? à´?àµ?à´¯àµ?à´¯àµ?വാനàµ?â?? സാധàµ?യമലàµ?à´²: g_unlink() പരാà´?യപàµ?à´ªàµ?à´?àµ?à´?àµ?: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "à´?àµ?à´?à´ªàµ?à´³àµ?à´±àµ?à´±àµ? \"%s\" à´?സാധàµ?വാണàµ?,à´?തിലàµ?â?? \"%s\" à´?à´£àµ?à´?à´¾à´?àµ?വാനàµ?â?? പാà´?à´¿à´²àµ?à´²"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "à´?àµ?à´?à´ªàµ?à´³àµ?à´±àµ?à´±àµ? \"%s\"-à´²àµ?â?? XXXXXX à´²à´àµ?യമലàµ?à´²"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "സിബàµ?ളിà´?àµ?à´?àµ? ലിà´?àµ?à´?àµ? '%s' വായിà´?àµ?à´?àµ?à´¨àµ?നതിലàµ?â?? പരാà´?യപàµ?à´ªàµ?à´?àµ?à´?àµ?: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "സിബ�ളി���� ലി���� പിന�ത�ണയ�����ന�നില�ല"
@@ -531,7 +546,7 @@ msgstr "ബാ������രാ���ി�� പരിധി �ത
msgid "the pattern contains items not supported for partial matching"
msgstr "പാറàµ?â??à´·àµ?യലàµ?â?? മാà´?àµ?à´?à´¿à´?à´¿à´¨àµ? പിനàµ?à´¤àµ?à´£ à´²à´àµ?യമലàµ?ലാതàµ?à´¤ വസàµ?à´¤àµ?à´?àµ?à´?à´³àµ?â?? à´? മാതàµ?à´?യിലàµ?à´£àµ?à´?àµ?"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "�ന�തരി� പിശ��"
@@ -1114,17 +1129,17 @@ msgstr "മ�ല�ല�യ� '%s' �ര� ബ�ളിയനായി �
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "വളരàµ? വലിയ à´?àµ?à´£àµ?à´?àµ? à´®àµ?à´²àµ?à´²àµ?à´¯à´? %s-à´¨àµ?àµ? നലàµ?â??à´?ിയിരിà´?àµ?à´?àµ?à´¨àµ?à´¨àµ?"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "à´¸àµ?à´?àµ?à´°àµ?à´? നിലവിലàµ?â?? à´?à´?à´?àµ?à´?à´¿à´°à´¿à´?àµ?à´?àµ?à´¨àµ?à´¨àµ?"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "പ�ര��രിയ റദ�ദാ���ിയിരി����ന�ന�"
@@ -1147,34 +1162,34 @@ msgstr "%s തരത�തില�ള�ള"
msgid "Unexpected early end-of-stream"
msgstr "end-of-stream �പ�രത���ഷിതമായി സമയത�തിന�� മ�മ�പ��"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "പ�രി�ാത�ത"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "പണിയിà´? ഫയലàµ?â?? Exec à´«àµ?à´³àµ?â??à´¡àµ? à´µàµ?à´¯à´?àµ?തമാà´?àµ?à´?ിയിà´?àµ?à´?à´¿à´²àµ?à´²"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "à´ªàµ?à´°à´¯àµ?à´?à´¤àµ?തിനàµ?àµ? à´?വശàµ?യമായ à´?àµ?à´°àµ?â??മിനലàµ?â?? à´²à´àµ?യമാà´?àµ?à´?àµ?വാനàµ?â?? സാധàµ?യമലàµ?à´²"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "à´?പയàµ?à´?àµ?താവിനàµ?àµ? à´ªàµ?à´°à´¯àµ?à´?à´¤àµ?തിനàµ?à´³àµ?à´³ à´?àµ?à´°à´®àµ?à´?à´°à´£ à´«àµ?à´³àµ?â??à´¡à´°àµ?â?? %s à´?à´£àµ?à´?à´¾à´?àµ?à´?àµ?വാനàµ?â?? സാധàµ?യമലàµ?à´²: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "à´?പയàµ?à´?àµ?താവിനàµ?à´³àµ?à´³ MIME à´?àµ?രമിà´?à´°à´£ ഫയലàµ?â?? %s à´?à´£àµ?à´?à´¾à´?àµ?à´?àµ?വാനàµ?â?? സാധàµ?യമായിലàµ?à´²: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "à´?പയàµ?à´?àµ?താവിനàµ?à´³àµ?à´³ à´¡à´¸àµ?à´?àµ?à´?àµ?à´ªàµ?à´ªàµ? ഫയലàµ?â?? %s à´?à´£àµ?à´?à´¾à´?àµ?à´?àµ?വാനàµ?â?? സാധàµ?യമായിലàµ?à´²"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "യഥàµ?à´·àµ?à´?à´? %s നിഷàµ?à´?à´°àµ?â??à´·à´¿à´?àµ?à´?àµ?à´?"
@@ -1226,13 +1241,13 @@ msgstr "GEmblemedIcon à´?à´¨àµ?â??à´?àµ?à´¡à´¿à´?à´¿à´²àµ?à´³àµ?à´³ à´¤àµ?à´±àµ?
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "GEmblemedIcon-ന�� �ര� GEmblem പ�രത���ഷി����"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "പ�ര��രിയ പിന�ത�ണയ�����ന�നില�ല"
@@ -1245,49 +1260,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "à´®àµ?à´£àµ?à´?àµ? à´²à´àµ?യമലàµ?à´²"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "ഡയറà´?àµ?à´?റിയിലàµ?â?? à´ªà´?à´°àµ?â??à´¤àµ?à´¤àµ?വാനàµ?â?? സാധàµ?യമലàµ?à´²"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "à´?à´°àµ? ഡയറà´?àµ?à´?റിയിലàµ?â?? മറàµ?à´±àµ?à´°àµ? ഡയറà´?àµ?à´?റി à´ªà´?à´°àµ?â??à´¤àµ?à´¤àµ?വാനàµ?â?? സാധàµ?യമലàµ?à´²"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "à´²à´?àµ?à´·àµ?യസàµ?ഥാനതàµ?à´¤àµ?à´³àµ?à´³ ഫയലàµ?â?? നിലവിലàµ?à´£àµ?à´?àµ?"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "à´?വരàµ?â??à´¤àµ?തിà´?àµ?à´?àµ? ഡയറà´?àµ?à´?റി à´ªà´?à´°àµ?â??à´¤àµ?à´¤àµ?വാനàµ?â?? സാധàµ?യമലàµ?à´²"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "à´ªàµ?à´°à´¤àµ?à´¯àµ?à´? ഫയലàµ?â?? à´ªà´?à´°àµ?â??à´¤àµ?à´¤àµ?വാനàµ?â?? സാധàµ?യമലàµ?à´²"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "ത�റ�റായ symlink മ�ല�ല�യ�"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "�വറ�റ������ പിന�ത�ണയ�����ന�നില�ല"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ഫയലിനàµ?à´±àµ? à´ªàµ?à´°à´¿à´²àµ?â?? '%c' à´?à´£àµ?à´?à´¾à´?àµ?വാനàµ?â?? പാà´?à´¿à´²àµ?à´²"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "à´µàµ?à´³àµ?à´¯à´? à´®àµ?à´£àµ?à´?à´¿à´¨àµ? à´²à´àµ?യമാà´?àµ?à´?àµ?à´¨àµ?നിലàµ?à´²"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "à´? ഫയലàµ?â?? à´?àµ?à´?ാരàµ?à´¯à´? à´?àµ?à´¯àµ?à´¯àµ?à´¨àµ?നതിനായി à´?à´°àµ? à´ªàµ?à´°à´¯àµ?à´?à´µàµ?à´? à´°à´?à´¿à´¸àµ?à´?à´°àµ?â?? à´?àµ?à´¯àµ?തിà´?àµ?à´?à´¿à´²àµ?à´²"
@@ -1376,7 +1391,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "à´¸àµ?à´?àµ?à´°àµ?മിലàµ?â?? à´¤àµ?à´±àµ?റായ à´ªàµ?à´°à´?àµ?à´°à´¿à´¯"
@@ -1389,114 +1404,119 @@ msgstr "സ����റ�റ� വിലാസത�തിന�� �വ
msgid "Unsupported socket address"
msgstr "പിന�ത�ണയില�ലാത�ത സ����റ�റ� വിലാസ�"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "à´¸àµ?വതവàµ?à´¯àµ?à´³àµ?à´³ à´²àµ?à´?àµ?à´?à´²àµ?â?? ഡയറà´?àµ?à´?റി തരതàµ?തിലàµ?à´³àµ?à´³ à´®àµ?ണിറàµ?റരàµ?â?? à´²à´àµ?യമാà´?àµ?à´?àµ?വാനàµ?â?? സാധàµ?യമായിലàµ?à´²"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "à´¤àµ?à´±àµ?റായ ഫയലàµ?â?? നാമà´? %s "
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "ഫയലàµ?â??സിസàµ?à´±àµ?à´±à´? വിവരà´? à´²à´àµ?യമാà´?àµ?à´?àµ?à´¨àµ?നതിലàµ?â?? പിശà´?àµ?: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "à´±àµ?à´?àµ?à´?àµ? ഡയറà´?àµ?à´?റിയàµ?à´?àµ? à´ªàµ?à´°àµ? മാറàµ?à´±àµ?വാനàµ?â?? സാധàµ?യമലàµ?à´²"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "ഫയലിനàµ?à´±àµ? à´ªàµ?à´°àµ? മാറàµ?à´±àµ?à´¨àµ?നതിലàµ?â?? പിശà´?àµ?: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "ഫയലിനàµ?à´±àµ? à´ªàµ?à´°àµ? മാറàµ?à´±àµ?വാനàµ?â?? സാധàµ?യമലàµ?à´², à´?ാരണà´? à´? à´ªàµ?à´°àµ? നിലവിലàµ?à´£àµ?à´?àµ?"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "à´¤àµ?à´±àµ?റായ ഫയലàµ?â??നാമà´?"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "ഫയലàµ?â?? à´¤àµ?à´±à´?àµ?à´?àµ?à´¨àµ?നതിലàµ?â?? പിശà´?àµ? : %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "ഡയറà´?àµ?à´?റി à´¤àµ?à´±à´?àµ?à´?àµ?വാനàµ?â?? സാധàµ?യമലàµ?à´²"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "ഫയലàµ?â?? à´¨àµ?à´?àµ?à´?à´? à´?àµ?à´¯àµ?à´¯àµ?à´¨àµ?നതിലàµ?â?? പിശà´?àµ?: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "ഫയലàµ?â?? à´?വറàµ?à´±àµ?à´?àµ?à´?àµ?à´?യിലàµ?à´?àµ?à´?àµ?àµ? മാറàµ?à´±àµ?à´¨àµ?നതിലàµ?â?? പിശà´?àµ?: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "à´?വറàµ?à´±àµ?à´?àµ?à´?àµ?à´?à´¯àµ?à´?àµ?à´?àµ?à´³àµ?à´³ ഡയറà´?àµ?à´?റി %s à´?à´£àµ?à´?à´¾à´?àµ?à´?àµ?വാനàµ?â?? സാധàµ?യമായിലàµ?à´²: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "à´?വറàµ?à´±àµ?à´?àµ?à´?àµ?à´?à´¯àµ?à´?àµ?à´?àµ?à´³àµ?à´³ à´?àµ?à´ªàµ? ലവലàµ?â?? ഡയറà´?àµ?à´?റി à´²à´àµ?യമാà´?àµ?à´?àµ?വാനàµ?â?? സാധàµ?യമായിലàµ?à´²"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "à´?വറàµ?à´±àµ?à´?àµ?à´?àµ?à´?à´¯àµ?à´?àµ?à´?àµ?à´³àµ?à´³ ഡയറà´?àµ?à´?റി à´?à´£àµ?à´?à´¾à´?àµ?à´?àµ?വാനàµ? à´²à´àµ?യമാà´?àµ?à´?àµ?വാനàµ? സാധàµ?യമായിലàµ?à´²"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "വിവരà´?àµ?à´?à´³àµ?â?? à´¸à´?ബനàµ?ധിà´?àµ?à´?àµ?à´³àµ?à´³ ഫയലàµ?â?? à´?à´£àµ?à´?à´¾à´?àµ?à´?àµ?വാനàµ?â?? സാധàµ?യമായിലàµ?à´²: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "ഫയലàµ?â?? à´?വറàµ?à´±àµ?à´?àµ?à´?àµ?à´?യിലàµ?à´?àµ?à´?àµ? à´¨àµ?à´?àµ?à´?àµ?വാനàµ?â?? സാധàµ?യമായിലàµ?à´²: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "ഡയറà´?àµ?à´?റി à´?à´£àµ?à´?à´¾à´?àµ?à´?àµ?à´¨àµ?നതിലàµ?â?? പിശà´?àµ?: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "സിബàµ?ളിà´?àµ?à´?àµ? ലിà´?àµ?à´?àµ? '%s' വായിà´?àµ?à´?àµ?à´¨àµ?നതിലàµ?â?? പരാà´?യപàµ?à´ªàµ?à´?àµ?à´?àµ?: %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "സിà´?à´¬àµ?ളിà´?àµ? ലിà´?àµ?à´?àµ? à´?à´£àµ?à´?à´¾à´?àµ?à´?àµ?à´¨àµ?നതിലàµ?â?? പിശà´?àµ?: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "ഫയലàµ?â?? à´¨àµ?à´?àµ?à´?àµ?à´¨àµ?നതിലàµ?â?? പിശà´?àµ?: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "à´?à´°àµ? ഡയറà´?àµ?à´?റിയിലàµ?â?? മറàµ?à´±àµ?à´°àµ? ഡയറà´?àµ?à´?റി à´¨àµ?à´?àµ?à´?àµ?വാനàµ?â?? സാധàµ?യമലàµ?à´²"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "ബാà´?àµ?à´?à´ªàµ?à´ªàµ? ഫയലàµ?â?? à´?à´£àµ?à´?à´¾à´?àµ?à´?àµ?à´¨àµ?നതിലàµ?â?? പരാà´?à´¯à´?"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "à´²à´?àµ?à´·àµ?യസàµ?ഥാനതàµ?à´¤àµ?à´³àµ?à´³ ഫയലàµ?â?? à´¨àµ?à´?àµ?à´?à´? à´?àµ?à´¯àµ?à´¯àµ?à´¨àµ?നതിലàµ?â?? പിശà´?àµ?: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "à´®àµ?à´£àµ?à´?àµ? à´ªàµ?യിനàµ?à´±àµ?à´?ളിലàµ?â?? തമàµ?മിലàµ?â?? à´¨àµ?à´?àµ?à´?à´? à´?àµ?à´¯àµ?à´¯àµ?à´¨àµ?നതിലàµ?â?? പിനàµ?à´¤àµ?ണയàµ?à´?àµ?à´?àµ?à´¨àµ?നിലàµ?à´²"
@@ -1517,102 +1537,102 @@ msgstr "à´¤àµ?à´±àµ?റായ à´?à´?àµ?à´¸àµ?à´±àµ?à´±àµ?à´¨àµ?â??à´¡à´?àµ? à´?
msgid "Error setting extended attribute '%s': %s"
msgstr "à´?à´?àµ?à´¸àµ?à´±àµ?à´±àµ?à´¨àµ?â??à´¡à´?àµ? à´?à´?àµ?à´°à´¿à´¬àµ?à´¯àµ?à´?àµ?à´?àµ? à´?à´¯ '%s' à´?àµ?രമിà´?à´°à´¿à´?àµ?à´?àµ?à´¨àµ?നതിലàµ?â?? പിശà´?àµ?: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' à´?à´¨àµ?à´¨ ഫയലàµ?â?? à´¸àµ?à´±àµ?റാറàµ?à´±àµ? à´?àµ?à´¯àµ?à´¯àµ?à´¨àµ?നതിലàµ?â?? പിശà´?àµ?: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (à´¤àµ?à´±àµ?റായ à´?à´¨àµ?â??à´?àµ?à´¡à´¿à´?àµ?)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "ഫയലàµ?â?? വിശദàµ?à´?à´°à´£ à´¸à´?വിധാനà´? à´²à´àµ?യമാà´?àµ?à´?àµ?à´¨àµ?നതിലàµ?â?? പിശà´?àµ?: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "ത�റ�റായ തരത�തില�ള�ള വിശ�ഷത (uint32 പ�രത���ഷി���)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "ത�റ�റായ തരത�തില�ള�ള വിശ�ഷത (uint64 പ�രത���ഷി���)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "ത�റ�റായ തരത�തില�ള�ള വിശ�ഷത (ബ�റ�റ� സ���രി�� പ�രത���ഷി���)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "സിà´?ലിà´?àµ?à´?àµ?à´?à´³àµ?â??à´?àµ?à´?àµ?à´³àµ?à´³ à´?à´¨àµ?മതിà´?à´³àµ?â?? à´¸à´?àµ?à´?മാà´?àµ?à´?àµ?വാനàµ?â?? സാധàµ?യമലàµ?à´²"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "à´?à´¨àµ?വാദà´?àµ?à´?à´³àµ?â?? à´?àµ?രമിà´?à´°à´¿à´?àµ?à´?àµ?à´¨àµ?നതിലàµ?â?? പിശà´?àµ?: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "à´?à´?മസàµ?ഥനàµ? à´?àµ?രമിà´?à´°à´¿à´?àµ?à´?àµ?à´¨àµ?നതിലàµ?â?? പിശà´?àµ?: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "സി�ലി���� non-NULL �യിരി���ണ�"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "സിà´?ലിà´?àµ?à´?àµ? à´?àµ?രമിà´?à´°à´¿à´?àµ?à´?àµ?à´¨àµ?നതിലàµ?â?? പിശà´?àµ?: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "symlink à´¸à´?àµ?à´?àµ?à´?രണതàµ?തിലàµ?â?? പിശà´?àµ?: ഫയലàµ?â?? à´?à´°àµ? symlink à´?à´²àµ?à´²"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "മാറàµ?à´±à´?àµ?à´?à´³àµ?â?? à´?à´²àµ?à´²àµ?à´?àµ?à´?à´¿à´²àµ?â?? à´?à´?àµ?സസàµ? സമയà´? à´¸à´?àµ?à´?മാà´?àµ?à´?àµ?à´¨àµ?നതിലàµ?â?? പിശà´?àµ?: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux à´?àµ?à´£àµ?â??à´?àµ?à´?àµ?à´¸àµ?à´±àµ?à´±àµ? non-NULL à´?യിരിà´?àµ?à´?à´£à´?"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "SELinux à´?àµ?à´£àµ?â??à´?àµ?à´?àµ?à´¸àµ?à´±àµ?à´±àµ? à´¸à´?àµ?à´?à´¾à´?àµ?à´?àµ?à´¨àµ?നതിലàµ?â?? പിശà´?àµ?: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux à´? സിസàµ?à´±àµ?റതàµ?തിലàµ?â?? à´¸à´?àµ?à´?മലàµ?à´²"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "%s ���രിബ�യ����� ��രമി�രണ� പിന�ത�ണയ�����ന�നില�ല"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "ഫയലിലàµ?â?? നിനàµ?à´¨àµ?à´? വായിà´?àµ?à´?àµ?à´¨àµ?നതിലàµ?â?? പിശà´?àµ?: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "ഫയലിലàµ?â?? തിരയàµ?à´¨àµ?നതിലàµ?â?? പിശà´?àµ? : %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "ഫയലàµ?â?? à´?à´?à´¯àµ?à´?àµ?à´?àµ?à´¨àµ?നതിലàµ?â?? പിശà´?àµ? : %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "à´¸àµ?വതവàµ?à´¯àµ?à´³àµ?à´³ à´²àµ?à´?àµ?à´?à´²àµ?â?? ഫയലàµ?â?? à´®àµ?ണിറàµ?റരàµ?â?? തരതàµ?തിലàµ?à´³àµ?ളതàµ?àµ? à´²à´àµ?യമാà´?àµ?à´?àµ?വാനàµ?â?? സാധിà´?àµ?à´?à´¿à´²àµ?à´²"
@@ -1693,49 +1713,54 @@ msgstr "മ�മ�മറി �����പ����� സ���ര
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "mount unmount �ന�വദി����ന�നില�ല"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "mount eject �ന�വദി����ന�നില�ല"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "mount à´?à´²àµ?à´²àµ?à´?àµ?à´?à´¿à´²àµ?â?? unmount_with_operation, mount à´?à´¨àµ?വദിà´?àµ?à´?àµ?à´¨àµ?നിലàµ?à´²"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "eject à´?à´²àµ?à´²àµ?à´?àµ?à´?à´¿à´²àµ?â?? eject_with_operation, mount à´?à´¨àµ?വദിà´?àµ?à´?àµ?à´¨àµ?നിലàµ?à´²"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+msgid "mount doesn't implement \"remount\""
msgstr "mount remount �ന�വദി����ന�നില�ല"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "mount doesn't implement synchronous content type guessing"
@@ -1744,11 +1769,11 @@ msgstr "mount doesn't implement synchronous content type guessing"
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "à´¹àµ?à´¸àµ?à´±àµ?à´±àµ?à´¨àµ?യിà´? '%s'-à´²àµ?â?? '[' but not ']' à´?à´?à´?àµ?à´?àµ?à´¨àµ?à´¨àµ?"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "à´?à´?àµ?à´?àµ?à´ªàµ?à´?àµ?à´?àµ? à´¸àµ?à´?àµ?à´°àµ?à´? à´±àµ?à´±àµ?à´±àµ? à´²à´àµ?യമാà´?àµ?à´?àµ?à´¨àµ?നിലàµ?à´²"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "à´¸àµ?à´´àµ?à´¸àµ? à´¸àµ?à´?àµ?à´°àµ?à´? നിലവിലàµ?â?? à´?à´?à´?àµ?à´?à´¿à´°à´¿à´?àµ?à´?àµ?à´¨àµ?à´¨àµ?"
@@ -1880,7 +1905,7 @@ msgstr "സനàµ?à´¦àµ?à´¶à´? à´?യയàµ?à´?àµ?à´?àµ?à´¨àµ?നതിലàµ?â??
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage വിനàµ?â??à´¡àµ?സിലàµ?â?? പിനàµ?à´¤àµ?ണയàµ?à´?àµ?à´?àµ?à´¨àµ?നിലàµ?à´²"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "സനàµ?à´¦àµ?à´¶à´? à´²à´à´¿à´?àµ?à´?àµ?à´¨àµ?നതിലàµ?â?? പിശà´?àµ?: %s"
diff --git a/po/mn.po b/po/mn.po
index bc02427..54a0eca 100644
--- a/po/mn.po
+++ b/po/mn.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\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"
@@ -96,71 +96,71 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "»%s« Ñ?имволик Ñ?олбооÑ? Ñ?нÑ?игдÑ?ангүй: %s"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "ТÑ?мдÑ?гÑ? олонлог »%s« Ñ?Ñ?Ñ? »%s« Ñ?Ò¯Ò¯ Ñ?Ó©Ñ?вүүлÑ?Ñ? дÑ?мжигдÑ?Ñ?гүй байна"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "»%s« Ñ?Ñ?Ñ? »%s« Ñ?Ò¯Ò¯ Ñ?Ó©Ñ?вүүлÑ?гÑ? нÑ?Ñ?гдÑ?Ñ?нгүй"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Ð¥Ó©Ñ?вүүлÑ?лÑ?ийн оÑ?олÑ?од Ñ?Ò¯Ñ?ингүй байÑ? даÑ?аалал байна"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Ð¥Ó©Ñ?вүүлж байÑ?ад алдаа: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Ð?Ñ?олÑ?Ñ?н Ñ?өгÑ?гөлд Ñ?агаÑ? Ñ?Ñ?мдÑ?гÑ?ийн даÑ?аалал"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "»%s« Ñ?Ñ?аÑ?Ñ? »%s« кодÑ?илол Ñ?Ñ?Ñ? Ñ?Ó©Ñ?вөÑ?гүй байна"
# CHECK
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI »%s« нÑ? Ñ?айл Ñ?Ñ?емд Ñ?Ñ?Ñ?Ñ?глÑ?гддÑ?г үнÑ?млÑ?Ñ?үй Ñ?аÑ?г биÑ?"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Ð?оÑ?оод URI »%s« нÑ? »#« -г агÑ?Ñ?лж болоÑ?гүй"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "»%s« URI Ñ?Ò¯Ñ?ингүй"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI »%s« -н Ñ?оÑ?Ñ?Ñ?н нÑ?Ñ? Ñ?Ò¯Ñ?ингүй"
# CHECK
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "»%s« URI Ñ?Ò¯Ñ?ингүй Escape-Ñ?Ñ?мдÑ?гÑ? агÑ?Ñ?лж байна"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "»%s« замÑ?н нÑ?Ñ? үнÑ?млÑ?Ñ?үй зам биÑ?"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Ð¥Ò¯Ñ?ингүй Ñ?оÑ?Ñ?Ñ?н нÑ?Ñ?"
@@ -169,119 +169,134 @@ msgstr "Ð¥Ò¯Ñ?ингүй Ñ?оÑ?Ñ?Ñ?н нÑ?Ñ?"
msgid "Error opening directory '%s': %s"
msgstr "»%s« лавлаÑ?Ñ?г нÑ?Ñ?Ñ?Ñ?д алдаа: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "%lu байÑ?Ñ?Ñ?дÑ?г »%s« Ñ?айлÑ?г Ñ?нÑ?иÑ?даа байÑ?лÑ?Ñ?лж Ñ?адÑ?ангүй"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Файл »%s« -Ñ?г Ñ?нÑ?иж байÑ?ад алдаа: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "»%s« Ñ?айлааÑ? Ñ?нÑ?иж болоÑ?гүй байна: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "»%s« Ñ?айл нÑ?Ñ?гдÑ?Ñ?гүй байна: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "»%s« Ñ?айлÑ?н аÑ?Ñ?Ñ?ибÑ?Ñ? Ñ?одоÑ?Ñ?ойлогдÑ?онгүй: fstat() нÑ?Ñ?лаа: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "»%s« Ñ?айл нÑ?Ñ?гдÑ?Ñ?гүй байна: fdopen() нÑ?Ñ?лаа: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, fuzzy, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "»%s« Ñ?айл нÑ?Ñ?гдÑ?Ñ?гүй байна: fdopen() нÑ?Ñ?лаа: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "»%s« Ñ?айл Ò¯Ò¯Ñ?гÑ?гдÑ?Ñ?нгүй: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, fuzzy, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "»%s« Ñ?айл нÑ?Ñ?гдÑ?Ñ?гүй байна: fdopen() нÑ?Ñ?лаа: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, fuzzy, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "»%s« Ñ?айл нÑ?Ñ?гдÑ?Ñ?гүй байна: fdopen() нÑ?Ñ?лаа: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "»%s« Ñ?айл нÑ?Ñ?гдÑ?Ñ?гүй байна: fdopen() нÑ?Ñ?лаа: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "»%s« Ñ?айл нÑ?Ñ?гдÑ?Ñ?гүй байна: fdopen() нÑ?Ñ?лаа: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, fuzzy, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "»%s« Ñ?айл нÑ?Ñ?гдÑ?Ñ?гүй байна: fdopen() нÑ?Ñ?лаа: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "»%s« Ñ?Ñ?в Ñ?Ò¯Ñ?ингүй, »%s« -г агÑ?Ñ?лаÑ? Ñ?Ñ?Ñ?Ñ?ггүй"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, fuzzy, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "»%s« Ñ?Ñ?в XXXXXX -Ñ? Ñ?өгÑ?Ó©Ñ?гүй байна"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, c-format
+msgid "%.1f TB"
+msgstr ""
+
+#: glib/gfileutils.c:1802
+#, c-format
+msgid "%.1f PB"
+msgstr ""
+
+#: glib/gfileutils.c:1807
+#, c-format
+msgid "%.1f EB"
+msgstr ""
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "»%s« Ñ?имволик Ñ?олбооÑ? Ñ?нÑ?игдÑ?ангүй: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Символик Ñ?олбооÑ? дÑ?мжигдÑ?Ñ?гүй"
@@ -546,7 +561,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr ""
@@ -1143,17 +1158,17 @@ msgstr "'%s' Ñ?Ñ?га бүүл Ñ?Ñ?гааÑ? дүÑ?Ñ?лÑ?гдÑ?Ñ? боломжг
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr ""
@@ -1177,34 +1192,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1256,13 +1271,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1276,50 +1291,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr ""
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr ""
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr ""
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
#, fuzzy
msgid "Trash not supported"
msgstr "Символик Ñ?олбооÑ? дÑ?мжигдÑ?Ñ?гүй"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr ""
@@ -1408,7 +1423,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr ""
@@ -1421,115 +1436,120 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Ð¥Ò¯Ñ?ингүй Ñ?оÑ?Ñ?Ñ?н нÑ?Ñ?"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, fuzzy, c-format
msgid "Error getting filesystem info: %s"
msgstr "Файл »%s« -Ñ?г Ñ?нÑ?иж байÑ?ад алдаа: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr ""
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Файл »%s« -Ñ?г Ñ?нÑ?иж байÑ?ад алдаа: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
#, fuzzy
msgid "Invalid filename"
msgstr "Ð¥Ò¯Ñ?ингүй Ñ?оÑ?Ñ?Ñ?н нÑ?Ñ?"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Файл »%s« -Ñ?г Ñ?нÑ?иж байÑ?ад алдаа: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Файл »%s« -Ñ?г Ñ?нÑ?иж байÑ?ад алдаа: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Файл »%s« -Ñ?г Ñ?нÑ?иж байÑ?ад алдаа: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "»%s« Ñ?айл Ò¯Ò¯Ñ?гÑ?гдÑ?Ñ?нгүй: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "»%s« Ñ?айл Ò¯Ò¯Ñ?гÑ?гдÑ?Ñ?нгүй: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "»%s« Ñ?айл Ò¯Ò¯Ñ?гÑ?гдÑ?Ñ?нгүй: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "»%s« лавлаÑ?Ñ?г нÑ?Ñ?Ñ?Ñ?д алдаа: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "»%s« Ñ?имволик Ñ?олбооÑ? Ñ?нÑ?игдÑ?ангүй: %s"
+
+#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Ð¥Ó©Ñ?вүүлж байÑ?ад алдаа: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Файл »%s« -Ñ?г Ñ?нÑ?иж байÑ?ад алдаа: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Файл »%s« -Ñ?г Ñ?нÑ?иж байÑ?ад алдаа: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr ""
@@ -1551,103 +1571,103 @@ msgstr "Ð?аÑ?имÑ? нÑ?гÑ?н аÑ?Ñ?Ñ?ибÑ?Ñ? нÑ?Ñ?ийн доÑ?оÑ? гÑ?н
msgid "Error setting extended attribute '%s': %s"
msgstr "»%s« лавлаÑ?Ñ?г нÑ?Ñ?Ñ?Ñ?д алдаа: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Файл »%s« -Ñ?г Ñ?нÑ?иж байÑ?ад алдаа: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Файл »%s« -Ñ?г Ñ?нÑ?иж байÑ?ад алдаа: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "Ð¥Ó©Ñ?вүүлж байÑ?ад алдаа: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Ð¥Ó©Ñ?вүүлж байÑ?ад алдаа: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Ð¥Ó©Ñ?вүүлж байÑ?ад алдаа: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "%d мөÑ?өнд алдаа: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "Ð¥Ó©Ñ?вүүлж байÑ?ад алдаа: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Ð¥Ó©Ñ?вүүлж байÑ?ад алдаа: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Символик Ñ?олбооÑ? дÑ?мжигдÑ?Ñ?гүй"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Файл »%s« -Ñ?г Ñ?нÑ?иж байÑ?ад алдаа: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Файл »%s« -Ñ?г Ñ?нÑ?иж байÑ?ад алдаа: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Файл »%s« -Ñ?г Ñ?нÑ?иж байÑ?ад алдаа: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
@@ -1730,49 +1750,49 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+msgid "mount doesn't implement \"unmount\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+msgid "mount doesn't implement \"eject\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
@@ -1781,11 +1801,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr ""
@@ -1919,7 +1939,7 @@ msgstr "Файл »%s« -Ñ?г Ñ?нÑ?иж байÑ?ад алдаа: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr ""
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "Файл »%s« -Ñ?г Ñ?нÑ?иж байÑ?ад алдаа: %s"
diff --git a/po/mr.po b/po/mr.po
index a20f37f..e3788ee 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mr\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-07 19:13+0530\n"
"Last-Translator: Sandeep Shedmake <sshedmak redhat com>\n"
"Language-Team: Marathi <fedora-trans-mr redhat com>\n"
@@ -88,69 +88,69 @@ msgstr "'%s' नामा���त ��ठल�याह� �न�प
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "'%s' पास�न �ार�यान�व�त �ळ '%s' विस�तार�त �र� श�ल� नाह�"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "���षर स�� '%s' पास�न '%s' �स� र�पा�तर समर�थित नाह�"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' पास�न '%s' �स� र�पा�तर� ��ड� श�ल� नाह�"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "र�पा�तर ��त मध�य� �व�ध बा�� श�र���ला"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "र�पा�तर �रत�व�ळ� त�र���: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "��त��या श�व�� �प�र� ���षर श�र���ला"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "फ�लब�� '%s' ला ��डस�� '%s' �स� र�पा�तर �र� श�त नाह�"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' \"file\" य��ना वापरणार� स�प�र�ण URI नाह�"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "स�थानि� फा�ल URI '%s' बह�दा '#' समाविष���त �रणार नाह�"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' �व�ध �ह�"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI '%s' �� य�मान �व�ध �ह�"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' मध�य� �व�ध निस�त� ���षर� समाविष���त �ह�"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "मार��नाव '%s' स�प�र�ण मार�� नाह�"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "�व�ध य�मान"
@@ -159,119 +159,134 @@ msgstr "�व�ध य�मान"
msgid "Error opening directory '%s': %s"
msgstr "स��य��ा '%s' ��डत�व�ळ� त�र���: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "वा�ताय�ण�या���� फा�ल \"%2$s\" �र�ता %1$lu बा�� वा�प �र� श�ल� नाह�"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "'%s' फा�ल वा�ताना त�र��ि : %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "फा�ल \"%s\" ��प म�ठ� �ह�"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "'%s' फा�ल वा�त�व�ळ� त�र���: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "'%s' फा�ल ��डण�यास �पयश�: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "फा�ल '%s'�� ��णधर�म प�राप�त �रण�यास �यशस�व�: fstat() �पयश�: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "'%s' फा�ल ��डण�यास �पयश�: fdopen() �पयश� : %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "फा�लला '%s पास�न '%s' �स� प�नर�नामा��न �रण�यास �पयश�: g_rename() �पयश�: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "फा�ल बनविण�यास �पयश� '%s': %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "लिहण�यासाठ� '%s' फा�ल ��डण�यास �पयश�: fdopen() �पयश�: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "'%s' फा�लवर लिहण�यास �पयश�: fwrite() �पयश�: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "'%s' फा�लवर लिहण�यास �पयश�: fflush() �पयश�: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "'%s' फा�लवर लिहण�यास �पयश�: fsync() �पयश�: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "'%s' फा�ल ब�द �रण�यास �पयश�: fclose() �पयश�: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "�पलब�ध फा�ल '%s' �ाढ�ण �ा�ल�या �ा� श�त नाह�: g_unlink() �पयश�: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "�रा�डा '%s' �व�ध, '%s' समाविष���त नसायला हव�"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "�रा�डा '%s' मध�य� XXXXXX समाविष���त नाह�"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "ब�ध�िन�ह लि�� '%s' वा�ण�यास �पयश�: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "ब�ध�िन�ह लि�� समर�थ�त नाह�"
@@ -518,7 +533,7 @@ msgstr "स�य���त श�ध स�मा प�ह�ल�"
msgid "the pattern contains items not supported for partial matching"
msgstr "र�न�त �प�र� ��ळवण��र�ता समाविष���त ��� �� समर�थित नाह�"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "��तर�� त�र���"
@@ -1100,17 +1115,17 @@ msgstr "म�ल�य '%s' ब�ल�यन म�हण�न विश�
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "%s �र�ता ��प म�ठ� प�रमाण स���या प�रविल� ��ल�"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "श�र���ला �धिपास�न� ब�द �ह�"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "�ार�य रद�द �रण�यात �ल�"
@@ -1133,34 +1148,34 @@ msgstr "%s प�र�ार"
msgid "Unexpected early end-of-stream"
msgstr "�परि��त प�र�वरत end-of-stream"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "�नाम��"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "ड�स����प फा�ल मध�य� Exec न��दण� निश��ित नाह�"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "�न�प�रय���र�ता �वश�य� �र�मिनल �ढळल� नाह�"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "वापर�र�ता �न�प�रय�� स�य��न स��य��ा %s बनव� श�ल� नाह�: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "वापर�र�ता MIME स�य��न स��य��ा %s बनव� श�ल� नाह�: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "वापर�र�ता ड�स����प फा�ल %s बनव� श�त नाह�"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "%s �र�ता ����ि� व�या��या"
@@ -1212,13 +1227,13 @@ msgstr "GEmblem �न��ड��� ��तर��त सद�ष�
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "GEmblemedIcon �र�ता GEmblem �प���ष�त"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "�ार�य समर�थित नाह�"
@@ -1231,49 +1246,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "समाविष���त �र�हन �स�त�त�वात नाह�"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "स��य���वर प�रत बनव� श�त नाह�"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "स��य���वर स��य����� प�रत बनव� श�त नाह�"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "ल��ष�य फा�ल �स�तित�वात �ह�"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "स��य����� प�न� प�रत बनव� श�त नाह�"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "विश�ष फा�ल�� प�रत बनव� श�त नाह�"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "�व�ध symlink म�ल�य दिल� ��ल�"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "��राप��� समर�थित नाह�"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "फा�ल नावात '%c' �स� श�त नाह�"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "��ड �र�हन �ार�यारत �रत नाह�"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "ह� फा�ल हाताळण�या�र�ता ��ठल�ह� �न�प�रय�� प�����त नाह�"
@@ -1362,7 +1377,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "श�र���ला�� �प�रतिम �ार�य��षमता"
@@ -1375,114 +1390,119 @@ msgstr "स���� पत�त�या��र�ता �तिर�
msgid "Unsupported socket address"
msgstr "�समर�थ�त स���� पत�ता"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "मà¥?लà¤à¥?त सà¤?à¤?यà¥?à¤?ा मà¥?नà¥?à¤?र पà¥?रà¤?ार शà¥?धता à¤?लà¥? नाहà¥?"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "�व�ध फा�लनाव %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "फा�लप�रणाल� विषय� माहित� मिळवत�व�ळ� त�र���: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "र�� स��य��ा प�न�नामा���त �र� श�त नाह�"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "फा�ल प�न�नामा���त �रत�व�ळ� त�र���: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "फा�ल प�न�नामा���त �र� श�त नाह�, फा�लनाव �धिपास�न� �स�तित�वात �ह�"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "�व�ध फा�ल नाव"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "फा�ल ��डत�व�ळ� त�र���: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "स��य��ा ��ड� श�त नाह�"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "फा�ल �ाढ�न �ा�त�व�ळ� त�र���: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "फा�ल ��राप���त हलवित�व�ळ� त�र���: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "��राप��� स��य��ा %1$s निर�माण �रत� �ल� नाह�: %2$s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "��राप��� �र�ता ����स�थर�य स��य��ा श�धता �ल� नाह�"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "��राप��� �र�ता ����स�थर�य स��य��ा श�धता �ल� नाह�"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "��राप��� माहित� फा�ल बनविता �ल� नाह�: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "��राप����ड� फा�ल हलवित�व�ळ� त�र���: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "स��य��ा बनवित�व�ळ� त�र��� �ढळल�: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "ब�ध�िन�ह लि�� '%s' वा�ण�यास �पयश�: %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "ब�ध�िन�ह लि�� बनवित�व�ळ� त�र���: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "फा�ल स�थाना�तरन �रत�व�ळ� त�र���: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "स��य���वर स��य��ा हलव� श�त नाह�"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "प�रति��त फा�ल निर�माण �पयश�"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "ल��ष�य फा�ल �ाढ�न �ा�त�व�ळ� त�र���: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "�र�हन मधिल स�थाना�तरन समर�थ�त नाह�"
@@ -1503,102 +1523,102 @@ msgstr "�व�ध विस�तार�त ��णधर�म नाव
msgid "Error setting extended attribute '%s': %s"
msgstr "विस�तार�त ��णधर�म निश��ित �रत�व�ळ� त�र��� '%s': %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "फा�ल '%s' स�र� �रत�व�ळ� त�र���: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (�व�ध ����ड���)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "फा�ल व�या��य� निश��ित �रत�व�ळ� त�र���: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "�व�ध ��णधर�म प�र�ार (uint32 �प���ष�त)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "�व�ध ��णधर�म प�र�ार (uint64 �प���ष�त)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "�व�ध ��णधर�म प�र�ार (बा�� ���षरमाळा �प���ष�त)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "symlinks �र�ता परवान�� स�� �रण�यास �श��य"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "परवान�� स�थापित �रत�व�ळ� त�र���: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "माल� स�थापित �रत�व�ळ� त�र���: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "symlink श�न�य नसायला हव�"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "symlink स�थाप�त �रत�व�ळ� त�र���: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "symlink निश��ित �रत�व�ळ� त�र���: फा�ल symlink नाह�"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "स�पादन �ि�वा प�रव�शव�ळ ठरवत�व�ळ� त�र���: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux स�दर�ठविना-श�न�य �सायला हव�"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "SELinux स�दर�ठस�य���त �रत�व�ळ� त�र���: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux या प�रणाल�वर �ार�यान�व�त नाह�"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "%s ��णधर�म स�थापित �रण� समर�थित नाह�"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "फा�ल पास�न वा�त�व�ळ� त�र���: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "फा�ल श�धत�वळ� त�र���: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "फा�ल ब�द �रत�व�ळ� त�र���: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "मà¥?लà¤à¥?त सà¥?थानà¥?à¤? फाà¤?ल मà¥?नà¥?à¤?र पà¥?रà¤?ार शà¥?धता à¤?लà¥? नाहà¥?"
@@ -1679,49 +1699,54 @@ msgstr "स�म�त� ���प�� स���र�म प�न�
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "�र�हन �नार�हन �ार�यान�व�त �र�त नाह�"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "�र�हन बाह�र पडा �ार�यान�व�त �रत नाह�"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "mount unmount �ि�वा unmount_with_operation ला�� �रत नाह�"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "mount eject �ि�वा eject_with_operation ला�� �रत नाह�"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "मा�न�� सम��ळवण� �न���रम प�र�ार ��दा� ला�� �रत नाह�"
@@ -1730,11 +1755,11 @@ msgstr "मा�न�� सम��ळवण� �न���रम प�
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "य�माननाव '%s' मध�य� '[' समाविष���त �ह� पर�त� ']' समाविष���त नाह�"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "��त श�र���ला लिह�ताय�ण�या���� �ार�यरत �रत नाह�"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "स�त�र�त श�र���ला �धिपास�न ब�द"
@@ -1866,7 +1891,7 @@ msgstr "फा�ल पाठवत�व�ळ� त�र���: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage windows वर समर�थ�त नाह�"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "स�द�श प�राप�त �रत�व�ळ� त�र���: %s"
diff --git a/po/ms.po b/po/ms.po
index d6ce3cf..f9338dc 100644
--- a/po/ms.po
+++ b/po/ms.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\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"
@@ -85,69 +85,69 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Gagal membaca pautan simbolik '%s': %s"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Penukaran set aksara daripada '%s' ke '%s' tidak disokong"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, fuzzy, c-format
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:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Turutan byte tidak sah pada penukaran iput"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Ralat semasa penukaran: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Sebahagian turutan aksara berada di penghujung input"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Tak dapat tukar unduran '%s' ke set kod '%s'"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' adalah bukan URI mutlak menggunakan skema fail"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "URI Fail local '%s' mungkin tidak disertakan dengan '#'"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' adalah tidak sah"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Namahos URI '%s' tidak sah"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' mengandungi aksara escaped yang tidak sah"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Nama laluan '%s' adalah bukan laluan mutlak"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Namahos tidak sah"
@@ -156,119 +156,134 @@ msgstr "Namahos tidak sah"
msgid "Error opening directory '%s': %s"
msgstr "Ralat membuka direktori %s': %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Tak dapat memperuntukkan %lu byte untuk membaca fail \"%s\""
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Ralat membaca fail '%s': %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Gagal membaca fail '%s': %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Gagal membuka fail '%s': %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Gagal mendapatkan atribut fail '%s': fstat() gagal: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Gagal membuka fail '%s': fdopen() gagal: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, fuzzy, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Gagal membuka fail '%s': fdopen() gagal: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Gagal mencipta fail %s': %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, fuzzy, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Gagal membuka fail '%s': fdopen() gagal: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, fuzzy, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Gagal membuka fail '%s': fdopen() gagal: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Gagal membuka fail '%s': fdopen() gagal: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Gagal membuka fail '%s': fdopen() gagal: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, fuzzy, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Gagal membuka fail '%s': fdopen() gagal: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Templet '%s' tidak sah, sepatutnya tidak mengandungi '%s'"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, fuzzy, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Templet '%s' tidak berakhir dengan XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, c-format
+msgid "%.1f TB"
+msgstr ""
+
+#: glib/gfileutils.c:1802
+#, c-format
+msgid "%.1f PB"
+msgstr ""
+
+#: glib/gfileutils.c:1807
+#, c-format
+msgid "%.1f EB"
+msgstr ""
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Gagal membaca pautan simbolik '%s': %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Pautan simbolik tidak disokong"
@@ -525,7 +540,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr ""
@@ -1114,17 +1129,17 @@ msgstr ""
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr ""
@@ -1147,34 +1162,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1226,13 +1241,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1246,50 +1261,50 @@ msgstr "Pautan simbolik tidak disokong"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: gio/gfile.c:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr ""
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr ""
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr ""
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
#, fuzzy
msgid "Trash not supported"
msgstr "Pautan simbolik tidak disokong"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr ""
@@ -1378,7 +1393,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr ""
@@ -1391,115 +1406,120 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Namahos tidak sah"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, fuzzy, c-format
msgid "Error getting filesystem info: %s"
msgstr "Ralat membaca fail '%s': %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr ""
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Ralat membaca fail '%s': %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
#, fuzzy
msgid "Invalid filename"
msgstr "Namahos tidak sah"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Ralat membaca fail '%s': %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Ralat membaca fail '%s': %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Ralat membaca fail '%s': %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Gagal mencipta fail %s': %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Gagal mencipta fail %s': %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Gagal mencipta fail %s': %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Ralat membuka direktori %s': %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Gagal membaca pautan simbolik '%s': %s"
+
+#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Ralat semasa penukaran: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Ralat membaca fail '%s': %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Ralat membaca fail '%s': %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr ""
@@ -1521,103 +1541,103 @@ msgstr "Dokumen berakhir tanpa diduga di dalam nama atribut"
msgid "Error setting extended attribute '%s': %s"
msgstr "Ralat membuka direktori %s': %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Ralat membaca fail '%s': %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Ralat membaca fail '%s': %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "Ralat semasa penukaran: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Ralat semasa penukaran: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Ralat semasa penukaran: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Ralat pada baris %d: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "Ralat semasa penukaran: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Ralat semasa penukaran: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Pautan simbolik tidak disokong"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Ralat membaca fail '%s': %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Ralat membaca fail '%s': %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Ralat membaca fail '%s': %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
@@ -1699,49 +1719,49 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+msgid "mount doesn't implement \"unmount\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+msgid "mount doesn't implement \"eject\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
@@ -1750,11 +1770,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr ""
@@ -1888,7 +1908,7 @@ msgstr "Ralat membaca fail '%s': %s"
msgid "GSocketControlMessage not supported on windows"
msgstr ""
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "Ralat membaca fail '%s': %s"
diff --git a/po/nb.po b/po/nb.po
index f7b412c..0c7706c 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -8,8 +8,8 @@
msgid ""
msgstr ""
"Project-Id-Version: glib 2.22.x\n"
-"Report-Msgid-Bugs-To:\n"
-"POT-Creation-Date: 2009-11-11 20:09+0100\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-11-11 20:09+0100\n"
"Last-Translator: Kjartan Maraas <kmaraas gnome org>\n"
"Language-Team: Norwegian bokmal <i18n-nb lister ping uio no>\n"
@@ -18,321 +18,335 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../glib/gbookmarkfile.c:737
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Uventet attributt «%s» for element «%s»"
-#: ../glib/gbookmarkfile.c:748 ../glib/gbookmarkfile.c:819
-#: ../glib/gbookmarkfile.c:829 ../glib/gbookmarkfile.c:936
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Attributt «%s» i element «%s» ble ikke funnet"
-#: ../glib/gbookmarkfile.c:1106 ../glib/gbookmarkfile.c:1171
-#: ../glib/gbookmarkfile.c:1235 ../glib/gbookmarkfile.c:1245
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Uventet tagg «%s», tagg «%s» forventet"
-#: ../glib/gbookmarkfile.c:1131 ../glib/gbookmarkfile.c:1145
-#: ../glib/gbookmarkfile.c:1213 ../glib/gbookmarkfile.c:1265
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Uventet tagg «%s» i «%s»"
-#: ../glib/gbookmarkfile.c:1793
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "Ingen gyldig bokmerkefil ble funnet i datakatalogene"
-#: ../glib/gbookmarkfile.c:1994
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Et bokmerke eksisterer allerede for URI «%s»"
-#: ../glib/gbookmarkfile.c:2040 ../glib/gbookmarkfile.c:2198
-#: ../glib/gbookmarkfile.c:2283 ../glib/gbookmarkfile.c:2363
-#: ../glib/gbookmarkfile.c:2448 ../glib/gbookmarkfile.c:2531
-#: ../glib/gbookmarkfile.c:2609 ../glib/gbookmarkfile.c:2688
-#: ../glib/gbookmarkfile.c:2730 ../glib/gbookmarkfile.c:2827
-#: ../glib/gbookmarkfile.c:2953 ../glib/gbookmarkfile.c:3143
-#: ../glib/gbookmarkfile.c:3219 ../glib/gbookmarkfile.c:3384
-#: ../glib/gbookmarkfile.c:3473 ../glib/gbookmarkfile.c:3563
-#: ../glib/gbookmarkfile.c:3691
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Ingen bokmerker funnet for URI «%s»"
-#: ../glib/gbookmarkfile.c:2372
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Ingen MIME-type definert i bokmerke for URI «%s»"
-#: ../glib/gbookmarkfile.c:2457
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Ingen private flagg er definert i bokmerke for URI «%s»"
-#: ../glib/gbookmarkfile.c:2836
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Ingen grupper satt i bokmerke for URI «%s»"
-#: ../glib/gbookmarkfile.c:3237 ../glib/gbookmarkfile.c:3394
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Ingen program med navn «%s» har registrert et bokmerke for «%s»"
-#: ../glib/gbookmarkfile.c:3417
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Feil under utvidelse av exec-linje «%s» med URI «%s»"
-#: ../glib/gconvert.c:437 ../glib/gconvert.c:515 ../glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, 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:441 ../glib/gconvert.c:519
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, 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:638 ../glib/gconvert.c:1031 ../glib/giochannel.c:1402
-#: ../glib/giochannel.c:1444 ../glib/giochannel.c:2288 ../glib/gutf8.c:964
-#: ../glib/gutf8.c:1419
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
+#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
+#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Ugyldig bytesekvens i inndata for konvertering"
-#: ../glib/gconvert.c:646 ../glib/gconvert.c:956 ../glib/giochannel.c:1409
-#: ../glib/giochannel.c:2300
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
+#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Feil under konvertering: %s"
-#: ../glib/gconvert.c:678 ../glib/gutf8.c:960 ../glib/gutf8.c:1170
-#: ../glib/gutf8.c:1311 ../glib/gutf8.c:1415
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Ufullstendig tegnsekvens ved slutten på inndata"
-#: ../glib/gconvert.c:928
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Kan ikke konvertere \"fallback\" «%s» til tegnsett «%s»"
-#: ../glib/gconvert.c:1751
+#: glib/gconvert.c:1751
#, 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:1761
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Lokal fil-URI «%s» kan ikke inneholde en «#»"
-#: ../glib/gconvert.c:1778
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI «%s» er ugyldig"
-#: ../glib/gconvert.c:1790
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Vertsnavnet for URI «%s» er ugyldig"
-#: ../glib/gconvert.c:1806
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Vertsnavnet for URI «%s» inneholder ugyldige escape-tegn"
-#: ../glib/gconvert.c:1901
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Stinavnet «%s» er ikke en absolutt sti"
-#: ../glib/gconvert.c:1911
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Ugyldig vertsnavn"
-#: ../glib/gdir.c:112 ../glib/gdir.c:135
+#: glib/gdir.c:112 glib/gdir.c:135
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Feil under åpning av katalog «%s»: %s"
-#: ../glib/gfileutils.c:536 ../glib/gfileutils.c:624
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, 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:551
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Feil under lesing av fil «%s»: %s"
-#: ../glib/gfileutils.c:565
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "Fil «%s» er for stor"
-#: ../glib/gfileutils.c:648
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Feil under lesing fra fil «%s»: %s"
-#: ../glib/gfileutils.c:699 ../glib/gfileutils.c:786
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Feil under åpning av fil «%s»: %s"
-#: ../glib/gfileutils.c:716 ../glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, 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:750
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Feil under åpning av fil «%s»: fdopen() feilet: %s"
-#: ../glib/gfileutils.c:858
+#: glib/gfileutils.c:858
#, 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:900 ../glib/gfileutils.c:1366
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Feil under oppretting av fil «%s»: %s"
-#: ../glib/gfileutils.c:914
+#: glib/gfileutils.c:914
#, 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:939
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Kunne ikke skrive fil «%s»: fwrite() feilet: %s"
-#: ../glib/gfileutils.c:958
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Kunne ikke skrive fil «%s»: fflush() feilet: %s"
-#: ../glib/gfileutils.c:987
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Kunne ikke skrive fil «%s»: fsync() feilet: %s"
-#: ../glib/gfileutils.c:1006
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Kunne ikke lukke fil «%s»: fclose() feilet: %s"
-#: ../glib/gfileutils.c:1124
+#: glib/gfileutils.c:1124
#, 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:1328
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Mal «%s» er ugyldig, må ikke inneholde «%s»"
-#: ../glib/gfileutils.c:1341
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Mal «%s» inneholder ikke XXXXXX"
-#: ../glib/gfileutils.c:1771
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u bytes"
-#: ../glib/gfileutils.c:1779
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1784
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1789
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1832
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Feil under lesing av symbolsk lenke «%s»: %s"
-#: ../glib/gfileutils.c:1853
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Symbolske lenker er ikke støttet"
-#: ../glib/giochannel.c:1234
+#: glib/giochannel.c:1234
#, 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:1579
+#: glib/giochannel.c:1579
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:1626 ../glib/giochannel.c:1884
-#: ../glib/giochannel.c:1971
+#: glib/giochannel.c:1626 glib/giochannel.c:1884 glib/giochannel.c:1971
msgid "Leftover unconverted data in read buffer"
msgstr "Overflødig ikke-konvertert data i innlesingsbuffer"
-#: ../glib/giochannel.c:1707 ../glib/giochannel.c:1784
+#: glib/giochannel.c:1707 glib/giochannel.c:1784
msgid "Channel terminates in a partial character"
msgstr "Kanalen terminerer i et oppdelt tegn"
-#: ../glib/giochannel.c:1770
+#: glib/giochannel.c:1770
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:123
+#: glib/gmappedfile.c:123
#, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "Kunne ikke åpne fil «%s»: open() feilet: %s"
-#: ../glib/gmappedfile.c:201
+#: glib/gmappedfile.c:201
#, 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:303 ../glib/gmarkup.c:343
+#: glib/gmarkup.c:303 glib/gmarkup.c:343
#, c-format
msgid "Error on line %d char %d: "
msgstr "Feil på linje %d tegn %d: "
-#: ../glib/gmarkup.c:363 ../glib/gmarkup.c:441
+#: glib/gmarkup.c:363 glib/gmarkup.c:441
#, c-format
msgid "Invalid UTF-8 encoded text in name - not valid '%s'"
msgstr "Ugyldig UTF-8 kodet tekst i navn - ikke gyldig «%s»"
-#: ../glib/gmarkup.c:374
+#: glib/gmarkup.c:374
#, c-format
msgid "'%s' is not a valid name "
msgstr "«%s» er ikke et gyldig navn "
-#: ../glib/gmarkup.c:390
+#: glib/gmarkup.c:390
#, c-format
msgid "'%s' is not a valid name: '%c' "
msgstr "«%s» er ikke et gyldig navn: «%c» "
-#: ../glib/gmarkup.c:494
+#: glib/gmarkup.c:494
#, c-format
msgid "Error on line %d: %s"
msgstr "Feil på linje %d: %s"
-#: ../glib/gmarkup.c:578
+#: glib/gmarkup.c:578
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -341,7 +355,7 @@ msgstr ""
"Feil under lesing av «%-.*s», som skulle vært et tall inne i en tegnreferanse "
"(ê for eksempel) - tallet er muligens for stort"
-#: ../glib/gmarkup.c:590
+#: glib/gmarkup.c:590
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -351,23 +365,23 @@ msgstr ""
"og-tegn uten at det var ment å starte en entitet - unngå ved å bruke & i "
"stedet"
-#: ../glib/gmarkup.c:616
+#: glib/gmarkup.c:616
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Tegnreferanse «%-.*s» koder ikke et tillatt tegn"
-#: ../glib/gmarkup.c:654
+#: glib/gmarkup.c:654
msgid ""
"Empty entity '&;' seen; valid entities are: & " < > '"
msgstr ""
"Tom entitet «&;» funnet; gyldige entiteter er: & " < > '"
-#: ../glib/gmarkup.c:662
+#: glib/gmarkup.c:662
#, c-format
msgid "Entity name '%-.*s' is not known"
msgstr "Entitetsnavn «%-.*s» er ikke kjent"
-#: ../glib/gmarkup.c:667
+#: glib/gmarkup.c:667
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &"
@@ -376,11 +390,11 @@ msgstr ""
"tegn uten at det var ment å starte en entitet - ungå ved å bruke & i "
"stedet"
-#: ../glib/gmarkup.c:1014
+#: glib/gmarkup.c:1014
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentet må starte med et element (f.eks <book>)"
-#: ../glib/gmarkup.c:1054
+#: glib/gmarkup.c:1054
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -389,7 +403,7 @@ msgstr ""
"«%s» er ikke et gyldig tegn etter en «<» tegn; det kan ikke være begynnelsen "
"på et elementnavn"
-#: ../glib/gmarkup.c:1122
+#: glib/gmarkup.c:1122
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -398,13 +412,13 @@ msgstr ""
"Rart tegn «%s», forventet et «>» tegn for å avslutte start-taggen til det "
"tomme elementet «%s»"
-#: ../glib/gmarkup.c:1206
+#: glib/gmarkup.c:1206
#, 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:1247
+#: glib/gmarkup.c:1247
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -415,7 +429,7 @@ msgstr ""
"element «%s», eller alternativt en attributt; kanskje du brukte et ugyldig "
"tegn i attributtnavnet"
-#: ../glib/gmarkup.c:1291
+#: glib/gmarkup.c:1291
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -424,7 +438,7 @@ msgstr ""
"Rart tegn «%s», ventet et åpent sitattegn etter likhetstegnet når verdi for "
"attributt «%s» for element «%s» oppgis"
-#: ../glib/gmarkup.c:1425
+#: glib/gmarkup.c:1425
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -433,7 +447,7 @@ msgstr ""
"«%s» er ikke et gyldig tegn etter tegnene «</»; «%s» er kanskje ikke "
"begynnelsen på et elementnavn"
-#: ../glib/gmarkup.c:1461
+#: glib/gmarkup.c:1461
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -442,25 +456,25 @@ msgstr ""
"«%s» er ikke et gyldig tegn etter element for lukking med navn «%s»; tillatt "
"tegn er «>»"
-#: ../glib/gmarkup.c:1472
+#: glib/gmarkup.c:1472
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element «%s» ble lukket, ingen åpne elementer nå"
-#: ../glib/gmarkup.c:1481
+#: glib/gmarkup.c:1481
#, 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:1648
+#: glib/gmarkup.c:1648
msgid "Document was empty or contained only whitespace"
msgstr "Dokumentet var tomt eller inneholdt kun blanke tegn"
-#: ../glib/gmarkup.c:1662
+#: glib/gmarkup.c:1662
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumentet sluttet uventet rett etter en åpen vinkelparantes «<»"
-#: ../glib/gmarkup.c:1670 ../glib/gmarkup.c:1715
+#: glib/gmarkup.c:1670 glib/gmarkup.c:1715
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -468,7 +482,7 @@ msgid ""
msgstr ""
"Dokumentet sluttet uventet med åpne elementer - «%s» var siste åpne element"
-#: ../glib/gmarkup.c:1678
+#: glib/gmarkup.c:1678
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -477,19 +491,19 @@ msgstr ""
"Dokumentet sluttet uventet, forventet å se en vinkelparantes for å slutte av "
"den siste taggen <%s/>"
-#: ../glib/gmarkup.c:1684
+#: glib/gmarkup.c:1684
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentet sluttet uventet inni et elementnavn"
-#: ../glib/gmarkup.c:1690
+#: glib/gmarkup.c:1690
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentet sluttet uventet inni et attributtnavn"
-#: ../glib/gmarkup.c:1695
+#: glib/gmarkup.c:1695
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumentet sluttet uventet inni en tagg for åpning av element."
-#: ../glib/gmarkup.c:1701
+#: glib/gmarkup.c:1701
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -497,395 +511,393 @@ msgstr ""
"Dokumentet sluttet uventet etter likhetstegnet som følger et attributtnavn; "
"ingen attributtverdi"
-#: ../glib/gmarkup.c:1708
+#: glib/gmarkup.c:1708
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentet sluttet uventet inni en attributtverdi"
-#: ../glib/gmarkup.c:1724
+#: glib/gmarkup.c:1724
#, 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:1730
+#: glib/gmarkup.c:1730
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:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
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 ""
"escape-verdier som bytter mellom små/store bokstaver (\\l, \\L, \\u, \\U) er "
"ikke tillatt her"
-#: ../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 "lookbehind-regel er ikke av fast lengde"
-#: ../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 "assert forventet etter (?("
-#: ../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 "gikk ut over arbeidsområde for kompilering"
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr "tidligere sjekket og referert undermønster ikke funnet"
-#: ../glib/gregex.c:522 ../glib/gregex.c:1603
+#: glib/gregex.c:522 glib/gregex.c:1603
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "Feil under treff på regulært uttrykk %s: %s"
-#: ../glib/gregex.c:1094
+#: glib/gregex.c:1094
msgid "PCRE library is compiled without UTF8 support"
msgstr "PCRE-biblioteket er kompilert uten støtte for UTF8"
-#: ../glib/gregex.c:1103
+#: glib/gregex.c:1103
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "PCRE-biblioteket er kompilert uten støtte for UTF8-egenskaper"
-#: ../glib/gregex.c:1157
+#: glib/gregex.c:1157
#, 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:1193
+#: glib/gregex.c:1193
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Feil under optimering av reguært utrykk %s: %s"
-#: ../glib/gregex.c:2031
+#: glib/gregex.c:2031
msgid "hexadecimal digit or '}' expected"
msgstr "heksadesimalt tall eller «}» forventet"
-#: ../glib/gregex.c:2047
+#: glib/gregex.c:2047
msgid "hexadecimal digit expected"
msgstr "heksadesimalt tall forventet"
-#: ../glib/gregex.c:2087
+#: glib/gregex.c:2087
msgid "missing '<' in symbolic reference"
msgstr "mangler «<» i symbolsk referanse"
-#: ../glib/gregex.c:2096
+#: glib/gregex.c:2096
msgid "unfinished symbolic reference"
msgstr "uferdig symbolsk referanse"
-#: ../glib/gregex.c:2103
+#: glib/gregex.c:2103
msgid "zero-length symbolic reference"
msgstr "symbolsk referanse med null lengde"
-#: ../glib/gregex.c:2114
+#: glib/gregex.c:2114
msgid "digit expected"
msgstr "tall forventet"
-#: ../glib/gregex.c:2132
+#: glib/gregex.c:2132
msgid "illegal symbolic reference"
msgstr "ugyldig symbolsk referanse"
-#: ../glib/gregex.c:2194
+#: glib/gregex.c:2194
msgid "stray final '\\'"
msgstr "feilplassert siste «\\\\»"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
msgid "unknown escape sequence"
msgstr "ukjent escapesekvens"
-#: ../glib/gregex.c:2208
+#: glib/gregex.c:2208
#, 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
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
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:300 ../glib/gspawn.c:1480
+#: glib/gspawn-win32.c:300 glib/gspawn.c:1480
#, 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:339 ../glib/gspawn-win32.c:347 ../glib/gspawn.c:1139
+#: glib/gspawn-win32.c:339 glib/gspawn-win32.c:347 glib/gspawn.c:1139
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Feil under lesing fra \"child pipe\" (%s)"
-#: ../glib/gspawn-win32.c:370 ../glib/gspawn.c:1346
+#: glib/gspawn-win32.c:370 glib/gspawn.c:1346
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Feil ved skifte til katalog «%s» (%s)"
-#: ../glib/gspawn-win32.c:376 ../glib/gspawn-win32.c:495
+#: glib/gspawn-win32.c:376 glib/gspawn-win32.c:495
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Feil under kjøring av underprosess (%s)"
-#: ../glib/gspawn-win32.c:445
+#: glib/gspawn-win32.c:445
#, c-format
msgid "Invalid program name: %s"
msgstr "Ugyldig programnavn: %s"
-#: ../glib/gspawn-win32.c:455 ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1279
+#: glib/gspawn-win32.c:455 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1279
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Ugyldig streng i argumentvektor på %d: %s"
-#: ../glib/gspawn-win32.c:466 ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1312
+#: glib/gspawn-win32.c:466 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1312
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Ugyldig streng i miljø: %s"
-#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1260
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1260
#, c-format
msgid "Invalid working directory: %s"
msgstr "Ugyldig arbeidsmappe: %s"
-#: ../glib/gspawn-win32.c:784
+#: glib/gspawn-win32.c:784
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Feil under kjøring av hjelpeprogram (%s)"
-#: ../glib/gspawn-win32.c:998
+#: glib/gspawn-win32.c:998
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -893,136 +905,136 @@ msgstr ""
"Uventet feil i g_io_channel_win32_poll() under lesing av data fra en "
"underprosess"
-#: ../glib/gspawn.c:190
+#: glib/gspawn.c:190
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Feil under lesing av data fra underprosess (%s)"
-#: ../glib/gspawn.c:329
+#: glib/gspawn.c:329
#, 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:414
+#: glib/gspawn.c:414
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Uventet feil i waitpid() (%s)"
-#: ../glib/gspawn.c:1206
+#: glib/gspawn.c:1206
#, c-format
msgid "Failed to fork (%s)"
msgstr "Feil under kjøring av fork (%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Feil under kjøring av underprosess «%s» (%s)"
-#: ../glib/gspawn.c:1366
+#: glib/gspawn.c:1366
#, 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:1375
+#: glib/gspawn.c:1375
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Feil under kjøring av fork() for underprosess (%s)"
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Ukjent feil under kjøring av underprosess «%s»"
-#: ../glib/gspawn.c:1407
+#: glib/gspawn.c:1407
#, 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:1038
+#: glib/gutf8.c:1038
msgid "Character out of range for UTF-8"
msgstr "Tegn utenfor gyldig område for UTF-8"
-#: ../glib/gutf8.c:1138 ../glib/gutf8.c:1147 ../glib/gutf8.c:1279
-#: ../glib/gutf8.c:1288 ../glib/gutf8.c:1429 ../glib/gutf8.c:1525
+#: glib/gutf8.c:1138 glib/gutf8.c:1147 glib/gutf8.c:1279 glib/gutf8.c:1288
+#: glib/gutf8.c:1429 glib/gutf8.c:1525
msgid "Invalid sequence in conversion input"
msgstr "Ugyldig sekvens i inndata for konvertering"
-#: ../glib/gutf8.c:1440 ../glib/gutf8.c:1536
+#: glib/gutf8.c:1440 glib/gutf8.c:1536
msgid "Character out of range for UTF-16"
msgstr "Tegn utenfor gyldig område for UTF-16"
-#: ../glib/goption.c:755
+#: glib/goption.c:755
msgid "Usage:"
msgstr "Bruk:"
-#: ../glib/goption.c:755
+#: glib/goption.c:755
msgid "[OPTION...]"
msgstr "[FLAGG...]"
-#: ../glib/goption.c:861
+#: glib/goption.c:861
msgid "Help Options:"
msgstr "Flagg for hjelp:"
-#: ../glib/goption.c:862
+#: glib/goption.c:862
msgid "Show help options"
msgstr "Vis flagg for hjelp"
-#: ../glib/goption.c:868
+#: glib/goption.c:868
msgid "Show all help options"
msgstr "Vis alle flagg for hjelp"
-#: ../glib/goption.c:930
+#: glib/goption.c:930
msgid "Application Options:"
msgstr "Flagg for applikasjonen"
-#: ../glib/goption.c:992 ../glib/goption.c:1062
+#: glib/goption.c:992 glib/goption.c:1062
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "Kan ikke lese heltallsverdi «%s» for %s"
-#: ../glib/goption.c:1002 ../glib/goption.c:1070
+#: glib/goption.c:1002 glib/goption.c:1070
#, c-format
msgid "Integer value '%s' for %s out of range"
msgstr "Heltallsverdi «%s» for %s er utenfor gyldig område"
-#: ../glib/goption.c:1027
+#: glib/goption.c:1027
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "Kan ikke lese verdi for double «%s» for %s"
-#: ../glib/goption.c:1035
+#: glib/goption.c:1035
#, 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:1298 ../glib/goption.c:1377
+#: glib/goption.c:1298 glib/goption.c:1377
#, c-format
msgid "Error parsing option %s"
msgstr "Feil under tolking av flagg %s"
-#: ../glib/goption.c:1408 ../glib/goption.c:1522
+#: glib/goption.c:1408 glib/goption.c:1522
#, c-format
msgid "Missing argument for %s"
msgstr "Mangler argument for %s"
-#: ../glib/goption.c:1917
+#: glib/goption.c:1917
#, c-format
msgid "Unknown option %s"
msgstr "Ukjent flagg %s"
-#: ../glib/gkeyfile.c:362
+#: glib/gkeyfile.c:362
msgid "Valid key file could not be found in search dirs"
msgstr "Gyldig nøkkelfil ble ikke funnet i søkemapper"
-#: ../glib/gkeyfile.c:397
+#: glib/gkeyfile.c:397
msgid "Not a regular file"
msgstr "Ikke en vanlig fil"
-#: ../glib/gkeyfile.c:405
+#: glib/gkeyfile.c:405
msgid "File is empty"
msgstr "Filen er tom"
-#: ../glib/gkeyfile.c:764
+#: glib/gkeyfile.c:764
#, c-format
msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -1030,56 +1042,56 @@ msgstr ""
"Nøkkelfil inneholder linjen «%s» som ikke er et par med nøkkelverdier, gruppe "
"eller kommentar"
-#: ../glib/gkeyfile.c:824
+#: glib/gkeyfile.c:824
#, c-format
msgid "Invalid group name: %s"
msgstr "Ugyldig navn på gruppe: %s"
-#: ../glib/gkeyfile.c:846
+#: glib/gkeyfile.c:846
msgid "Key file does not start with a group"
msgstr "Nøkkelfil starter ikke med en gruppe"
-#: ../glib/gkeyfile.c:872
+#: glib/gkeyfile.c:872
#, c-format
msgid "Invalid key name: %s"
msgstr "Ugyldig navn på nøkkel: %s"
-#: ../glib/gkeyfile.c:899
+#: glib/gkeyfile.c:899
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "Nøkkelfil inneholder ustøttet tegnkoding «%s»"
-#: ../glib/gkeyfile.c:1115 ../glib/gkeyfile.c:1277 ../glib/gkeyfile.c:2506
-#: ../glib/gkeyfile.c:2572 ../glib/gkeyfile.c:2707 ../glib/gkeyfile.c:2840
-#: ../glib/gkeyfile.c:2993 ../glib/gkeyfile.c:3180 ../glib/gkeyfile.c:3241
+#: glib/gkeyfile.c:1115 glib/gkeyfile.c:1277 glib/gkeyfile.c:2506
+#: glib/gkeyfile.c:2572 glib/gkeyfile.c:2707 glib/gkeyfile.c:2840
+#: glib/gkeyfile.c:2993 glib/gkeyfile.c:3180 glib/gkeyfile.c:3241
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Nøkkelfil har ikke gruppe «%s»"
-#: ../glib/gkeyfile.c:1289
+#: glib/gkeyfile.c:1289
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Nøkkelfil har ikke nøkkelen «%s»"
-#: ../glib/gkeyfile.c:1396 ../glib/gkeyfile.c:1511
+#: glib/gkeyfile.c:1396 glib/gkeyfile.c:1511
#, 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:1416 ../glib/gkeyfile.c:1910
+#: glib/gkeyfile.c:1416 glib/gkeyfile.c:1910
#, 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:1531
+#: glib/gkeyfile.c:1531
#, c-format
msgid ""
"Key file contains key '%s' which has a value that cannot be interpreted."
msgstr ""
"Nøkkelfilen inneholder nøkkelen «%s» som har en verdi som ikke kan bli tolket."
-#: ../glib/gkeyfile.c:2125 ../glib/gkeyfile.c:2337
+#: glib/gkeyfile.c:2125 glib/gkeyfile.c:2337
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1088,165 +1100,162 @@ msgstr ""
"Nøkkelfilen inneholder nøkkelen «%s» i gruppen «%s» som har en verdi som ikke "
"kan bli tolket."
-#: ../glib/gkeyfile.c:2521 ../glib/gkeyfile.c:2722 ../glib/gkeyfile.c:3252
+#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2722 glib/gkeyfile.c:3252
#, 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:3486
+#: glib/gkeyfile.c:3486
msgid "Key file contains escape character at end of line"
msgstr "Nøkkelfilen inneholder skiftetegn ved linjeslutt"
-#: ../glib/gkeyfile.c:3508
+#: glib/gkeyfile.c:3508
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Nøkkelfil inneholder ugyldig skiftesekvens «%s»"
-#: ../glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3650
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Vedien «%s» kan ikke bli tolket som et tall."
-#: ../glib/gkeyfile.c:3664
+#: glib/gkeyfile.c:3664
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Heltallsverdi «%s» er utenfor gyldig område"
-#: ../glib/gkeyfile.c:3697
+#: glib/gkeyfile.c:3697
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "Verdi «%s» kan ikke tolkes som et flyttall."
-#: ../glib/gkeyfile.c:3721
+#: glib/gkeyfile.c:3721
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Verdi «%s» kan ikke tolkes som en bolsk verdi."
-#: ../gio/gbufferedinputstream.c:415 ../gio/gbufferedinputstream.c:496
-#: ../gio/ginputstream.c:186 ../gio/ginputstream.c:318
-#: ../gio/ginputstream.c:557 ../gio/ginputstream.c:682
-#: ../gio/goutputstream.c:197 ../gio/goutputstream.c:652
+#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
+#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "Tellerverdi gitt til %s er for stor"
-#: ../gio/gbufferedinputstream.c:883 ../gio/ginputstream.c:892
-#: ../gio/giostream.c:305 ../gio/goutputstream.c:1081
+#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "Strømmen er allerede lukket"
-#: ../gio/gcancellable.c:420 ../gio/glocalfile.c:2095
-#: ../gio/gsimpleasyncresult.c:648 ../gio/gsimpleasyncresult.c:674
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
+#: gio/gsimpleasyncresult.c:674
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:311
+#: gio/gdatainputstream.c:311
msgid "Unexpected early end-of-stream"
msgstr "Uventet tidlig slutt på strøm"
-#: ../gio/gdesktopappinfo.c:463 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Uten navn"
-#: ../gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "Desktop-filen hadde ingen verdi i Exec-feltet"
-#: ../gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "Kan ikke finne terminalen som kreves for programmet"
-#: ../gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, 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:1102
+#: gio/gdesktopappinfo.c:1117
#, 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:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Kan ikke opprette brukers desktop-fil %s"
-#: ../gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "Egendefinert definisjon for %s"
-#: ../gio/gdrive.c:409
+#: gio/gdrive.c:409
msgid "drive doesn't implement eject"
msgstr "stasjonen implementerer ikke utløsing"
#. Translators: This is an error
#. * message for drive objects that
#. * don't implement any of eject or eject_with_operation.
-#: ../gio/gdrive.c:489
+#: gio/gdrive.c:489
msgid "drive doesn't implement eject or eject_with_operation"
msgstr "stasjonen implementerer ikke eject eller eject_with_operation"
-#: ../gio/gdrive.c:566
+#: gio/gdrive.c:566
msgid "drive doesn't implement polling for media"
msgstr "stasjonen implementerer ikke sjekk om medie er satt inn"
-#: ../gio/gdrive.c:771
+#: gio/gdrive.c:771
msgid "drive doesn't implement start"
msgstr "stasjonen implementerer ikke start"
-#: ../gio/gdrive.c:873
+#: gio/gdrive.c:873
msgid "drive doesn't implement stop"
msgstr "stasjonen implementerer ikke stop"
-#: ../gio/gemblem.c:325
+#: gio/gemblem.c:325
#, c-format
msgid "Can't handle version %d of GEmblem encoding"
msgstr "Kan ikke håndtere versjon %d av GEmblem-koding"
-#: ../gio/gemblem.c:335
+#: gio/gemblem.c:335
#, c-format
msgid "Malformed number of tokens (%d) in GEmblem encoding"
msgstr "Feil antall tegn (%d) i GEmblem-koding"
-#: ../gio/gemblemedicon.c:296
+#: gio/gemblemedicon.c:296
#, c-format
msgid "Can't handle version %d of GEmblemedIcon encoding"
msgstr "Kan ikke håndtere versjon %d av GEmblemedIcon-koding"
-#: ../gio/gemblemedicon.c:306
+#: gio/gemblemedicon.c:306
#, c-format
msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding"
msgstr "Feil antall tegn (%d) i GEmblemedIcon-koding"
-#: ../gio/gemblemedicon.c:329
+#: gio/gemblemedicon.c:329
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "Ventet et GEmblem for GEmblemedIcon"
-#: ../gio/gfile.c:861 ../gio/gfile.c:1091 ../gio/gfile.c:1226
-#: ../gio/gfile.c:1462 ../gio/gfile.c:1516 ../gio/gfile.c:1573
-#: ../gio/gfile.c:1656 ../gio/gfile.c:1711 ../gio/gfile.c:1771
-#: ../gio/gfile.c:1825 ../gio/gfile.c:3150 ../gio/gfile.c:3204
-#: ../gio/gfile.c:3335 ../gio/gfile.c:3375 ../gio/gfile.c:3702
-#: ../gio/gfile.c:4104 ../gio/gfile.c:4190 ../gio/gfile.c:4279
-#: ../gio/gfile.c:4377 ../gio/gfile.c:4464 ../gio/gfile.c:4557
-#: ../gio/gfile.c:4887 ../gio/gfile.c:5167 ../gio/gfile.c:5236
-#: ../gio/gfile.c:6827 ../gio/gfile.c:6917 ../gio/gfile.c:7003
-#: ../gio/win32/gwinhttpfile.c:441
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
+#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Operasjonen er ikke støttet"
@@ -1258,128 +1267,128 @@ 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:1347 ../gio/glocalfile.c:1066 ../gio/glocalfile.c:1077
-#: ../gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "Omsluttende monteringspunkt finnes ikke"
-#: ../gio/gfile.c:2399 ../gio/glocalfile.c:2251
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Kan ikke kopiere over katalog"
-#: ../gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "Kan ikke kopiere katalog over katalog"
-#: ../gio/gfile.c:2467 ../gio/glocalfile.c:2260
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "MÃ¥lfilen eksisterer"
-#: ../gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "Kan ikke kopiere katalog rekursivt"
-#: ../gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "Kan ikke kopiere spesiell fil"
-#: ../gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "Ugyldig verdi oppgitt for symbolsk lenke"
-#: ../gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "Papirkurv er ikke støttet"
-#: ../gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Filnavn kan ikke inneholde «%c»"
-#: ../gio/gfile.c:5884 ../gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "volumet implementerer ikke montering"
-#: ../gio/gfile.c:5995
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "Ingen program registrert for å håndtere denne filen"
-#: ../gio/gfileenumerator.c:206
+#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "Enumerator er lukket"
-#: ../gio/gfileenumerator.c:213 ../gio/gfileenumerator.c:272
-#: ../gio/gfileenumerator.c:372 ../gio/gfileenumerator.c:481
+#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
+#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "Filenumerator har utestående operasjon"
-#: ../gio/gfileenumerator.c:362 ../gio/gfileenumerator.c:471
+#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "Filenumerator er allerede lukket"
-#: ../gio/gfileicon.c:237
+#: gio/gfileicon.c:237
#, c-format
msgid "Can't handle version %d of GFileIcon encoding"
msgstr "Kan ikke håndtere versjon %d av GFileIcon-koding"
-#: ../gio/gfileicon.c:247
+#: gio/gfileicon.c:247
msgid "Malformed input data for GFileIcon"
msgstr "Feil inndata for GFileIcon"
-#: ../gio/gfileinputstream.c:155 ../gio/gfileinputstream.c:422
-#: ../gio/gfileiostream.c:171 ../gio/gfileoutputstream.c:170
-#: ../gio/gfileoutputstream.c:525
+#: gio/gfileinputstream.c:155 gio/gfileinputstream.c:422
+#: gio/gfileiostream.c:171 gio/gfileoutputstream.c:170
+#: gio/gfileoutputstream.c:525
msgid "Stream doesn't support query_info"
msgstr "Strømmen støtter ikke query_info"
-#: ../gio/gfileinputstream.c:337 ../gio/gfileiostream.c:389
-#: ../gio/gfileoutputstream.c:383
+#: gio/gfileinputstream.c:337 gio/gfileiostream.c:389
+#: gio/gfileoutputstream.c:383
msgid "Seek not supported on stream"
msgstr "Søking ikke støttet på strøm"
-#: ../gio/gfileinputstream.c:381
+#: gio/gfileinputstream.c:381
msgid "Truncate not allowed on input stream"
msgstr "Avkorting er ikke tillatt på en inndatastrøm"
-#: ../gio/gfileiostream.c:465 ../gio/gfileoutputstream.c:459
+#: gio/gfileiostream.c:465 gio/gfileoutputstream.c:459
msgid "Truncate not supported on stream"
msgstr "Avkorting er ikke støttet på strømmen"
-#: ../gio/gicon.c:324
+#: gio/gicon.c:324
#, c-format
msgid "Wrong number of tokens (%d)"
msgstr "Feil antall tegn (%d)"
-#: ../gio/gicon.c:344
+#: gio/gicon.c:344
#, c-format
msgid "No type for class name %s"
msgstr "Ingen type for klassenavn %s"
-#: ../gio/gicon.c:354
+#: gio/gicon.c:354
#, c-format
msgid "Type %s does not implement the GIcon interface"
msgstr "Type %s implementerer ikke GIcon-grensesnittet"
-#: ../gio/gicon.c:365
+#: gio/gicon.c:365
#, c-format
msgid "Type %s is not classed"
msgstr "Type %s er er ikke en klasse"
-#: ../gio/gicon.c:379
+#: gio/gicon.c:379
#, c-format
msgid "Malformed version number: %s"
msgstr "Feil versjonsnummer: %s"
-#: ../gio/gicon.c:393
+#: gio/gicon.c:393
#, c-format
msgid "Type %s does not implement from_tokens() on the GIcon interface"
msgstr "Type %s implementerer ikke from_tokens() på GIcon-grensesnittet"
-#: ../gio/gicon.c:469
+#: gio/gicon.c:469
msgid "Can't handle the supplied version the icon encoding"
msgstr "Kan ikke håndtere oppgitt versjon i ikon-koding"
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
msgid "Input stream doesn't implement read"
msgstr "Inndatastrøm implementerer ikke lesing"
@@ -1389,610 +1398,614 @@ 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:902 ../gio/giostream.c:315
-#: ../gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "Strømmen har utestående operasjoner"
-#: ../gio/ginetsocketaddress.c:182 ../gio/ginetsocketaddress.c:199
-#: ../gio/gunixsocketaddress.c:174
+#: gio/ginetsocketaddress.c:182 gio/ginetsocketaddress.c:199
+#: gio/gunixsocketaddress.c:174
msgid "Not enough space for socket address"
msgstr "Ikke nok plass til adresse for plugg"
-#: ../gio/ginetsocketaddress.c:212
+#: gio/ginetsocketaddress.c:212
msgid "Unsupported socket address"
msgstr "Adresse for plugg er ikke støttet"
-#: ../gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "Klarte ikke å finne forvalgt type overvåker for lokal katalog"
-#: ../gio/glocalfile.c:600 ../gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Ugyldig filnavn %s"
-#: ../gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Feil under lesing av informasjon om filsystem: %s"
-#: ../gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Kan ikke endre navn på rotkatalogen"
-#: ../gio/glocalfile.c:1130 ../gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Feil under endring av navn på fil: %s"
-#: ../gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "Kan ikke endre navn på filen. Filnavnet eksisterer allerede"
-#: ../gio/glocalfile.c:1152 ../gio/glocalfile.c:2124 ../gio/glocalfile.c:2153
-#: ../gio/glocalfile.c:2313 ../gio/glocalfileoutputstream.c:550
-#: ../gio/glocalfileoutputstream.c:603 ../gio/glocalfileoutputstream.c:648
-#: ../gio/glocalfileoutputstream.c:1130
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
+#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
+#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Ugyldig filnavn"
-#: ../gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Feil under åpning av fil: %s"
-#: ../gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Kan ikke åpne mappe"
-#: ../gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Feil ved fjerning av fil: %s"
-#: ../gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "Feil ved plassering av fil i papirkurv: %s"
-#: ../gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Kan ikke legge katalog %s i papirkurven: %s"
-#: ../gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "Kan ikke finne toppnivå for papirkurv"
-#: ../gio/glocalfile.c:1931 ../gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "Kan ikke finne eller opprette mappe for papirkurv"
-#: ../gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Kan ikke opprette informasjonsfil for papirkurv: %s"
-#: ../gio/glocalfile.c:2014 ../gio/glocalfile.c:2019 ../gio/glocalfile.c:2094
-#: ../gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Kan ikke legge fil i papirkurven: %s"
-#: ../gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "Feil under oppretting av katalog: %s"
-#: ../gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
#, c-format
msgid "Filesystem does not support symbolic links"
msgstr "Filsystemet støtter ikke symbolske lenker"
-#: ../gio/glocalfile.c:2161
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Feil ved oppretting av symbolsk lenke: %s"
-#: ../gio/glocalfile.c:2223 ../gio/glocalfile.c:2317
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Feil under flytting av fil: %s"
-#: ../gio/glocalfile.c:2246
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Kan ikke flytte katalog over katalog"
-#: ../gio/glocalfile.c:2273 ../gio/glocalfileoutputstream.c:928
-#: ../gio/glocalfileoutputstream.c:942 ../gio/glocalfileoutputstream.c:957
-#: ../gio/glocalfileoutputstream.c:973 ../gio/glocalfileoutputstream.c:987
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
+#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
+#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Oppretting av sikkerhetskopi feilet"
-#: ../gio/glocalfile.c:2292
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Feil under fjerning av målfil: %s"
-#: ../gio/glocalfile.c:2306
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "Flytting mellom monteringspunkter er ikke støttet"
-#: ../gio/glocalfileinfo.c:721
+#: gio/glocalfileinfo.c:721
msgid "Attribute value must be non-NULL"
msgstr "Attributtverdi må ikke være NULL"
-#: ../gio/glocalfileinfo.c:728
+#: gio/glocalfileinfo.c:728
msgid "Invalid attribute type (string expected)"
msgstr "Ugyldig type attributt (streng forventet)"
-#: ../gio/glocalfileinfo.c:735
+#: gio/glocalfileinfo.c:735
msgid "Invalid extended attribute name"
msgstr "Ugyldig navn på utvidet attributt"
-#: ../gio/glocalfileinfo.c:775
+#: gio/glocalfileinfo.c:775
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Feil under setting av utvidet attributt «%s»: %s"
-#: ../gio/glocalfileinfo.c:1481 ../gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Feil ved henting av informasjon om fil «%s»: %s"
-#: ../gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (ugyldig koding)"
-#: ../gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Feil ved henting av informasjon om fildeskriptor: %s"
-#: ../gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ugyldig type attributt (uint32 forventet)"
-#: ../gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ugyldig type attributt (uint64 forventet)"
-#: ../gio/glocalfileinfo.c:1832 ../gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Ugyldig type attributt (byte-streng forventet)"
-#: ../gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "Kan ikke sette rettigheter på symbolske lenker"
-#: ../gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Feil ved setting av rettigheter: %s"
-#: ../gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Feil ved setting av eier: %s"
-#: ../gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "symbolsk lenke kan ikke være NULL"
-#: ../gio/glocalfileinfo.c:1986 ../gio/glocalfileinfo.c:2005
-#: ../gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Feil ved setting av symbolsk lenke: %s"
-#: ../gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
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:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "Feil ved setting av endrings- eller aksesstid: %s"
-#: ../gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux-kontekst kan ikke være NULL"
-#: ../gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Feil ved setting av SELinux-kontekst: %s"
-#: ../gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux er ikke slått på på dette systemet"
-#: ../gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Støtter ikke å sette attributt %s"
-#: ../gio/glocalfileinputstream.c:165 ../gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Feil under lesing fra fil: %s"
-#: ../gio/glocalfileinputstream.c:196 ../gio/glocalfileinputstream.c:208
-#: ../gio/glocalfileinputstream.c:320 ../gio/glocalfileoutputstream.c:449
-#: ../gio/glocalfileoutputstream.c:1005
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Feil under søking i fil: %s"
-#: ../gio/glocalfileinputstream.c:241 ../gio/glocalfileoutputstream.c:235
-#: ../gio/glocalfileoutputstream.c:330
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Feil under lukking av fil: %s"
-#: ../gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "Kan ikke finne forvalgt lokal filovervåkingstype"
-#: ../gio/glocalfileoutputstream.c:181 ../gio/glocalfileoutputstream.c:214
-#: ../gio/glocalfileoutputstream.c:722
+#: gio/glocalfileoutputstream.c:181 gio/glocalfileoutputstream.c:214
+#: gio/glocalfileoutputstream.c:722
#, c-format
msgid "Error writing to file: %s"
msgstr "Feil under skriving til fil: %s"
-#: ../gio/glocalfileoutputstream.c:262
+#: gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Feil ved fjerning av gammel sikkerhetskopi av lenke: %s"
-#: ../gio/glocalfileoutputstream.c:276 ../gio/glocalfileoutputstream.c:289
+#: gio/glocalfileoutputstream.c:276 gio/glocalfileoutputstream.c:289
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Feil under oppretting av sikkerhetskopi: %s"
-#: ../gio/glocalfileoutputstream.c:307
+#: gio/glocalfileoutputstream.c:307
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Feil ved endring av navn på midlertidig fil: %s"
-#: ../gio/glocalfileoutputstream.c:495 ../gio/glocalfileoutputstream.c:1056
+#: gio/glocalfileoutputstream.c:495 gio/glocalfileoutputstream.c:1056
#, c-format
msgid "Error truncating file: %s"
msgstr "Feil under avkorting av fil: «%s»"
-#: ../gio/glocalfileoutputstream.c:556 ../gio/glocalfileoutputstream.c:609
-#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:794
-#: ../gio/glocalfileoutputstream.c:1037 ../gio/glocalfileoutputstream.c:1136
+#: gio/glocalfileoutputstream.c:556 gio/glocalfileoutputstream.c:609
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:794
+#: gio/glocalfileoutputstream.c:1037 gio/glocalfileoutputstream.c:1136
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Feil under åpning av fil «%s»: %s"
-#: ../gio/glocalfileoutputstream.c:825
+#: gio/glocalfileoutputstream.c:825
msgid "Target file is a directory"
msgstr "MÃ¥lfilen er en katalog"
-#: ../gio/glocalfileoutputstream.c:830
+#: gio/glocalfileoutputstream.c:830
msgid "Target file is not a regular file"
msgstr "MÃ¥lfilen er ikke en vanlig fil"
-#: ../gio/glocalfileoutputstream.c:842
+#: gio/glocalfileoutputstream.c:842
msgid "The file was externally modified"
msgstr "Filen ble endret eksternt"
-#: ../gio/glocalfileoutputstream.c:1021
+#: gio/glocalfileoutputstream.c:1021
#, c-format
msgid "Error removing old file: %s"
msgstr "Feil ved fjerning av gammel fil: %s"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:553
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:553
msgid "Invalid GSeekType supplied"
msgstr "Ugyldig GSeekType oppgitt"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:563
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:563
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:290
+#: gio/gmemoryoutputstream.c:290
msgid "Reached maximum data array limit"
msgstr "Maksimumsgrense for data er nådd"
-#: ../gio/gmemoryoutputstream.c:325
+#: gio/gmemoryoutputstream.c:325
msgid "Memory output stream not resizable"
msgstr "Kan ikke endre størrelse på utdatastrøm for minne"
-#: ../gio/gmemoryoutputstream.c:341
+#: gio/gmemoryoutputstream.c:341
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:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+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:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+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 any of unmount or unmount_with_operation.
-#: ../gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
"monteringspunktet implementerer ikke unmount eller unmount_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: ../gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "montering implementerer ikke eject eller eject_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+msgid "mount doesn't implement \"remount\""
msgstr "montering implementerer ikke remount"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "montering implementerer ikke synkron gjetting av innholdstype"
-#: ../gio/gnetworkaddress.c:295
+#: gio/gnetworkaddress.c:295
#, c-format
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "Vertsnavn «%s» inneholder «[» men ikke «]»"
-#: ../gio/goutputstream.c:206 ../gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "Ut-strømmen implementerer ikke skriving"
-#: ../gio/goutputstream.c:368 ../gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "Kildestrømmen er allerede lukket"
-#: ../gio/gresolver.c:736
+#: gio/gresolver.c:736
#, c-format
msgid "Error resolving '%s': %s"
msgstr "Feil under oppslag av «%s»: %s"
-#: ../gio/gresolver.c:786
+#: gio/gresolver.c:786
#, c-format
msgid "Error reverse-resolving '%s': %s"
msgstr "Feil under omvendt oppslag av «%s»: %s"
-#: ../gio/gresolver.c:821 ../gio/gresolver.c:899
+#: gio/gresolver.c:821 gio/gresolver.c:899
#, c-format
msgid "No service record for '%s'"
msgstr "Ingen tjenesteoppføring for «%s»"
-#: ../gio/gresolver.c:826 ../gio/gresolver.c:904
+#: gio/gresolver.c:826 gio/gresolver.c:904
#, c-format
msgid "Temporarily unable to resolve '%s'"
msgstr "Midlertidig ute av stand til å slå opp «%s»"
-#: ../gio/gresolver.c:831 ../gio/gresolver.c:909
+#: gio/gresolver.c:831 gio/gresolver.c:909
#, c-format
msgid "Error resolving '%s'"
msgstr "Feil ved oppslag av «%s»"
-#: ../gio/gsocket.c:277
+#: gio/gsocket.c:277
msgid "Invalid socket, not initialized"
msgstr "Ugyldig plugg, ikke initiert"
-#: ../gio/gsocket.c:284
+#: gio/gsocket.c:284
#, c-format
msgid "Invalid socket, initialization failed due to: %s"
msgstr "Ugyldig plugg, initiering feilet pga: %s"
-#: ../gio/gsocket.c:292
+#: gio/gsocket.c:292
msgid "Socket is already closed"
msgstr "Pluggen er allerede lukket"
-#: ../gio/gsocket.c:405
+#: gio/gsocket.c:405
#, c-format
msgid "creating GSocket from fd: %s"
msgstr "lager GSocket fra fd: %s"
-#: ../gio/gsocket.c:439 ../gio/gsocket.c:453 ../gio/gsocket.c:1911
+#: gio/gsocket.c:439 gio/gsocket.c:453 gio/gsocket.c:1911
#, c-format
msgid "Unable to create socket: %s"
msgstr "Kunne ikke lage plugg: %s"
-#: ../gio/gsocket.c:439
+#: gio/gsocket.c:439
msgid "Unknown protocol was specified"
msgstr "Ukjent protokoll ble oppgitt"
-#: ../gio/gsocket.c:758
+#: gio/gsocket.c:758
msgid "Cancellable initialization not supported"
msgstr "Avbrytbar initiering er ikke støttet"
-#: ../gio/gsocket.c:1112
+#: gio/gsocket.c:1112
#, c-format
msgid "could not get local address: %s"
msgstr "kunne ikke hente lokal adresse: %s"
-#: ../gio/gsocket.c:1145
+#: gio/gsocket.c:1145
#, c-format
msgid "could not get remote address: %s"
msgstr "kunne ikke hente ekstern adresse: %s"
-#: ../gio/gsocket.c:1203
+#: gio/gsocket.c:1203
#, c-format
msgid "could not listen: %s"
msgstr "kunne ikke lytte: %s"
-#: ../gio/gsocket.c:1277
+#: gio/gsocket.c:1277
#, c-format
msgid "Error binding to address: %s"
msgstr "Feil ved binding til adresse: %s"
-#: ../gio/gsocket.c:1397
+#: gio/gsocket.c:1397
#, c-format
msgid "Error accepting connection: %s"
msgstr "Feil ved godkjenning av tilkobling: %s"
-#: ../gio/gsocket.c:1510
+#: gio/gsocket.c:1510
msgid "Error connecting: "
msgstr "Feil under tilkobling: "
-#: ../gio/gsocket.c:1514
+#: gio/gsocket.c:1514
msgid "Connection in progress"
msgstr "Tilkobling pågår"
-#: ../gio/gsocket.c:1519
+#: gio/gsocket.c:1519
#, c-format
msgid "Error connecting: %s"
msgstr "Feil under tilkobling: %s"
-#: ../gio/gsocket.c:1559
+#: gio/gsocket.c:1559
#, c-format
msgid "Unable to get pending error: %s"
msgstr "Kan ikke hente utestående feil: %s"
-#: ../gio/gsocket.c:1655
+#: gio/gsocket.c:1655
#, c-format
msgid "Error receiving data: %s"
msgstr "Feil ved mottak av data: %s"
-#: ../gio/gsocket.c:1798
+#: gio/gsocket.c:1798
#, c-format
msgid "Error sending data: %s"
msgstr "Feil ved sending av data: %s"
-#: ../gio/gsocket.c:1990
+#: gio/gsocket.c:1990
#, c-format
msgid "Error closing socket: %s"
msgstr "Feil ved lukking av plugg: %s"
-#: ../gio/gsocket.c:2475
+#: gio/gsocket.c:2475
#, c-format
msgid "Waiting for socket condition: %s"
msgstr "Venter på tilstand for plugg: %s"
-#: ../gio/gsocket.c:2714 ../gio/gsocket.c:2795
+#: gio/gsocket.c:2714 gio/gsocket.c:2795
#, c-format
msgid "Error sending message: %s"
msgstr "Feil ved sending av melding: %s"
-#: ../gio/gsocket.c:2739
+#: gio/gsocket.c:2739
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage er ikke støttet på windows"
-#: ../gio/gsocket.c:2997 ../gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "Feil ved mottak av melding: %s"
-#: ../gio/gsocketclient.c:521 ../gio/gsocketclient.c:770
+#: gio/gsocketclient.c:521 gio/gsocketclient.c:770
msgid "Unknown error on connect"
msgstr "Ukjent feil ved tilkobling"
-#: ../gio/gsocketlistener.c:192
+#: gio/gsocketlistener.c:192
msgid "Listener is already closed"
msgstr "Lytter er allerede lukket"
-#: ../gio/gsocketlistener.c:233
+#: gio/gsocketlistener.c:233
msgid "Added socket is closed"
msgstr "Tillagt plugg er lukket"
-#: ../gio/gthemedicon.c:499
+#: gio/gthemedicon.c:499
#, c-format
msgid "Can't handle version %d of GThemedIcon encoding"
msgstr "Kan ikke håndtere versjon %d av GThemedIcon-koding"
-#: ../gio/gunixconnection.c:151
+#: gio/gunixconnection.c:151
#, c-format
msgid "Expecting 1 control message, got %d"
msgstr "Ventet 1 kontrollmelding, fikk %d"
-#: ../gio/gunixconnection.c:164
+#: gio/gunixconnection.c:164
msgid "Unexpected type of ancillary data"
msgstr "Uventet type data"
-#: ../gio/gunixconnection.c:182
+#: gio/gunixconnection.c:182
#, c-format
msgid "Expecting one fd, but got %d\n"
msgstr "Ventet en fd, men fikk %d\n"
-#: ../gio/gunixconnection.c:198
+#: gio/gunixconnection.c:198
msgid "Received invalid fd"
msgstr "Mottok ugyldig fd"
-#: ../gio/gunixinputstream.c:354 ../gio/gunixinputstream.c:374
-#: ../gio/gunixinputstream.c:452 ../gio/gunixoutputstream.c:439
+#: gio/gunixinputstream.c:354 gio/gunixinputstream.c:374
+#: gio/gunixinputstream.c:452 gio/gunixoutputstream.c:439
#, c-format
msgid "Error reading from unix: %s"
msgstr "Feil under lesing fra unix: %s"
-#: ../gio/gunixinputstream.c:407 ../gio/gunixinputstream.c:589
-#: ../gio/gunixoutputstream.c:394 ../gio/gunixoutputstream.c:545
+#: gio/gunixinputstream.c:407 gio/gunixinputstream.c:589
+#: gio/gunixoutputstream.c:394 gio/gunixoutputstream.c:545
#, c-format
msgid "Error closing unix: %s"
msgstr "Feil ved lukking av unix: %s"
-#: ../gio/gunixmounts.c:1846 ../gio/gunixmounts.c:1883
+#: gio/gunixmounts.c:1846 gio/gunixmounts.c:1883
msgid "Filesystem root"
msgstr "Filsystemrot"
-#: ../gio/gunixoutputstream.c:340 ../gio/gunixoutputstream.c:361
+#: gio/gunixoutputstream.c:340 gio/gunixoutputstream.c:361
#, c-format
msgid "Error writing to unix: %s"
msgstr "Feil ved skriving til unix: %s"
-#: ../gio/gunixsocketaddress.c:182
+#: gio/gunixsocketaddress.c:182
msgid "Abstract unix domain socket addresses not supported on this system"
msgstr "Abstrakte unix domenepluggadresser er ikke støttet på dette systemet"
-#: ../gio/gvolume.c:452
+#: gio/gvolume.c:452
msgid "volume doesn't implement eject"
msgstr "volumet implementerer ikke utløsing"
#. Translators: This is an error
#. * message for volume objects that
#. * don't implement any of eject or eject_with_operation.
-#: ../gio/gvolume.c:531
+#: gio/gvolume.c:531
msgid "volume doesn't implement eject or eject_with_operation"
msgstr "volumet implementerer ikke eject eller eject_with_operation"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr "Kan ikke finne program"
-#: ../gio/gwin32appinfo.c:300
+#: gio/gwin32appinfo.c:300
#, c-format
msgid "Error launching application: %s"
msgstr "Feil ved oppstart av program: %s"
-#: ../gio/gwin32appinfo.c:336
+#: gio/gwin32appinfo.c:336
msgid "URIs not supported"
msgstr "URIer er ikke støttet"
-#: ../gio/gwin32appinfo.c:358
+#: gio/gwin32appinfo.c:358
msgid "association changes not supported on win32"
msgstr "endringer i assosiasjon er ikke støttet på win32"
-#: ../gio/gwin32appinfo.c:370
+#: gio/gwin32appinfo.c:370
msgid "Association creation not supported on win32"
msgstr "Oppretting av assosiasjon er ikke støttet på win32"
diff --git a/po/ne.po b/po/ne.po
index 630ff12..9ad0c57 100644
--- a/po/ne.po
+++ b/po/ne.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.glib-2-10.ne\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\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"
@@ -92,69 +92,69 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "सा���ति� सम�बन�ध '%s' पढ�न �सफल: %s"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "��यार����र स�� '%s' बा� '%s' मा र�पान�तरण समर�थित ��न"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' बा� '%s'मा र�पान�तरण�र�ता ��ल�न स��न"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "र�पान�तरण ��तमा �व�ध बा�� �न���रम"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "र�पान�तरण �वधिमा त�र��ि: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "��त�� �न�त�यमा ��शि� ��यार����र"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "फलब�या� '%s' बा� ��ड स��'%s' मा र�पान�तरण �र�न स��द�न"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' \"file\" य��ना प�रय�� �र�न� ���ा निश��ित URI ह��न"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "स�थान�य फा�ल URI '%s' मा ���ा '#' समाव�श नह�नस���"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' �व�ध � "
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI '%s' �� ह�स��नाम �व�ध �"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' मा �व�ध र�पमा निस��ि��ा ��यार����रहर� द��िन��न�"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "बा��नाम '%s' निश��ित मार�� ह��न"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "�व�ध ह�स��नाम "
@@ -163,119 +163,134 @@ msgstr "�व�ध ह�स��नाम "
msgid "Error opening directory '%s': %s"
msgstr "डा�र����र� '%s' ��ल�दा त�र��ि: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "फा�ल \"%2$s\" पढ�न %1$lu बा���स बा�डफा�ड �र�न स�ि�न"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "'%s' फा�ल पढ�दा त�र��ि : %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "'%s' फा�लबा� पढ�न �सफल : %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "'%s'फा�ल ��ल�न �सफल : %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "'%s' फाà¤?लà¤?à¥? विशà¥?षता पाà¤?न à¤?सफल: fstat() à¤?सफल à¤à¤¯à¥?: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "'%s' फा�ल ��ल�न �सफल : fdopen() ��ल�न �सफल : %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "फा�ल '%s ला� '%s' मा प�न: नाम�रण �र�न �सफल:g_rename() �सफल: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "'%s' फा�ल सिर��ना �र�न �सफल: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "ल���न�ा ला�ि '%s' फा�ल ��ल�न �सफल : fdopen() �सफल : %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "'%s' फा�ल ल���न �सफल : fल���न() �सफल : %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "'%s' फा�ल ल���न �सफल : fल���न() �सफल : %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "'%s' फा�ल ल���न �सफल : fल���न() �सफल : %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "'%s' फा�ल बन�द �र�न �सफल : fबन�द �र�न() �सफल : %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "�वस�थित फा�ल '%s' ह�ा�न स�ि�न:g_unlink() �सफल: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "'%s ' ��म�प�ल�� �व�ध, ���ा '%s' सम�मिलित ह�न� ह��द�न"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, fuzzy, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "'%s' ��म�प�ल�� XXXXXX स��समाप�त ह��द�न"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, c-format
+msgid "%.1f TB"
+msgstr ""
+
+#: glib/gfileutils.c:1802
+#, c-format
+msgid "%.1f PB"
+msgstr ""
+
+#: glib/gfileutils.c:1807
+#, c-format
+msgid "%.1f EB"
+msgstr ""
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "सा���ति� सम�बन�ध '%s' पढ�न �सफल: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "सा���ति� सम�बन�ध समर�थन �रि�न"
@@ -530,7 +545,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr ""
@@ -1117,17 +1132,17 @@ msgstr "मान '%s' ���ा ब�लि�न�� र�पमा व
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr ""
@@ -1151,34 +1166,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1230,13 +1245,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1250,50 +1265,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr ""
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr ""
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr ""
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
#, fuzzy
msgid "Trash not supported"
msgstr "सा���ति� सम�बन�ध समर�थन �रि�न"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr ""
@@ -1382,7 +1397,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr ""
@@ -1395,115 +1410,120 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "�व�ध �ार�य��रम नाम : %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, fuzzy, c-format
msgid "Error getting filesystem info: %s"
msgstr "'%s' फा�ल पढ�दा त�र��ि : %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr ""
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "'%s' फा�ल पढ�दा त�र��ि : %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
#, fuzzy
msgid "Invalid filename"
msgstr "�व�ध ह�स��नाम "
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "'%s' फा�ल पढ�दा त�र��ि : %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "'%s' फा�ल पढ�दा त�र��ि : %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "'%s' फा�ल पढ�दा त�र��ि : %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "'%s' फा�ल सिर��ना �र�न �सफल: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "'%s' फा�ल सिर��ना �र�न �सफल: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "'%s' फा�ल सिर��ना �र�न �सफल: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "डा�र����र� '%s' ��ल�दा त�र��ि: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "सा���ति� सम�बन�ध '%s' पढ�न �सफल: %s"
+
+#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "पद वर�णन वि�ल�पमा त�र��ि %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "'%s' फा�ल पढ�दा त�र��ि : %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "'%s' फा�ल पढ�दा त�र��ि : %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr ""
@@ -1525,103 +1545,103 @@ msgstr "विशà¥?षता नाम à¤à¤¿à¤¤à¥?र à¤?ाà¤?à¤?ात à¤?
msgid "Error setting extended attribute '%s': %s"
msgstr "डा�र����र� '%s' ��ल�दा त�र��ि: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' फा�ल पढ�दा त�र��ि : %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "'%s' फा�ल पढ�दा त�र��ि : %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "र�पान�तरण �वधिमा त�र��ि: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "र�पान�तरण �वधिमा त�र��ि: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "र�पान�तरण �वधिमा त�र��ि: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "ला�न %d मा त�र��ि: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "र�पान�तरण �वधिमा त�र��ि: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "र�पान�तरण �वधिमा त�र��ि: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "सा���ति� सम�बन�ध समर�थन �रि�न"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "'%s' फा�ल पढ�दा त�र��ि : %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "'%s' फा�ल पढ�दा त�र��ि : %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "'%s' फा�ल पढ�दा त�र��ि : %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
@@ -1704,49 +1724,49 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+msgid "mount doesn't implement \"unmount\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+msgid "mount doesn't implement \"eject\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
@@ -1755,11 +1775,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr ""
@@ -1893,7 +1913,7 @@ msgstr "'%s' फा�ल पढ�दा त�र��ि : %s"
msgid "GSocketControlMessage not supported on windows"
msgstr ""
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "'%s' फा�ल पढ�दा त�र��ि : %s"
diff --git a/po/nl.po b/po/nl.po
index 3ef9cbb..29a4a28 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-02-23 14:07+0100\n"
"Last-Translator: Wouter Bolsterlee <wbolster gnome org>\n"
"Language-Team: Dutch <vertaling vrijschrift org>\n"
@@ -93,7 +93,7 @@ msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Exec-regel â??%sâ?? kon niet worden verwerkt met URI â??%sâ??"
# is niet mogelijk/wordt niet ondersteund
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Het omzetten van tekenset â??%sâ?? naar â??%sâ?? is niet mogelijk"
@@ -103,69 +103,69 @@ msgstr "Het omzetten van tekenset â??%sâ?? naar â??%sâ?? is niet mogelijk"
# Openen van converteerder van '%s' naar '%s' mislukt
# Openen van het programma voor het omzetten van s naar s is mislukt
# (tekenreeks komt verderop nog een keer voor)
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr ""
"Kon het conversieprogramma voor het omzetten van â??%sâ?? naar â??%sâ?? niet openen"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Ongeldige bytereeks in conversie-invoer"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Fout tijdens omzetten: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Onvolledige tekenreeks aan het eind van de invoer"
# wordt hier niet character set ipv codeset bedoeld?
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Kan vanaf codeverzameling â??%sâ?? niet terugvallen op â??%sâ??"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr ""
"De URI â??%sâ?? is geen absolute URI die gebruik maakt van het schema â??bestandâ??"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "De lokale bestands-URI â??%sâ?? mag het teken â??#â?? niet bevatten"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "De URI â??%sâ?? is ongeldig"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "De hostnaam van de URI â??%sâ?? is ongeldig"
# controle-tekens/ontsnappingstekens/sturingstekens
# betere vertaling?
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "De URI â??%sâ?? bevat tekens met een foutief controleteken"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Het pad â??%sâ?? is geen absoluut pad"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Ongeldige hostnaam"
@@ -175,123 +175,138 @@ msgid "Error opening directory '%s': %s"
msgstr "Fout bij openen van map â??%sâ??: %s"
# Allocatie van %lu bytes om bestand "%s" te lezen is mislukt<
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Kon geen %lu byte geheugenruimte reserveren om bestand â??%sâ?? te lezen"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Fout bij lezen van bestand â??%sâ??: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "Bestand â??%sâ?? is te groot"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Lezen uit bestand â??%sâ?? is mislukt: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Openen van bestand â??%sâ?? is mislukt: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Opvragen gegevens van bestand â??%sâ?? is mislukt: fstat() is mislukt: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Openen van bestand â??%sâ?? is mislukt: fdopen() is mislukt: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
"Hernoemen van bestand â??%sâ?? naar â??%sâ?? is mislukt: g_rename() is mislukt: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Aanmaken van bestand â??%sâ?? is mislukt: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr ""
"Openen van bestand â??%sâ?? voor schrijven is mislukt: fdopen() is mislukt: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Schrijven van bestand â??%sâ?? is mislukt: fwrite() is mislukt: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Schrijven van bestand â??%sâ?? is mislukt: fwrite() is mislukt: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Schrijven van bestand â??%sâ?? is mislukt: fwrite() is mislukt: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Sluiten van bestand â??%sâ?? is mislukt: fclose() is mislukt: %s"
# bestaand bestand is een beetje dubbelop
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Bestand â??%sâ?? kon niet worden verwijderd: g_unlink() is mislukt: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Sjabloon â??%sâ?? is ongeldig, het zou geen â??%sâ?? moeten bevatten"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Sjabloon â??%sâ?? bevat geen XXXXXX"
# ook byte voor meervoud (het bestand is 29 byte groot)
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u byte"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Lezen van symbolische verwijzing â??%sâ?? is mislukt: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Symbolische verwijzingen zijn niet mogelijk"
@@ -560,7 +575,7 @@ msgstr "limiet voor backtracking bereikt"
msgid "the pattern contains items not supported for partial matching"
msgstr "het patroon bevat niet-ondersteunde tekens"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "interne fout"
@@ -1185,17 +1200,17 @@ msgstr "De waarde â??%sâ?? kan niet geïnterpreteerd worden als een boolese."
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "De telwaarde die aan %s werd gegeven is te groot"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "De stroom is al gesloten"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "De bewerking werd afgebroken"
@@ -1220,35 +1235,35 @@ msgid "Unexpected early end-of-stream"
msgstr "Voortijdig einde aan gegevensstroom"
# naamloos/zonder naam/onbenoemd
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Zonder naam"
# bureaubladbestand/desktopbestand
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "Desktopbestand bevat geen Exec-veld"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "Kan geen terminalvenster vinden voor het uitvoeren van het programma"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Kan persoonlijke programmaconfiguratiemap %s niet aanmaken: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Kan persoonlijke MIME-configuratiemap %s niet aanmaken: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Kan desktopbestand %s niet aanmaken"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "Zelfgemaakte definitie voor %s"
@@ -1304,13 +1319,13 @@ msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "GEmblem voor GEmblemedIcon verwacht"
# niet ondersteund/niet mogelijk
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "De bewerking is niet mogelijk"
@@ -1324,56 +1339,56 @@ msgstr "De bewerking is niet mogelijk"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: gio/gfile.c:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "Het koppelpunt hiervan bestaat niet"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Kan niet over map kopiëren"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "Kan map niet over map kopiëren"
# er is al een bestand met die naam?
# Het doelbestand bestaat (al)
# er was ook een msgid: Target file already exists
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "Doelbestand bestaat al"
# map/de map
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "Kan map niet recursief kopiëren"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "Kan speciaal bestand niet kopiëren"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "Ongeldige symbolische verwijzing gegeven"
# wordt hier niet ondersteund
# (dus bijv. op een aangekoppelde externe opslag?)
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "Prullenbak wordt ondersteund"
# Een bestandsnaam mag het teken / niet bevatten
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Het teken â??%câ?? mag niet in een bestandsnaam voorkomen"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "volumen begrijpt de opdracht â??aankoppelenâ?? niet"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "Er is geen programma toegewezen om dit bestand te openen"
@@ -1467,7 +1482,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "Datastroom is nog bezig"
@@ -1480,119 +1495,124 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "Kon de standaard â??directory monitor typeâ?? niet vinden"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Ongeldige bestandsnaam: %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Fout bij het ophalen van informatie over bestandssysteem: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Kan de root-map niet hernoemen"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Fout bij het hernoemen van bestand: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "Kan het bestand niet hernoemen, de bestandsnaam bestaat al"
# ongeldige naam voor bestand/ongeldige bestandsnaam
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Ongeldige bestandsnaam"
# openen/lezen
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Fout bij het openen van bestand: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Kan map niet openen"
# volledig verwijderen/definitief verwijderen/verwijderen
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Fout bij het verwijderen van bestand: %s"
# naar prullenbak verplaatsen/verwijderen
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "Fout bij het verplaatsen naar de prullenbak van bestand: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Kan de prullenbakmap %s niet aanmaken: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "Kan de bovenliggende map voor de prullenbak niet vinden"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "Kan prullenbakmap niet vinden of aanmaken"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Kan prullenbak-informatiebestand â??%sâ?? niet aanmaken"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Kan het bestand â??%sâ?? niet naar de prullenbak verplaatsen"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "Fout bij het aanmaken van map: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Lezen van symbolische verwijzing â??%sâ?? is mislukt: %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Fout bij het maken van symbolische verwijzing: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Fout bij het verplaatsen van bestand: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Kan map niet over map verplaatsen"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Aanmaken van backupbestand is mislukt"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Fout bij het verwijderen doelbestand: %s"
# (nog) niet mogelijk/niet ondersteund
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "Verplaatsen tussen aankoppelpunten is niet mogelijk"
@@ -1614,110 +1634,110 @@ msgstr "Ongeldige uitgebreide attribuutnaam"
msgid "Error setting extended attribute '%s': %s"
msgstr "Fout bij het instellen van uitgebreid attribuut â??%sâ??: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Fout bij het benaderen van bestand â??%sâ??: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (ongeldige codering)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Fout bij het benaderen van bestandsdescriptor: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ongeldig attribuuttype (hoort een uint32 te zijn)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ongeldig attribuuttype (hoort een uint64 te zijn)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Ongeldig attribuuttype (hoort een byte-tekenreeks te zijn)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "Fout bij instellen toegangsrechten: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Fout bij instellen toegangsrechten: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Fout bij instellen eigenaar: %s"
# technotalk
# symlink/symbolische verwijzing
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "symbolische verwijzing moet niet-NULL zijn"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Fout bij instellen symbolische verwijzing: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Fout bij instellen symbolische verwijzing: bestand is geen symbolische "
"verwijzing"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "Fout bij instellen toegangsrechten: %s"
# technotalk
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux-context moet niet-NULL zijn"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Fout bij instellen SELinux-context: %s"
# geactiveerd/aangezet
# systeem/computer
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux is niet geactiveerd op dit systeem"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Instellen van attribuut %s is niet mogelijk"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Fout bij het lezen van bestand: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Fout bij het doorzoeken van bestand: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Fout bij het sluiten van bestand: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "Kon de standaard â??file monitor typeâ?? niet vinden"
@@ -1802,15 +1822,17 @@ msgstr "Wijzigen van geheugenruimte uitvoerdatastroom is mislukt"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "ontkoppelen niet ondersteund door koppeling"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "uitwerpen niet ondersteund door koppeling"
# ontkoppelen is op deze koppeling niet mogelijk/niet geimplementeerd
@@ -1819,37 +1841,38 @@ msgstr "uitwerpen niet ondersteund door koppeling"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
+#: gio/gmount.c:568
#, fuzzy
-msgid "mount doesn't implement unmount or unmount_with_operation"
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "ontkoppelen niet ondersteund door koppeling"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
+#: gio/gmount.c:655
#, fuzzy
-msgid "mount doesn't implement eject or eject_with_operation"
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "uitwerpen niet ondersteund door koppeling"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+msgid "mount doesn't implement \"remount\""
msgstr "opnieuw koppelen niet ondersteund door koppeling"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:797
+#: gio/gmount.c:828
msgid "mount doesn't implement content type guessing"
msgstr "inhoudstype raden niet ondersteund door koppeling"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "op synchrone wijze inhoudstype raden niet ondersteund door koppeling"
@@ -1859,12 +1882,12 @@ msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
# uitvoerdatastroom begrijpt de opdracht 'scrijven' niet
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "schrijven wordt niet ondersteund door de uitvoerdatastroom"
# bronstroom/datastroom van de bron
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "Datastroom is al gesloten"
@@ -2008,7 +2031,7 @@ msgid "GSocketControlMessage not supported on windows"
msgstr "associatiewijzigingen niet mogelijk op win32"
# volledig verwijderen/definitief verwijderen/verwijderen
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "Fout bij het verwijderen van bestand: %s"
diff --git a/po/nn.po b/po/nn.po
index 4aeaccf..501109b 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: nn\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\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"
@@ -88,69 +88,69 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Klarte ikkje å utvida køyrelinja «%s» med adressa «%s»"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "<Konvertering frå teiknsettet «%s» til «%s» er ikkje støtta"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
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:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Ugyldig bytesekvens i inndata for konvertering"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Feil under konvertering: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Delvis teiknsekvens på slutten av inndata"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Kan ikkje konvertera tilbakefall «%s» til kodesett «%s»"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI-en «%s» er ikkje ein absolutt URI som brukar «file»-skjemaet"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Den lokale fil-URIen «%s» kan ikkje innehalda ein «#»"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URIen «%s» er ugyldig"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Vertsnamnet i URIen «%s» er ugyldig"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URIen «%s» inneheld feil koda teikn"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Filstien «%s» er ikkje ein absolutt sti"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Ugyldig vertsnamn"
@@ -159,119 +159,134 @@ msgstr "Ugyldig vertsnamn"
msgid "Error opening directory '%s': %s"
msgstr "Feil ved opning av katalog «%s»: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Klarte ikkje allokera %lu byte for å lesa «%s»"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Feil ved lesing av fil «%s»: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Klarte ikkje å lesa frå fila «%s»: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Klarte ikkje å opna fila «%s»: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Klarte ikkje å få tak i eigenskapar for fila «%s»: fstat() feila: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Kunne ikkje opna fila «%s»: fdopen() feila: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Klarte ikkje å endra namnet på fila «%s» til «%s»: g_rename() feila: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Klarte ikkje å oppretta fila «%s»: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Klarte ikkje å opna fila «%s» for skriving: fdopen() feila: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Klarte ikkje å skriva til fila «%s»: fwrite() feila: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Klarte ikkje å skriva til fila «%s»: fwrite() feila: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Klarte ikkje å skriva til fila «%s»: fwrite() feila: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Klarte ikkje å lukka fila «%s»: fclose() feila: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Klarte ikkje å fjerna den eksisterande fila «%s»: g_unlink() feila: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Malen «%s» er ugyldig, kan ikkje ikkje innehalda ein «%s»"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Malfila «%s» inneheld ikkje XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u byte"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KiB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MiB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GiB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KiB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KiB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KiB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Klarte ikkje å lesa den symbolske lenkja «%s»: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Symbolske lenkjer er ikkje støtta"
@@ -530,7 +545,7 @@ msgstr "tilbakesporingsgrensa nådd"
msgid "the pattern contains items not supported for partial matching"
msgstr "mønsteret inneheld element som ikkje er støtta i delsamanlikning"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "intern feil"
@@ -1118,17 +1133,17 @@ msgstr "Verdien «%s» kan ikkje tolkast som ein boolsk verdi."
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "For stor teljingsverdi sendt til %s"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "Straumen er allereie stengt"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "Operasjonen vart avbroten"
@@ -1151,34 +1166,34 @@ msgstr "%s-type"
msgid "Unexpected early end-of-stream"
msgstr "Uventa tidleg slutt på straumen"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Utan namn"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "Skrivebordfila oppgav ikkje Exec-felt"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "Klarte ikkje å finna terminalen programmet krev"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Kan ikkje laga programoppsettmappe %s for brukaren: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Kan ikkje laga MIME-oppsettmappe %s: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Kan ikkje laga skrivebordfila %s for brukaren"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "Sjølvvald definisjon av %s"
@@ -1233,13 +1248,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Operasjonen er ikkje støtta"
@@ -1252,50 +1267,50 @@ msgstr "Operasjonen er ikkje støtta"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: gio/gfile.c:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "Omsluttande monteringspunkt finst ikkje"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Kan ikkje skriva over mappe"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "Kan ikkje skriva ei mappe over ei mappe"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "MÃ¥lfila finst"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "Kan ikkje kopiera katalog rekursivt"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
#, fuzzy
msgid "Can't copy special file"
msgstr "Kan ikkje skriva over mappe"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "Ugyldig symlink-verdi oppgjeven"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "Papirkorg er ikkje støtta"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Filnamn kan ikkje innehalda «%c»"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "volumet støttar ikkje montering"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "Ingen program er registrert til å handtera denne fila"
@@ -1384,7 +1399,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "Straumen har ventande operasjon"
@@ -1397,114 +1412,119 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "Klarer ikkje å finna typen standard lokal mappeovervakar"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Ugyldig filnamn %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Feil ved henting av filsysteminfo: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Kan ikkje gje rotmappa nytt namn"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Feil ved namnebyte på fila: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "Kan ikkje gje fila nytt namn, filnamnet finst frå før"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Ugyldig filnamn"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Feil ved opning av fila: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Kan ikkje opna mappa"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Feil under fjerning av fila: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "Feil under kassering av fila: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Klarte ikkje å laga papirkorgmappa %s: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "Klarar ikkje å finna toppnivåmappe for papirkorga"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "Klarar ikkje å finna eller laga papirkorgmappa"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Klarte ikkje å laga infofil om kassering: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Klarte ikkje å kassera fila: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Feil ved opning av katalog «%s»: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Klarte ikkje å lesa den symbolske lenkja «%s»: %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Klarte ikkje å laga symbolsk lenkje: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Feil under flytting av fil: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Kan ikkje flytta mappa over ei mappe"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Klarte ikkje å laga tryggleikskopi av fila"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Klarte ikkje å sletta målfila: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "Flytting mellom monteringar ikkje støtta"
@@ -1525,105 +1545,105 @@ msgstr "Ugyldig utvida attributtnamn"
msgid "Error setting extended attribute '%s': %s"
msgstr "Feil under endring av utvida attributtverdi «%s»: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Feil under lesing av informasjon om fila «%s»: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr "(ugyldig teiknkoding)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Feil under lesing av info om fildeskriptoren: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ugyldig attributtype (venta uint32)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ugyldig attributtype (venta uint64)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Ugyldig attributtype (venta byte-streng)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "Feil endring av løyve: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Feil endring av løyve: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Feil under eigarskifte: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "symbolsk lenkje må vera ikkje-NULL"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Fil under oppretting av symbolsk lenkje: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Fil under oppretting av symbolsk lenkje: Fila er ikkje ei symbolsk lenkje"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "Feil endring av løyve: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
#, fuzzy
msgid "SELinux context must be non-NULL"
msgstr "symbolsk lenkje må vera ikkje-NULL"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Feil under eigarskifte: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "� setja attributten %s er ikkje støtta"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Feil ved lesing frå fila: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Feil ved søking i fila: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Feil ved stenging av fila: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "Klarer ikkje å finna typen standard lokal filovervakar"
@@ -1704,44 +1724,47 @@ msgstr "Klarte ikkje å endra storleik på utstraumen frå minnet"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "monteringspunktet støttar ikkje avmontering"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "monteringspunktet støttar ikkje å løysa ut"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
+#: gio/gmount.c:568
#, fuzzy
-msgid "mount doesn't implement unmount or unmount_with_operation"
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "monteringspunktet støttar ikkje avmontering"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
+#: gio/gmount.c:655
#, fuzzy
-msgid "mount doesn't implement eject or eject_with_operation"
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "monteringspunktet støttar ikkje å løysa ut"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+msgid "mount doesn't implement \"remount\""
msgstr "monteringspunktet støttar ikkje å remontera"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:797
+#: gio/gmount.c:828
#, fuzzy
msgid "mount doesn't implement content type guessing"
msgstr "monteringspunktet støttar ikkje avmontering"
@@ -1749,7 +1772,7 @@ msgstr "monteringspunktet støttar ikkje avmontering"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:886
+#: gio/gmount.c:917
#, fuzzy
msgid "mount doesn't implement synchronous content type guessing"
msgstr "monteringspunktet støttar ikkje avmontering"
@@ -1759,11 +1782,11 @@ msgstr "monteringspunktet støttar ikkje avmontering"
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "utstraumen støttar ikkje skriving"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "Kjeldestraumen er allereie stengt"
@@ -1899,7 +1922,7 @@ msgstr "Feil ved opning av fila: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "å endra assosiasjonar er ikkje støtta på win32"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "Feil under fjerning av fila: %s"
diff --git a/po/oc.po b/po/oc.po
index a88c80e..5448e51 100644
--- a/po/oc.po
+++ b/po/oc.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: oc\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\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"
@@ -87,69 +87,69 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr ""
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr ""
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr ""
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr ""
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr ""
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr ""
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr ""
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr ""
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr ""
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr ""
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr ""
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr ""
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr ""
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr ""
@@ -158,119 +158,134 @@ msgstr ""
msgid "Error opening directory '%s': %s"
msgstr ""
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr ""
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Error de lectura del fichièr '%s' : %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr ""
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Impossible de dobrir le fichièr '%s' : %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr ""
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr ""
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr ""
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr ""
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Impossible de dobrir le fichièr '%s' : %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Impossible de dobrir le fichièr '%s' : %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr ""
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr ""
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr ""
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u octet"
msgstr[1] "%u octets"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f ko"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f Mo"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f Go"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f ko"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f ko"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f ko"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr ""
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr ""
@@ -501,7 +516,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr ""
@@ -1079,17 +1094,17 @@ msgstr ""
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr ""
@@ -1112,34 +1127,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Sens nom"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1191,13 +1206,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr ""
@@ -1210,49 +1225,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr ""
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr ""
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr ""
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr ""
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr ""
@@ -1341,7 +1356,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr ""
@@ -1354,114 +1369,119 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr ""
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr ""
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr ""
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr ""
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Nom d'òste invalid"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr ""
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr ""
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr ""
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr ""
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr ""
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr ""
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "Error al moment de crear lo repertòri : %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr ""
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr ""
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr ""
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr ""
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr ""
@@ -1482,102 +1502,102 @@ msgstr ""
msgid "Error setting extended attribute '%s': %s"
msgstr ""
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr ""
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr ""
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr ""
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr ""
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr ""
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr ""
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "Error al moment de crear lo repertòri : %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Error al moment de crear lo repertòri : %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr ""
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr ""
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr ""
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
@@ -1658,49 +1678,49 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+msgid "mount doesn't implement \"unmount\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+msgid "mount doesn't implement \"eject\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
@@ -1709,11 +1729,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr ""
@@ -1846,7 +1866,7 @@ msgstr "Error de lectura del fichièr '%s' : %s"
msgid "GSocketControlMessage not supported on windows"
msgstr ""
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "Error de lectura del fichièr '%s' : %s"
diff --git a/po/or.po b/po/or.po
index 1b70d65..b4ca021 100644
--- a/po/or.po
+++ b/po/or.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.master.or\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-15 16:20+0530\n"
"Last-Translator: Manoj Kumar Giri <mgiri redhat com>\n"
"Language-Team: Oriya <oriya-it googlegroups com>\n"
@@ -101,69 +101,69 @@ msgstr "'%s' ନାମରà? ନାମିତ à¬?à?ଣସି ପà?ରà?à?à¬?
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "'%s' à?à?.à¬?ର.à¬?à¬?. ସହିତ '%s' ନିଷà?ପାଦନ ଧାଡିà¬?à? ବରà?ଦà?ଧନ à¬?ରିବାରà? ବିଫଳ"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "à¬?à¬?à?ଷର ସà?à¬?à? '%s'à¬?à? '%s'à?ର ରà?ପାନà?ତରିତ à¬?ରିବା à¬?ସହାà?à¬?"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s'ରà? '%s'ର ରà?ପାନà?ତରà¬? à¬?à?ଲି ହà?ଲା ନାହିà¬?"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "ରà?ପାନà?ତରଣ ନିବà?ଶà?ର à¬?ବà?ଧ ବାà¬?à¬?à? à¬?ନà?à¬?à?ରମ"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "ରà?ପାନà?ତରଣରà? ତà?ରà?à¬?ି: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "ନିବà?ଶର ସମାପà?ତିରà? à¬?ଶିà¬?à¬? à¬?à¬?à?ଷର à¬?ନà?à¬?à?ରମ"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "'%s' ସହାà?à¬?à¬?à? ସà¬?à¬?à?ତ '%s' ସà?à¬?à? ରà? ରà?ପାନà?ତରିତ à¬?ରିହà?ଲା ନାହିà¬?"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "'%s' à?à?.à¬?ରà?.à¬?à¬?. \"ଫାà¬?ଲ\" ଯà?à¬?ନାà¬?à? ବà?ଯବହାର à¬?ରà?ଥିବା à¬?à?à¬?ିà¬? ସମà?ପà?ରà?ଣà?ଣ à?à?.à¬?ରà?.à¬?à¬?. ନà?ହà?à¬?"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "'%s' ସà?ଥାନà?à? ଫାà¬?ଲ à?à?.à¬?ରà?.à¬?à¬?. '#' à¬?ିହà?ନà¬?à? ସମà?ମିଳିତ à¬?ରିପାରିବ ନାହିà¬?"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "'%s' à?à?.à¬?ରà?.à¬?à¬?. à¬?ବà?ଧ à¬?à¬?à?"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "'%s' à?à?.à¬?ରà?.à¬?à¬?.ର à¬?ଧାର ନାମ à¬?ବà?ଧ à¬?à¬?à?"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "'%s' à?à?.à¬?ରà?.à¬?à¬?.ରà? à¬?ବà?ଧ à¬?ସà?à¬?à?ପà? à¬?à¬?à?ଷର ରହିà¬?ି"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "'%s' ପଥ ନାମ à¬?à¬? ସମà?ପà?ରà?ଣà?ଣ ପଥ ନà?ହà?à¬?"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "à¬?ବà?ଧ à¬?ଧାର ନାମ"
@@ -172,119 +172,134 @@ msgstr "à¬?ବà?ଧ à¬?ଧାର ନାମ"
msgid "Error opening directory '%s': %s"
msgstr "%s' ଡିରà?à¬?à?à¬?à?ରି à¬?à?ଲିବାରà? ତà?ରà?à¬?ି: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "\"%2$s\" ଫାà¬?ଲ ପଢିବା ପାà¬?à¬? %1$lu ବାà¬?à¬?à? ବାଣà?à¬?ିହà?ଲା ନାହିà¬?"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "'%s' ଫାà¬?ଲ ପଢିବାରà? ତà?ରà?à¬?ି: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "ଫାà¬?ଲ \"%s\" à¬?ି à¬?ତà?ଯଧିà¬? ବଡ଼"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "'%s' ଫାà¬?ଲ ପଢିବାରà? à¬?ସଫଳ: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "'%s' ଫାà¬?ଲ à¬?à?ଲିବାରà? à¬?ସଫଳ: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "'%s' ଫାà¬?ଲର à¬?à?ଣ ପାà¬?ବାରà? à¬?ସଫଳ: fstat() à¬?ସଫଳ: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "'%s' ଫାà¬?ଲ à¬?à?ଲିବାରà? à¬?ସଫଳ: fdopen() à¬?ସଫଳ: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "'%s' ଫାà¬?ଲ ରà? '%s' ନାମ ବଦଳାà¬? ବାରà? à¬?ସଫଳ: g_rename() à¬?ସଫଳ: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "'%s' ଫାà¬?ଲ ସà?ରà?ଷà?à¬?ି à¬?ରିବାରà? à¬?ସଫଳ: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "'%s' ଫାà¬?ଲ à¬?à? à?ଲà¬?ନ ପାà¬?à¬? à¬?à?ଲିବାରà? à¬?ସଫଳ: fdopen() à¬?ସଫଳ: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "'%s' ଫାà¬?ଲ à¬?à?ଲିବାରà? à¬?ସଫଳ: fwrite() à¬?ସଫଳ: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "'%s' ଫାà¬?ଲ à¬?à?ଲିବାରà? à¬?ସଫଳ: fflush() à¬?ସଫଳ: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "'%s' ଫାà¬?ଲ à¬?à?ଲିବାରà? à¬?ସଫଳ: fsync() à¬?ସଫଳ: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "'%s' ଫାà¬?ଲ à¬?à? ବନà?ଦ à¬?ରିବା ରà? à¬?ସଫଳ: fclose() à¬?ସଫଳ: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "à¬?ବସà?ଥିତ '%s' ଫାà¬?ଲ à¬?ାଢି ହà?ଲା ନାହà¬?ି: g_unlink à¬?ସଫଳ %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "'%s' ନମà?ନା à¬?ି à¬?ବà?ଧ à¬?à¬?à?, '%s' ଧାରଣ à¬?ରିବା à¬?à¬?ିତ ନà?ହà?à¬?"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "'%s' ନମà?ନା à¬?ି XXXXXXà¬?à? ଧାରଣ à¬?ରିନାହିà¬?"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "'%s' ପà?ରତିà¬?ାତà?ମà¬? ସà¬?à?à?à¬? ପଢିବାରà? à¬?ସଫଳ: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "ପà?ରତିà¬?ାତà?ମà¬? ସà¬?à?à?à¬? à¬?ସହାà?à¬?"
@@ -539,7 +554,7 @@ msgstr "ପଶà?à¬?ାତ à¬?ନà?ମାରà?à¬?ଣ ସà?ମା ପହà¬?à?
msgid "the pattern contains items not supported for partial matching"
msgstr "à¬?ହି ଶà?ଳà? à¬?à¬?ଶିà¬? ମà?ଳନ ପାà¬?à¬? ସମରà?ଥିତ ନ ଥିବା ବସà?ତà? ମାନà¬?à?à¬?à? ଧାରଣ à¬?ରିଥାà¬?"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "à¬?à¬à?ଯନà?ତରà?ଣ ତà?à¬?ି"
@@ -1120,17 +1135,17 @@ msgstr "'%s' ର ମà?ଲà?ଯ à¬?à?à¬?ିà¬? ବà?ଲିà¬?ନà? à¬à¬¾à¬¬
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "à¬?ତà?à?ଧିà¬? ବଡ଼ à¬?ଣନା ମà?ଲà?à? %sà¬?à? ପଠାଯାà¬?à¬?ି"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "ଧାରା ପà?ରà?ବରà? ବନà?ଦà¬?à¬?ି"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "ପà?ରà?à?à¬?à¬?ି ବାତିଲ ହà?à¬?à¬?ି"
@@ -1153,34 +1168,34 @@ msgstr "%s ପà?ରà¬?ାର"
msgid "Unexpected early end-of-stream"
msgstr "à¬?ପà?ରତà?à?ାଶିତ ପà?ରାରମà?à¬à¬¿à¬? ଧାରାର ଶà?ଷ"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "ବà?ନାମà?"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "ଡà?ସà?à¬?à¬?ପ ଫାà¬?ଲ Exec à¬?à?ଷà?ତà?ର à¬?ଲà?ଲà?à¬? à¬?ରିନଥିଲା"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "ପà?ରà?à?à¬? ପାà¬?à¬? à¬?ବଶà?à?à¬? à¬?ରà?ମିନାଲ à¬?à?à¬?ିବାରà? à¬?ସମରà?ଥ"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "à¬?ାଳà¬? ପà?ରà?à?à¬? ବିନà?à?ାସ ଫà?ଲଡର %s à¬?à? ନିରà?ମାଣ à¬?ରିପାରିବà? ନାହିà¬?: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "à¬?ାଳà¬? MIME ବିନà?à?ାସିତ ଫà?ଲଡର %s ନିରà?ମାଣ à¬?ରିପାରିବ ନାହିà¬?: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "à¬?ାଳà¬? ଡà?ସà?à¬?à¬?ପ ଫାà¬?ଲ %s ନିରà?ମାଣ à¬?ରିପାରିବ ନାହିà¬?"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "%s ପାà¬?à¬? à¬?à¬?à?à¬?ାରà?ପà? ପରିà¬à¬¾à¬·à¬¾"
@@ -1232,13 +1247,13 @@ msgstr "GEmblemedIcon ସାà¬?à?à¬?à?ତିà¬?ରଣରà? ତà?ରà?à¬?ି
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "GEmblemedIcon ପାà¬?à¬? à¬?à?à¬?ିà¬? GEmblem à¬?ଶାà¬?ରାଯାà¬?à¬?à¬?ି"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "ପà?ରà?à?à¬? ସମରà?ଥିତ ନà?ହà¬?"
@@ -1251,49 +1266,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "ଧାରଣ à¬?ରିଥିବା ସà?ଥାପନ à¬?ବସà?ଥିତ ନାହିà¬?"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "ଡିରà?à¬?à?à¬?à?ରà? à¬?ପରà? ନà¬?ଲ à¬?ରିପାରିବà? ନାହିà¬?"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "ଡିରà?à¬?à?à¬?à?ରà? à¬?ପରà? ଡିରà?à¬?à?à¬?à?ରà? ନà¬?ଲ à¬?ରିପାରିବà? ନାହିà¬?"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "ଲà¬?à?ଷà?à? ଫାà¬?ଲ à¬?ବସà?ଥିତ"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "ପà?ନରାବରà?ତà?ତà? à¬à¬¾à¬¬à¬°à? ଡିରà?à¬?à?à¬?à?ରà? ନà¬?ଲ à¬?ରିପାରିବà? ନାହିà¬?"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "ବିଶà?ଷ ଫାà¬?ଲà¬?à? ନà¬?ଲ à¬?ରିପାରିବà? ନାହିà¬?"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "à¬?ବà?ଧ symlink ମà?ଲà?à? ପà?ରଦାନ à¬?ରାଯାà¬?à¬?ି"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "à¬?ବରà?à¬?ନା ପାତà?ର ସମରà?ଥିତ ନà?ହà¬?"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ଫାà¬?ଲ ନାମà¬?à?ଡ଼ିà¬? '%c' ଧାରଣ à¬?ରିପାରà? ନାହିà¬?"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "à¬?à¬?ାର ସà?ଥାପନà¬?à? à¬?ାରà?ଯà?à?à¬?ାରà? à¬?ରà?ନାହିà¬?"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "à¬?ହି ଫାà¬?ଲà¬?à? ନିà?ନà?ତà?ରମ à¬?ରିବା ଫଳରà? à¬?à?ଣସି ପà?ରà?à?à¬? ପà¬?à?à¬?ିà¬?à?ତ ହà?à¬?ନାହିà¬?"
@@ -1382,7 +1397,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "ଧାରା ପାà¬?ରà? à¬?ତà?à¬?à?ଷà?à¬? ପà?ରà?à?à¬? à¬?à¬?ି"
@@ -1395,114 +1410,119 @@ msgstr "ସà¬?à?à¬? ଠିà¬?ଣା ପାà¬?à¬? ଯଥà?ଷà?à¬? ସà?ଥ
msgid "Unsupported socket address"
msgstr "à¬?ସମରà?ଥିତ ସà¬?à?à¬? ଠିà¬?ଣା"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "ପà?ରà?ବନିରà?ଦà?ଧାରିତ ସà?ଥାନà?à? ଡିରà?à¬?à?à¬?à?ରà? ମନିà¬?ର ପà?ରà¬?ାର à¬?à?à¬?ିବାରà? à¬?ସମରà?ଥ"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "à¬?ବà?ଧ ଫାà¬?ଲ ନାମ %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "ଫାà¬?ଲତନà?ତà?ର ସà?à¬?ନା ପାà¬?ବାରà? ତà?ରà?à¬?ି: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "ମà?ଳ ଡିରà?à¬?à?à¬?à?ରà?ର ନାମ ବଦଳାଯାà¬?ପାରିବ ନାହିà¬?"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "ଫାà¬?ଲର ନାମ ବଦଳାà¬?ବାରà? ତà?ରà?à¬?ି: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "ଫାà¬?ଲର ନାମ ବଦଳାଯାà¬?ପାରିବ ନାହିà¬?, ଫାà¬?ଲ ନାମ ପà?ରà?ବରà? à¬?ବସà?ଥିତ"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "à¬?ବà?ଧ ଫାà¬?ଲ ନାମ"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "ଫାà¬?ଲ à¬?à?ଲିବାରà? ତà?ରà?à¬?ି: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "ଡିରà?à¬?à?à¬?à?ରà? à¬?à?ଲିପାରିବà? ନାହିà¬?"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "ଫାà¬?ଲ à¬?ପସାରଣରà? ତà?ରà?à¬?ି: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "ଫାà¬?ଲà¬?à? ବରà?à¬?ନ à¬?ରିବାରà? ତà?ରà?à¬?ି: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "à¬?ବରà?à¬?ନା ପାତà?ର ଡିରà?à¬?à?à¬?à?ରà? %sà¬?à? ନିରà?ମାଣ à¬?ରିବାରà? à¬?ସମରà?ଥ: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "à¬?ବରà?à¬?ନା ପାତà?ର ପାà¬?à¬? à¬?à¬?à?à¬?ସà?ତରà?à? ଡିରà?à¬?à?à¬?à?ରà? à¬?à?à¬?ିବାରà? à¬?ସମରà?ଥ"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "à¬?ବରà?à¬?ନା ପାତà?ର ଡିରà?à¬?à?à¬?à?ରà? à¬?à?à¬?ିବା à¬?ବà¬? ନିରà?ମାଣ à¬?ରିବାରà? à¬?ସମରà?ଥ"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "ବରà?à¬?ିତ ସà?à¬?ନା ଫାà¬?ଲ ନିରà?ମାଣରà? à¬?ସମରà?ଥ : %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "ଫାà¬?ଲà¬?à? ବରà?à¬?ନ à¬?ରିବାରà? à¬?ସମରà?ଥ: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "ଡିରà?à¬?à?à¬?à?ରି ନିରà?ମାଣ à¬?ରିବାରà? ତà?ରà?à¬?ି: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "'%s' ପà?ରତିà¬?ାତà?ମà¬? ସà¬?à?à?à¬? ପଢିବାରà? à¬?ସଫଳ: %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "ପà?ରତà?à¬?ାତà?ମà¬? ସମà?ପରà?à¬? ନିରà?ମାଣରà? ତà?ରà?à¬?ି: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "ଫାà¬?ଲ à¬?à?à¬?à?à¬?ାà¬?ବାରà? ତà?ରà?à¬?ି: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "ଡିରà?à¬?à?à¬?à?ରà? à¬?ପରà? ଡିରà?à¬?à?à¬?à?ରà?à¬?à? à¬?à?à¬?à?à¬?ାà¬?ପାରିବà? ନାହିà¬?"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "ନà¬?ଲ ସà¬?ରà¬?à?ଷଣ ଫାà¬?ଲ ନିରà?ମାଣ à¬?ସଫଳ ହà?ଲା"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "ଲà¬?à?ଷà?à? ଫାà¬?ଲ à¬?à?à¬?à?à¬?ାà¬?ବାରà? ତà?ରà?à¬?ି: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "à¬?ସମରà?ଥିତ ସà?ଥାପନà¬?à?ଡ଼ିà¬? ମଧà?ଯରà? à¬?ତିà¬?ରନà?ତà?"
@@ -1523,102 +1543,102 @@ msgstr "à¬?ବà?ଧ ବିସà?ତà?ତ à¬?à?ଣର ନାମ"
msgid "Error setting extended attribute '%s': %s"
msgstr "à¬?ନà?ଲà¬?à?ନ à¬?à?ଣ '%s'à¬?à? ବିନà?à?ାସ à¬?ରିବା ସମà?ରà? ତà?ରà?à¬?ି: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "ଫାà¬?ଲ '%s'à¬?à? à¬?ରମà?ଠà¬?ରିବାରà? ତà?ରà?à¬?ି: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (à¬?ବà?ଧ ସାà¬?à?à¬?à?ତିà¬?ରଣ)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "ଫାà¬?ଲ ନିରà?ପà¬? à¬?ରମà?ଠà¬?ରିବାରà? ତà?ରà?à¬?ି: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "à¬?ବà?ଧ à¬?à?ଣ ପà?ରà¬?ାର (unit32 à¬?ଶାà¬?ରାଯାà¬?à¬?ି)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "à¬?ବà?ଧ à¬?à?ଣ ପà?ରà¬?ାର (unit64 à¬?ଶାà¬?ରାଯାà¬?à¬?ି)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "à¬?ବà?ଧ à¬?à?ଣ ପà?ରà¬?ାର (ବାà¬?à¬? ବାà¬?à?à?à¬?ଣà?ଡ à¬?ଶାà¬?ରାଯାà¬?à¬?ି)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "symlinks ରà? à¬?ନà?ମତିà¬?à?ଡ଼ିà¬?à? ସà?à¬? à¬?ରିପାରିବà? ନାହିà¬?"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "à¬?ନà?ମତି ବିନà?à?ାସà¬?ରିବାରà? ତà?ରà?à¬?ି: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "ମାଲିà¬? ନିରà?ପଣ à¬?ରିବାରà? ତà?ରà?à¬?ି: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "symlink ନିଶà?à¬?ିତ ରà?ପà? non-NULL"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "symlink ବିନà?à?ାସ à¬?ରିବାରà? ତà?ରà?à¬?ି: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "symlink ବିନà?à?ାସ à¬?ରିବାରà? ତà?ରà?à¬?ି: ଫାà¬?ଲà¬?ି à¬?à?à¬?ିà¬? symlink ନà?ହà¬?"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "ପରିବରà?ତà?ତନ à¬?ଥବା à¬?à¬à¬¿à¬?ମà?à?ତା ସମà? ବିନà?à?ାସà¬?ରିବାରà? ତà?ରà?à¬?ି: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux ପà?ରସà¬?à?à¬?à¬?ି ନିଶà?à¬?ିତ ରà?ପà? non-NULL à¬?à¬?à?"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "SELinux ପà?ରସà¬?à?à¬? ବିନà?à?ାସ à¬?ରିବାରà? ତà?ରà?à¬?ି: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux à¬?ହି ତନà?ତà?ରରà? ସà¬?à?ରିà? ହà?à¬?ନାହିà¬?"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "à¬?à?ଣ %s ବିନà?à?ାସ à¬?ରିବା ସମରà?ଥିତ ନà?ହà¬?"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "ଫାà¬?ଲରà? ପଢିବାରà? ତà?ରà?à¬?ି: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "ଫାà¬?ଲà¬à¬¿à¬¤à¬°à? à¬?ନà?ସନà?ଧାନ à¬?ରିବାରà? ତà?ରà?à¬?ି: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "ଫାà¬?ଲ ବନà?ଦà¬?ରିବାରà? ତà?ରà?à¬?ି: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "ପà?ରà?ବନିରà?ଦà?ଧାରିତ ସà?ଥାନà?à? ଫାà¬?ଲ ମନିà¬?ର ପà?ରà¬?ାର à¬?à?à¬?ିବାରà? à¬?ସମରà?ଥ"
@@ -1699,49 +1719,54 @@ msgstr "ସà?ମà?ତି ଫଳାଫଳ ବାà¬?à?ଯà¬?ଣà?ଡର à¬?à¬?
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "ସà?ଥାପନ ବିସà?ଥାପନà¬?à? à¬?ାରà?ଯà?à?à¬?ାରà? à¬?ରà?ନାହିà¬?"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "ସà?ଥାପନ ବାହାର à¬?ରିବାà¬?à? à¬?ାରà?ଯà?à?à¬?ାରà? à¬?ରà?ନାହିà¬?"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "ସà?ଥାପନ à¬?à?ରିà?ା ବିସà?ଥାପନ à¬?à?ରିà?ା à¬?ଥବା unmount_with_operation à¬?à? à¬?ାରà?ଯà?à?à¬?ାରà? à¬?ରà?ନାହିà¬?"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "ସà?ଥାପନ ବାହାର à¬?ରିବା à¬?ଥବା eject_with_operation à¬?à? à¬?ାରà?ଯà?à?à¬?ାରà? à¬?ରà?ନାହିà¬?"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "ସà?ଥାପନ ସମà¬?ାଳà?ନ ସà?à¬?à?ପତà?ର ପà?ରà¬?ାର à¬?ନà?ମାନà¬?à? à¬?ାରà?ଯà?à?à¬?ାରà? à¬?ରà?ନାହିà¬?"
@@ -1750,11 +1775,11 @@ msgstr "ସà?ଥାପନ ସମà¬?ାଳà?ନ ସà?à¬?à?ପତà?ର ପà?
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "'%s' à¬?ଧାର ନାମ '[' but not ']' à¬?à? ଧାରଣ à¬?ରିଥାà¬?"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "ଫଳାଫଳ ବାà¬?à?ଯà¬?ଣà?ଡ ଲà?à¬?ିବାà¬?à? à¬?ାରà?ଯà?à?à¬?ାରà? à¬?ରà?ନାହିà¬?"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "à¬?ତà?ସ ବାà¬?à?à?à¬?ଣà?ଡà¬?ି ପà?ରà?ବରà? ବନà?ଦହà?à¬?ଯାà¬?à¬?ି"
@@ -1886,7 +1911,7 @@ msgstr "ସନà?ଦà?ଶ ପଠାà¬?ବାରà? ତà?ରà?à¬?ି: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage windows ରà? ସମରà?ଥିତ ନà?ହà¬?"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "ସନà?ଦà?ଶ à¬?à?ରହଣ à¬?ରିବାରà? ତà?ରà?à¬?ି: %s"
diff --git a/po/pa.po b/po/pa.po
index 235c6ac..719205e 100644
--- a/po/pa.po
+++ b/po/pa.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-13 08:57+0530\n"
"Last-Translator: A S Alam <aalam users sf net>\n"
"Language-Team: Punjabi/Panjabi <punjabi-users lists sf net>\n"
@@ -91,69 +91,69 @@ msgstr "�ਿਸ� �ਾਰ� ਨ� '%2$s' ਲ� '%1$s' ਨਾ� ਨਾ
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "exec ਲਾ�ਨ '%s' ਨ�ੰ URI '%s' ਨਾਲ ਫ�ਲਾ�ਣ ਲ� ਫ�ਲ�ਹ ਹ���"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "à¨?ਰà©?à¨?à¨?ਰ ਸਮà©?ਹ %s ਤà©?à¨? %s ਵਿੱà¨? ਬਦਲਣ à¨?ਸ ਵà©?ਲà©? ਸੰà¨à¨µ ਨਹà©?à¨?"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' ਤ�ੱ '%s' ਵਿੱ� ਬਦਲਣ ਵਾਲਾ �ਪਲਬਧ ਨਹ�� ਹ�"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "ਬਦਲਣ ਲ� ਦਿੱਤ� ਸਤਰ ਵਿੱ� ਬਾ�� ਦਾ ਸਰ�ਪ ਠ�� ਨਹ�� ਹ�"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "ਤਬਦ�ਲ� ਦ�ਰਾਨ �ਲਤ� %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "ਸਤਰ ਦ� ���ਰ ਤ� �ੱ�ਰਾ� ਦਾ ਸਰ�ਪ �ਧ�ਰਾ ਹ�"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "à¨?à©?ਡ ਸਮà©?ਹ %s ਤà©?à¨? %s ਵਿੱà¨? ਤਬਦà©?ਲà©? ਸੰà¨à¨µ ਨਹà©?à¨?"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' \"file\" ਸ��ਮ ਦ� ਵਰਤ�� �ਰ�� �ਸਲ URI ਨਹ�� ਹ�"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "ਲ��ਲ ਫਾ�ਲ URI %s ਵਿੱ� �ਹ ਨਿਸ਼ਾਨ # ਨਹ�� ਹ�"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' �ਾ��਼ ਨਹ�� ਹ�"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI '%s' ਦ� ਹ�ਸ� ਦਾ ਨਾ� �ਾ��਼ ਨਹ�� ਹ�"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' ��ਲ �ਲਤ �ੱ�ਰ ਹਨ"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "ਮਾਰ�-ਨਾ� %s �� �ਸਲ� (absolute) ਮਾਰ� ਨਹ�� ਹ�"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "�ਲਤ ਹ�ਸ�-ਨਾ�"
@@ -162,119 +162,134 @@ msgstr "�ਲਤ ਹ�ਸ�-ਨਾ�"
msgid "Error opening directory '%s': %s"
msgstr "ਡਾ�ਰ���ਰ� '%s' ��ਲ�ਹਣ ਲ� �ਲਤ�: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "ਫਾ�ਲ \"%2$s\" ��ਲ�ਹਣ ਲ� %1$lu ਬਾ�� ਨਹ�� ਦਿੱਤ� �ਾ ਸ��"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "'%s' ਫਾ�ਲ ਪ��ਹਨ '� �ਲਤ�: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "ਫਾ�ਲ \"%s\" ਬਹ�ਤ ਵੱਡ� ਹ�"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "ਫਾ�ਲ '%s' ਤ�� ਪ��ਹਨ '� �ਸਫ਼ਲ: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "'%s' ਫਾ�ਲ ��ਲ�ਹ '� �ਲਤ� %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "ਫਾ�ਲ '%s' ਦ��� ਵਿਸ਼�ਸਤਾ ��ਲ�ਹਣ '� ਫ�ਲ�ਹ: fstat() ਫ�ਲ�ਹ: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "ਫਾ�ਲ '%s' ��ਲ�ਹਣ ਵਿੱ� ਫ�ਲ�ਹ: fdopen() ਫ�ਲ�ਹ: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "ਫਾ�ਲ '%s' ਦਾ ਨਾ� '%s' ਬਦਲਣ '� �ਸਫ਼ਲ: g_rename() ਫ�ਲ�ਹ: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "ਫਾ�ਲ %s' ਬਣਾ�ਣ ਵਿੱ� ਫ�ਲ�ਹ: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "ਫਾ�ਲ '%s' ਨ�ੰ ਲਿ�ਣ ਲ� ��ਲ�ਹਣ ਵਾਸਤ� ਫ�ਲ�ਹ: fdopen() ਫ�ਲ�ਹ: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "ਫਾ�ਲ '%s' ਨ�ੰ ਲਿ�ਣ ਲ� ਫ�ਲ�ਹ: fwrite() ਫ�ਲ�ਹ: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "ਫਾ�ਲ '%s' ਨ�ੰ ਲਿ�ਣ ਲ� ਫ�ਲ�ਹ: fflush() ਫ�ਲ�ਹ: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "ਫਾ�ਲ '%s' ਨ�ੰ ਲਿ�ਣ ਲ� ਫ�ਲ�ਹ: fsync() ਫ�ਲ�ਹ: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "ਫਾ�ਲ '%s' ਨ�ੰ ਬੰਦ �ਰਨ '� ਫ�ਲ�ਹ: fclose() ਫ�ਲ�ਹ: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "ਮ���ਦਾ ਫਾ�ਲ '%s' ਨ�ੰ ਹ�ਾ�� ਨਹ�� �ਾ ਸ�ਿ�: g_unlink() ਫ�ਲ�ਹ: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "��ਪਲ�� '%s' ਸਹ�� ਨਹ�� ਹ�, �ਸ ��ਲ '%s' ਨਹ�� ਹ�ਣਾ �ਾਹ�ਦਾ ਹ�"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "���ਪਲ�� '%s' XXXXXX ਨਹ�� ਰੱ�ਦਾ ਹ�"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "ਸਿੰਬ�ਲਿ� ਲਿੰ� '%s' ਪ��ਹਨ ਲ� ਫ�ਲ�ਹ: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "ਸਿੰਬ�ਲਿ� ਲਿੰ� ਮੱਦਦ ਪ�ਰਾਪਤ ਨਹ�� ਹਨ"
@@ -522,7 +537,7 @@ msgstr "ਬ��-�ਰ��ਿੰ� ਲਿਸ� � ��"
msgid "the pattern contains items not supported for partial matching"
msgstr "ਪ��ਰਨ ਵਿੱ� ���ਮਾ� ਹਨ, �� �ਿ �ਧ�ਰ� ਮ���ਿੰ� ਲ� ਸਹਾ�� ਨਹ��।"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "�ੰਦਰ�ਨ� �ਲਤ�"
@@ -1102,17 +1117,17 @@ msgstr "ਮ�ੱਲ '%s' ਨ�ੰ ਬ�ਲ��ਨ ਵਾ�� �ੰ�ਰ
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "%s ਨ�ੰ ਬਹ�ਤ ਵੱਧ �ਿਣਤ� ਪਾਸ ��ਤ� ��"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "ਸ�ਰ�ਮ ਪਹਿਲਾ� ਹ� ਬੰਦ ਹ�"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "�ਪਰ�ਸ਼ਨ ਰੱਦ ��ਤਾ �ਿ�"
@@ -1135,34 +1150,34 @@ msgstr "%s �ਾ�ਪ"
msgid "Unexpected early end-of-stream"
msgstr "��ਾਨ� ��ਤ� ��ਡ-�ਫ਼-ਸ��ਰਮ"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "ਬਿਨ-ਨਾ�"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "ਡ�ਸ��ਾਪ ਫਾ�ਲ ਨ� Exec ਫ�ਲਡ ਨਹ�� ਦਿੱਤਾ ਹ�"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "à¨?ਪਲà©?à¨?à©?ਸ਼ਨ ਲà¨? à¨?ਰਮà©?ਨਲ ਲà©?à©? ਲੱà¨à¨£ ਲà¨? à¨?ਸਮਰੱਥ ਹà©?"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "ਯ��਼ਰ �ਪਲ���ਸ਼ਨ ਸੰਰ�ਨਾ ਫ�ਲਡਰ %s ਬਣਾ�� ਨਹ�� �ਾ ਸ�ਦਾ: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "ਯ��਼ਰ MIME ਸੰਰ�ਨਾ ਫ�ਲਡਰ %s ਬਣਾ�� ਨਹ�� �ਾ ਸ�ਦਾ: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "ਯ��਼ਰ ਡ�ਸ��ਾਪ ਫਾ�ਲ %s ਬਣਾ� ਨਹ�� �ਾ ਸ�ਦ�"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "%s ਲà¨? à¨?ਸà¨?ਮ ਪਰਿà¨à¨¾à¨¸à¨¼à¨¾"
@@ -1214,13 +1229,13 @@ msgstr "GEmblemedIcon �ੰ��ਡਿੰ� ਵਿੱ� ਨਿ�ਾਰਾ
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "GEmblemedIcon ਲ� GEmblem ਦ� ਲ�� ਸ�"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "�ਪਰ�ਸ਼ਨ ਸਹਾ�� ਨਹ��"
@@ -1233,49 +1248,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "ਰੱ�ਣ ਵਾਲਾ ਮਾ��� ਮ���ਦ ਨਹ��"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "ਡਾ�ਰ���ਰ� �ੱਤ� �ਾਪ� ਨਹ�� ਹ� ਸ�ਦਾ"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "ਡਾ�ਰ���ਰ� ਡਾ�ਰ���ਰ� �ੱਤ� �ਾਪ� ਨਹ�� ਹ� ਸ�ਦ�"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "�ਾਰ��� ਫਾ�ਲ ਮ���ਦ ਹ�"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "ਡਾ�ਰ���ਰ� ਲ�ਾਤਾਰ �ਾਪ� ਨਹ�� ਹ� ਸ�ਦ�"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "�ਾਸ ਫਾ�ਲ �ਾਪ� ਨਹ�� ��ਤ� �ਾ ਸ�ਦ�"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "�ਲਤ ਸਿੰਬ�ਲਿੰ� ਮ�ੱਲ ਦਿੱਤਾ"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "ਰੱਦ ਸਹਾ�� ਨਹ��"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "ਫਾ�ਲ ਨਾ� ਵਿੱ� ' %c' ਮ���ਦ ਨਹ�� ਹ� ਸ�ਦਾ"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "ਵਾਲ��ਮ ਲ� ਮਾ��� ਸਥਾਪਤ ਨਹ�� ਹ�"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "�ਹ ਫਾ�ਲ ਹ��ਡਲ �ਰਨ ਲ� ��� �ਪਲ���ਸ਼ਨ ਰ�ਿਸ�ਰ ਨਹ�� ਹ�"
@@ -1364,7 +1379,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "ਸ�ਰ�ਮ ਪਹਿਲਾ� ਹ� �ਾਰਵਾ� �ਧ�ਨ ਹ�"
@@ -1377,114 +1392,119 @@ msgstr "ਸਾ�� �ਡਰ�ੱਸ ਲ� ਲ���ਦ� ਥਾ� ਨ
msgid "Unsupported socket address"
msgstr "�਼�ਰ-ਸਹਾ�� ਸਾ�� �ਡਰ�ੱਸ"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "ਡਿਫਾਲà¨? ਲà©?à¨?ਲ ਡਾà¨?ਰà©?à¨?à¨?ਰà©? ਮਾਨà©?à¨?ਰ à¨?ਾà¨?ਪ ਲੱà¨à¨£ ਲà¨? à¨?ਸਮਰੱਥ"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "�ਲਤ ਫਾ�ਲ ਨਾ� %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "ਫਾ�ਲ ਸਿਸ�ਮ �ਾਣ�ਾਰ� ਲ�ਣ ਦ�ਰਾਨ �ਲਤ�: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "ਰ�� ਡਾ�ਰ���ਰ� ਦਾ ਨਾ� ਨਹ�� ਬਦਲਿ� �ਾ ਸ�ਦਾ"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "ਫਾ�ਲ ਨਾ� ਬਦਲਣ ਦ�ਰਾਨ �ਲਤ�: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "ਫਾ�ਲ ਦਾ ਨਾ� ਨਹ�� ਬਦਲਿ� �ਾ ਸ�ਦਾ, ਫਾ�ਲ ਨਾ� ਪਹਿਲਾ� ਹ� ਮ���ਦ"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "�ਲਤ ਫਾ�ਲ ਨਾ�"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "ਫਾ�ਲ ��ਲ�ਹਣ ਦ�ਰਾਨ �ਲਤ�: %s "
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "ਡਾ�ਰ���ਰ� ��ਲ�ਹ� ਨਹ�� �ਾ ਸ�ਦ�"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "ਫਾ�ਲ ਹ�ਾ�ਣ ਦ�ਰਾਨ �ਲਤ�: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "ਫਾà¨?ਲ ਰੱਦà©? 'à¨? à¨à©?à¨?ਣ ਦà©?ਰਾਨ à¨?ਲਤà©?: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "ਰੱਦ� ਡਾ�ਰ���ਰ� %s ਬਣਾ�ਣ ਲ� �ਸਮਰੱਥ: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "ਰੱਦà©? ਲà¨? à¨?ਾਪ-ਲà©?ਵਲ ਡਾà¨?ਰà©?à¨?à¨?ਰà©? ਲੱà¨à¨£ ਲà¨? à¨?ਸਮਰੱਥ"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "ਰੱਦà©? ਡਾà¨?ਰà©?à¨?à¨?ਰà©? ਲੱà¨à¨£ à¨?ਾà¨? ਬਣਾà¨?ਣ ਲà¨? à¨?ਸਮਰੱਥ"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "ਰੱਦà©? 'à¨? à¨à©?à¨?à©? ਫਾà¨?ਲ ਬਣਾà¨?ਣ ਲà¨? à¨?ਸਮਰੱਥ: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "ਫਾà¨?ਲ ਰੱਦà©? 'à¨? à¨à©?à¨?ਣ ਲà¨? à¨?ਸਮਰੱਥ: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "ਡਾ�ਰ���ਰ� ਬਣਾ�ਣ ਦ�ਰਾਨ �ਲਤ�: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "ਸਿੰਬ�ਲਿ� ਲਿੰ� '%s' ਪ��ਹਨ ਲ� ਫ�ਲ�ਹ: %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "ਸਿਬ�ਲਿ� ਲਿੰ� ਬਣਾ�ਣ ਦ�ਰਾਨ �ਲਤ�: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "ਫਾà¨?ਲ à¨à©?à¨?ਣ ਦà©?ਰਾਨ à¨?ਲਤà©?: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "ਡਾà¨?ਰà©?à¨?à¨?ਰà©? ਨà©?à©° ਡਾà¨?ਰà©?à¨?à¨?ਰà©? à¨?ੱਤà©? à¨à©?à¨?ਿà¨? ਨਹà©?à¨? à¨?ਾ ਸà¨?ਦਾ"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "ਬ���ੱਪ ਫਾ�ਲ ਬਣਾ�ਣ ਲ� ਫ�ਲ�ਹ"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "�ਾਰ��� ਫਾ�ਲ ਹ�ਾ�ਣ ਦ�ਰਾਨ �ਲਤ�: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "ਮਾà¨?à¨?à¨? ਵਿੱà¨? à¨à©?à¨?ਣਾ ਸਹਿਯà©?à¨?à©? ਨਹà©?à¨?"
@@ -1505,102 +1525,102 @@ msgstr "�ਲਤ ��ਸ��ੱਡ ��ਣ ਨਾ�"
msgid "Error setting extended attribute '%s': %s"
msgstr "��ਸ��ੱਡ ��ਣ '%s' ਸ�ੱ� �ਰਨ ਦ�ਰਾਨ �ਲਤ�: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' ਫਾ�ਲ ਦ�ਣ'� �ਲਤ�: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr "(�ਲਤ �ੰ��ਡਿੰ�)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "ਫਾ�ਲ ਡਿਸ��ਰਿਪ�ਰ ਸ���ਿੰ� �ਲਤ�: %s "
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "�ਲਤ ��ਰ�ਬਿ�� �ਾ�ਪ (uint32 ਲ���ਦਾ ਸ�)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "�ਲਤ ��ਰ�ਬਿ�� �ਾ�ਪ (uint64 ਲ���ਦਾ ਸ�)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "�ਲਤ ��ਰ�ਬਿ�� �ਾ�ਪ (ਬਾ�� ਲਾ�ਨ ਲ���ਦ� ਸ�)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "ਸਿਮਲਿੰ�ਲ� �ਧਿ�ਾਰ ਨਹ�� ਸ�ੱ� ��ਤ� �ਾ ਸ�ਦ�"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "�ਧਿ�ਾਰ ਸ�ੱ� �ਰਨ ਦ�ਰਾਨ �ਲਤ�: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "�ਪਨ ਸ��ਿੰ� �ਲਤ�: %s "
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "ਸਿਮਲਿੰ� �਼�ਰ-ਨਲ ਹ�ਣਾ �ਾਹ�ਦਾ ਹ�"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "symlink ਸ��ਿੰ� �ਲਤ�: %s "
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "symlink ਸ��ਿੰ� �ਲਤ�: ਫਾ�ਲ �ੱ� symlink ਨਹ�� ਹ�"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "ਸ�ਧਣ �ਾ� ਵਰਤਣ ਸਮਾ� ਸ�ੱ� �ਰਨ ਲ� �ਲਤ�: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux ਪਰਸੰ� ��ਰ-ਨਲ ਹ�ਣਾ �ਾਹ�ਦਾ ਹ�"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "SELinux ਪਰਸੰ� ਸ�� �ਰਨ ਦ�ਰਾਨ �ਲਤ�: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "�ਸ ਸਿਸ�ਮ �ੱਤ� SELinux �ਾਲ� ਨਹ�� ਹ�"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "��ਣ %s ਸ��ਿੰ� ਸਹਾ�� ਨਹ��"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "ਫਾ�ਲ ਤ�� ਪ��ਹਨ ਦ�ਰਾਨ �ਲਤ�: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "ਫਾ�ਲ '� ਵ��ਣ ਦ�ਰਾਨ �ਲਤ�: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "ਫਾ�ਲ ਬੰਦ �ਰਨ ਦ�ਰਾਨ �ਲਤ�: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "ਡਿਫਾਲ� ਲ��ਲ ਫਾ�ਲ ਮਾਨ��ਰ �ਾ�ਪ ���ਣ ਲ� �ਸਮਰੱਥ"
@@ -1681,49 +1701,54 @@ msgstr "ਮ�ਮ�ਰ� ���ਪ�ੱ� ਸ�ਰ�ਮ ਮ��-ਸ
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "ਮਾ��� ਹਾਲ� �ਣ-ਮਾ��� ਲ� ਸਥਾਪਿਤ ਨਹ��"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "ਮਾ��� ਹਾਲ� ਬਾਹਰ �ੱਢਣ ਲ� ਸਥਾਪਤ ਨਹ��"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "ਮਾ��� ਲ� ਹਾਲ� unmount �ਾ� unmount_with_operation ਸਥਾਪਿਤ ਨਹ��।"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "ਮਾ��� ਲ� eject �ਾ� eject_with_operation ਸਥਾਪਿਤ ਨਹ�� ਹ�।"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "ਸ��ਰ�ਨਿਸ ਪਰਸੰ� �ਾ�ਪ ��ਸਿੰ� ਲ� ਮਾ��� ਸਥਾਪਤ ਨਹ�� ਹ�"
@@ -1732,11 +1757,11 @@ msgstr "ਸ��ਰ�ਨਿਸ ਪਰਸੰ� �ਾ�ਪ ��ਸਿੰ�
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "ਹ�ਸ�-ਨਾ� '%s' '[' ਰੱ�ਦਾ ਹ�, ਪਰ ']' ਨਹ��"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "���ਪ�ੱ� ਸ�ਰ�ਮ ਲਿ�ਣ ਲ� ਬਣਾ� ਨਹ�� ��"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "ਸਰ�ਤ ਸ�ਰ�ਮ ਬੰਦ ��ਤਾ �ਿ� ਹ�"
@@ -1868,7 +1893,7 @@ msgstr "ਸà©?ਨà©?ਹਾ à¨à©?à¨?ਣ ਦà©?ਰਾਨ à¨?ਲਤà©?: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "ਵਿੰਡ��਼ �ੱਤ� GSocketControlMessage ਸਹਾ�� ਨਹ�� ਹ�"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "ਸ�ਨ�ਹਾ ਲ�ਣ ਦ�ਰਾਨ �ਲਤ�: %s"
diff --git a/po/pl.po b/po/pl.po
index 9b7e359..eaf2f73 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-06 14:20+0100\n"
"Last-Translator: Tomasz Dominikowski <dominikowski gmail com>\n"
"Language-Team: Polish <gnomepl aviary pl>\n"
@@ -90,73 +90,73 @@ msgstr "Å»aden program o nazwie \"%s\" nie zarejestrowaÅ? zakÅ?adki dla \"%s\""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "RozwiniÄ?cie wiersza exec \"%s\" z adresem URI \"%s\" nie powiodÅ?o siÄ?"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr ""
"Konwersja z zestawu znaków \"%s\" na zestaw \"%s\" nie jest obsÅ?ugiwana"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
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:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "NieprawidÅ?owa sekwencja bajtów na wejÅ?ciu konwersji"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "BÅ?Ä?d podczas konwersji: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Na koÅ?cu wejÅ?cia wystÄ?puje sekwencja odpowiadajÄ?ca czÄ?Å?ci znaku"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr ""
"Nie można przekonwertowaÄ? napisu zastÄ?pczego \"%s\" na zestaw znaków \"%s\""
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr ""
"Adres URI \"%s\" nie jest bezwzglÄ?dnym adresem URI, używajÄ?cym schematu "
"\"plikowego\""
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Adres URI lokalnego pliku \"%s\" nie może zawieraÄ? znaku \"#\""
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "Adres URI \"%s\" jest nieprawidÅ?owy"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Nazwa komputera w adresie URI \"%s\" jest nieprawidÅ?owa"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Adres URI \"%s\" zawiera nieprawidÅ?owe znaki sterujÄ?ce"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Å?cieżka \"%s\" nie jest Å?cieżkÄ? bezwzglÄ?dnÄ?"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "NieprawidÅ?owa nazwa komputera"
@@ -165,98 +165,98 @@ msgstr "NieprawidÅ?owa nazwa komputera"
msgid "Error opening directory '%s': %s"
msgstr "WystÄ?piÅ? bÅ?Ä?d podczas otwierania katalogu \"%s\": %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Nie można przydzieliÄ? %lu bajtów do odczytu pliku \"%s\""
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "WystÄ?piÅ? bÅ?Ä?d podczas odczytu pliku \"%s\": %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "Plik \"%s\" jest za duży"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Nie można odczytaÄ? z pliku \"%s\": %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Nie można otworzyÄ? pliku \"%s\": %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"Nie można uzyskaÄ? atrybutów pliku \"%s\": funkcja fstat() zwróciÅ?a bÅ?Ä?d: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Nie można otworzyÄ? pliku \"%s\": funkcja fdopen() zwróciÅ?a bÅ?Ä?d: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
"Nie można zmieniÄ? nazwy pliku \"%s\" na \"%s\": funkcja g_rename() zwróciÅ?a "
"bÅ?Ä?d: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Nie można utworzyÄ? pliku \"%s\": %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr ""
"Nie można otworzyÄ? pliku \"%s\" do zapisu: funkcja fdopen() zwróciÅ?a bÅ?Ä?d: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Nie można zapisaÄ? pliku \"%s\": funkcja fwrite() zwróciÅ?a bÅ?Ä?d: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Nie można zapisaÄ? pliku \"%s\": funkcja fflush() zwróciÅ?a bÅ?Ä?d: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Nie można zapisaÄ? pliku \"%s\": funkcja fsync() zwróciÅ?a bÅ?Ä?d: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Nie można zamknÄ?Ä? pliku \"%s\": funkcja fclose() zwróciÅ?a bÅ?Ä?d: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
"Nie można usunÄ?Ä? istniejÄ?cego pliku \"%s\": funkcja g_unlink() zwróciÅ?a "
"bÅ?Ä?d: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Szablon \"%s\" jest nieprawidÅ?owy, nie powinien on zawieraÄ? \"%s\""
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Szablon \"%s\" nie zawiera XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -264,27 +264,42 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Niepowodzenie podczas odczytu dowiÄ?zania symbolicznego \"%s\": %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "DowiÄ?zania symboliczne nie sÄ? obsÅ?ugiwane"
@@ -558,7 +573,7 @@ msgstr "osiÄ?gniÄ?to limit wyjÄ?tku"
msgid "the pattern contains items not supported for partial matching"
msgstr "wzorzec zawiera elementy nieobsÅ?ugiwane w dopasowywaniu czÄ?Å?ciowym"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "bÅ?Ä?d wewnÄ?trzny"
@@ -1165,17 +1180,17 @@ msgstr "Nie można zinterpretowaÄ? \"%s\" jako wartoÅ?ci logicznej."
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "Za duża wartoÅ?Ä? licznika przekazana do %s"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "Potok jest już zamkniÄ?ty"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "DziaÅ?anie zostaÅ?o anulowane"
@@ -1198,35 +1213,35 @@ msgstr "typ %s"
msgid "Unexpected early end-of-stream"
msgstr "Nieoczekiwany, przedwczesny koniec potoku"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Bez nazwy"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "Plik .desktop nie okreÅ?la pola Exec"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "Nie można odnaleźÄ? terminala wymaganego przez program"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
"Nie można utworzyÄ? katalogu użytkownika dla konfiguracji programu %s: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Nie można utworzyÄ? katalogu użytkownika dla konfiguracji MIME %s: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Nie można utworzyÄ? pliku .desktop dla użytkownika %s"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "WÅ?asna definicja dla %s"
@@ -1278,13 +1293,13 @@ msgstr "BÅ?Ä?dna liczba elementów (%d) w kodowaniu GEmblemedIcon"
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "Oczekiwano obiektu GEmblem dla GEmblemedIcon"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "DziaÅ?anie nie jest obsÅ?ugiwane"
@@ -1297,49 +1312,49 @@ msgstr "DziaÅ?anie nie jest obsÅ?ugiwane"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: gio/gfile.c:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "Nie istnieje zawierajÄ?ce montowanie"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Nie można skopiowaÄ? na katalog"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "Nie można skopiowaÄ? katalogu na katalog"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "Plik docelowy istnieje"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "Nie można skopiowaÄ? katalogu rekurencyjnie"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "Nie można skopiowaÄ? pliku specjalnego"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "Wprowadzono nieprawidÅ?owÄ? wartoÅ?Ä? dowiÄ?zania symbolicznego"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "Kosz nie jest obsÅ?ugiwany"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Nazwy plików nie mogÄ? zawieraÄ? \"%c\""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "wolumin nie obsÅ?uguje montowania"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "Å»aden program nie jest zarejestrowany do obsÅ?ugi tego pliku"
@@ -1428,7 +1443,7 @@ msgstr "Potok wejÅ?ciowy nie obsÅ?uguje odczytu"
#. 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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "Potok ma zalegÅ?e dziaÅ?anie"
@@ -1441,114 +1456,119 @@ msgstr "Brak wystarczajÄ?cej iloÅ?ci miejsca dla adresu gniazda"
msgid "Unsupported socket address"
msgstr "NieobsÅ?ugiwany adres gniazda"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "Nie można odnaleźÄ? domyÅ?lnego typu monitora katalogu lokalnego"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "NieprawidÅ?owa nazwa pliku %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "BÅ?Ä?d podczas pobierania informacji o systemie plików: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Nie można zmieniÄ? nazwy katalogu gÅ?ównego"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "BÅ?Ä?d podczas zmieniania nazwy pliku: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "Nie można zmieniÄ? nazwy pliku, plik o takiej nazwie już istnieje"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "NieprawidÅ?owa nazwa pliku"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "BÅ?Ä?d podczas otwierania pliku: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Nie można otworzyÄ? katalogu"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "BÅ?Ä?d podczas usuwania pliku: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "BÅ?Ä?d podczas przenoszenia pliku do kosza: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Nie można utworzyÄ? katalogu kosza %s: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "Nie można odnaleźÄ? gÅ?ównego katalogu dla kosza"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "Nie można odnaleźÄ? lub utworzyÄ? katalogu kosza"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Nie można utworzyÄ? pliku informacji o koszu: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Nie można przenieÅ?Ä? pliku do kosza: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "BÅ?Ä?d podczas tworzenia katalogu: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Niepowodzenie podczas odczytu dowiÄ?zania symbolicznego \"%s\": %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "BÅ?Ä?d podczas tworzenia dowiÄ?zania symbolicznego: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "BÅ?Ä?d podczas przenoszenia pliku: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Nie można przenieÅ?Ä? katalogu na katalog"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Nie można utworzyÄ? kopii zapasowej pliku"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "BÅ?Ä?d podczas usuwania pliku docelowego: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "Przenoszenie miÄ?dzy zamontowanymi udziaÅ?ami nie jest obsÅ?ugiwane"
@@ -1569,104 +1589,104 @@ msgstr "NieprawidÅ?owa nazwa rozszerzonego atrybutu"
msgid "Error setting extended attribute '%s': %s"
msgstr "BÅ?Ä?d podczas ustawiania rozszerzonego atrybutu \"%s\": %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "BÅ?Ä?d podczas wyznaczania pliku \"%s\": %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (nieprawidÅ?owe kodowanie)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "BÅ?Ä?d podczas wyznaczania deskryptora pliku: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "NieprawidÅ?owy typ atrybutu (oczekiwano \"uint32\")"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "NieprawidÅ?owy typ atrybutu (oczekiwano \"uint64\")"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "NieprawidÅ?owy typ atrybutu (oczekiwano \"byte string\")"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "Nie można ustawiÄ? uprawnieÅ? na dowiÄ?zaniach symbolicznych"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "BÅ?Ä?d podczas ustawiania uprawnieÅ?: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "BÅ?Ä?d podczas ustawiania wÅ?aÅ?ciciela: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "dowiÄ?zanie symboliczne nie może byÄ? puste"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "BÅ?Ä?d podczas ustawiania dowiÄ?zania symbolicznego: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"BÅ?Ä?d podczas ustawiania dowiÄ?zania symbolicznego: plik nie jest dowiÄ?zaniem "
"symbolicznym"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "BÅ?Ä?d podczas ustawiania czasu modyfikacji lub dostÄ?pu: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "Kontekst SELinux nie może byÄ? pusty"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "BÅ?Ä?d podczas ustawiania kontekstu SELinux: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux nie jest wÅ?Ä?czony w tym systemie"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Ustawianie atrybutu %s nie jest obsÅ?ugiwane"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "BÅ?Ä?d podczas odczytywania z pliku: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "BÅ?Ä?d podczas wyszukiwania w pliku: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "BÅ?Ä?d podczas zamykania pliku: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "Nie można odnaleźÄ? domyÅ?lnego typu monitora pliku lokalnego"
@@ -1747,50 +1767,55 @@ msgstr "Nie można zmieniÄ? rozmiaru potoku wyjÅ?ciowego pamiÄ?ci"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "montowany obiekt nie obsÅ?uguje odmontowania"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "montowany obiekt nie obsÅ?uguje wysuniÄ?cia"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
"montowany obiekt nie obsÅ?uguje odmontowania lub \"unmount_with_operation\""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "montowany obiekt nie obsÅ?uguje wysuniÄ?cia lub \"eject_with_operation\""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+msgid "mount doesn't implement \"remount\""
msgstr "montowany obiekt nie obsÅ?uguje ponownego montowania"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:797
+#: gio/gmount.c:828
msgid "mount doesn't implement content type guessing"
msgstr "montowany obiekt nie obsÅ?uguje rozpoznania typu zawartoÅ?ci"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
"montowany obiekt nie obsÅ?uguje synchronicznego rozpoznania typu zawartoÅ?ci"
@@ -1800,11 +1825,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "Nazwa komputera \"%s\" zawiera \"[\", ale nie \"]\""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "Potok wyjÅ?ciowy nie obsÅ?uguje zapisu"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "Potok źródÅ?owy jest już zamkniÄ?ty"
@@ -1936,7 +1961,7 @@ msgstr "BÅ?Ä?d podczas wysyÅ?ania komunikatu: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage nie jest obsÅ?ugiwane w Windows"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "BÅ?Ä?d podczas pobierania komunikatu: %s"
diff --git a/po/ps.po b/po/ps.po
index 29925c8..0584f03 100644
--- a/po/ps.po
+++ b/po/ps.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.head\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-04-12 17:07-0800\n"
"Last-Translator: \n"
"Language-Team: Pashto <pathanisation googlegroups com>\n"
@@ -87,69 +87,69 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr ""
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr ""
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr ""
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr ""
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "%s :د اÚ?Ù?Ù?Û? پر Ù?Ù?اÙ? ستÙ?Ù?زÙ?"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr ""
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr ""
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr ""
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr ""
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "Ù?اسÙ? دÛ? URI '%s'"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr ""
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr ""
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr ""
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Ù?اسÙ? Ú©Ù?ربÙ? Ù?Ù?Ù?"
@@ -158,119 +158,134 @@ msgstr "Ù?اسÙ? Ú©Ù?ربÙ? Ù?Ù?Ù?"
msgid "Error opening directory '%s': %s"
msgstr "%s :درکÙ?Ù?Ù?د پراÙ?Ù?ستÙ?Ù? Ú©Û? ستÙ?Ù?زÙ? '%s'"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr ""
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "%s :دÙ?تÙ?Ù? Ù?Ù?سÙ?Ù? Ú©Û? ستÙ?Ù?زÙ? '%s'"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "%s :دÙ?تÙ?Û? Ù?Ù? Ù?Ù?ستÙ?Ù? Ú©Û? پاتÛ? راغÛ? '%s' د"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "%s :دÙ?تÙ?Ù? پراÙ?Ù?ستÙ?Ù? Ú©Û? پاتÛ? راغÛ? '%s'"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr ""
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "%s :دÙ?تÙ?Û? جÙ?Ú?Ù?Ù?Ù? Ú©Û? پاتÛ? راغÛ? '%s' د"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr ""
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr ""
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr ""
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr ""
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr ""
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr ""
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr ""
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f ک ب"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f Ù? ب"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f ګ ب"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f ک ب"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f ک ب"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f ک ب"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "%s :Ù¾Ù? Ù?Ù?ستÙ?Ù? Ú©Û? پاتÛ? راغÛ? '%s' د Ù¾Û?Ù?اÙ?Ù? تÚ?Ù?Û?"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Ù¾Û?Ù?اÙ?Ù? تÚ?Ù?Û? Ù?Ù? Ù?Ù?Ù? Ú©Ù?Ú?Ù?"
@@ -501,7 +516,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "دÙ?Ù?Ù?Û? تÛ?رÙ?تÙ?Ù?"
@@ -1079,17 +1094,17 @@ msgstr ""
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "Ú?ار بÙ?د Ø´Ù?"
@@ -1112,34 +1127,34 @@ msgstr "Ú?Ù?Ù? %s"
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "بÛ?Ù?Ù?Ù?Ù?"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Ù?Ù? Ø´Ù? جÙ?Ú?Ù?Ù?Û? %s د کارÙ? سرپاڼÛ? دÙ?تÙ?Ù?"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "Ù?پارÙ? دÙ?دÙ?ز Ù¾Û?Ú?Ù?داÙ?Û? %s د"
@@ -1191,13 +1206,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Ú?ار Ù?Ù? Ù?Ù?Ù? Ú©Ù?Ú?Ù?"
@@ -1210,49 +1225,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "د درکÙ?Ù?Ù?د پر سر Ù?Ù? Ø´Ù? Ù?Ù?Û?سÙ?Û?"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "درکÙ?Ù?Ù?د د درکÙ?Ù?Ù?د پر سر Ù?Ù? Ø´Ù? Ù?Ù?Û?سÙ?Û?"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "Ù?Ù?Ø®Ù? دÙ?تÙ?Ù? شتÙ?Ù? Ù?رÙ?"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "Ú?اÙ?Ú«Ú?Û? دÙ?تÙ?Ù? Ù?Ù? Ø´Ù? Ù?Ù?Û?سÙ?Û?"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "Ù?اسÙ? Ù¾Û?Ù?اÙ?تÚ?Ù?Û? ارزÚ?ت Ù?رکÚ?Ù? Ø´Ù?Û?"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr ""
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Ù?Ù? Ø´Ù? Ù?رÙ?Û? '%c' دÙ?تÙ?Ù? Ù?Ù?Ù?Ù?Ù?Ù?"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr ""
@@ -1341,7 +1356,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr ""
@@ -1354,114 +1369,119 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "%s Ù?اسÙ? دÙ?تÙ?Ù? Ù?Ù?Ù?"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "%s :د دÙ?تÙ?Ù? غÙ?Ù?Ú?اÙ? خبرتÙ?اÙ?Ù? اخÙ?ستÙ?Ù? Ú©Û? ستÙ?Ù?زÙ?"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Ù?Ù?Û? درکÙ?Ù?Ù?د Ù?Ù? Ø´Ù? بÙ?اÙ?Ù?Ù?Ù?Ù?Û?"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "%s :دÙ?تÙ?Ù? بÙ?اÙ?Ù?Ù?Ù?Ù?Ù? Ú©Û? ستÙ?Ù?زÙ?"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "دÙ?تÙ?Ù? Ù?Ù? Ø´Ù? بÙ?اÙ?Ù?Ù?Ù?Ù?Û?Ø? دÙ?تÙ?Ù? Ù?Ù?Ù? د Ù?خکÛ? Ù?Ù? شتÙ?"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Ù?اسÙ? دÙ?تÙ?Ù? Ù?Ù?Ù?"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "%s :دÙ?تÙ?Ù? پراÙ?Ù?ستÙ?Ù? Ú©Û? ستÙ?Ù?زÙ?"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "درکÙ?Ù?Ù?د Ù?Ù? Ø´Ù? پراÙ?Ù?ستÙ?Û?"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "%s :دÙ?تÙ?Û? Ú?Ù?Ú«Ù?Ù?Ù? Ú©Û? ستÙ?Ù?زÙ?"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr ""
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr ""
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr ""
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr ""
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "%s د Ù¾Ù?Ú?Û? Ù¾Ù? جÙ?Ú?Ù?Ù?Ù? Ú©Û? ستÙ?Ù?زÙ?:"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "%s :Ù¾Ù? Ù?Ù?ستÙ?Ù? Ú©Û? پاتÛ? راغÛ? '%s' د Ù¾Û?Ù?اÙ?Ù? تÚ?Ù?Û?"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "%s :د Ù¾Û?Ù?اÙ?Ù? تÚ?Ù?Û? Ù¾Ù? جÙ?Ú?Ù?Ù?Ù? Ú©Û? ستÙ?Ù?زÙ?"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "%s :دÙ?تÙ?Ù? Ø®Ù?Ú?Ù?Ù?Ù? Ú©Û? ستÙ?Ù?زÙ?"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Ù?Ù? درکÙ?Ù?Ù?د پر بÙ? درکÙ?Ù?Ù?د Ù?Ù? Ø´Ù? Ø®Ù?Ú?Ù?Ù?Û?"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "د شاتÚ? دÙ?تÙ?Û? جÙ?Ú?Ù?Ù?Ù? پاتÛ? راغÙ?Ù?"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "%s :د Ù?Ù?Ø®Ù? دÙ?تÙ?Û? Ù¾Ù? Ú?Ù?Ú«Ù?Ù?Ù? Ú©Û? ستÙ?Ù?زÙ?"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "د Ù?اÙ?Ù?Ù¼Ù?Ù?Ù? ترÙ?Ù?Ú? Ø®Ù?Ú?Û?دÙ?Ù? Ù?Ù? Ù?Ù?Ù? Ú©Ù?Ú?Ù?"
@@ -1482,103 +1502,103 @@ msgstr ""
msgid "Error setting extended attribute '%s': %s"
msgstr ""
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr ""
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (Ù?اسÙ?Ù? Ú©Ù?Ú?Ù?Ù?زÙ?Ù?Ù?)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr ""
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "%s :د پرÛ?Ú?Ù?Ù? Ù¾Ù? اÙ?ستÙ?Ù? Ú©Û? ستÙ?Ù?زÙ?"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "%s :د پرÛ?Ú?Ù?Ù? Ù¾Ù? اÙ?ستÙ?Ù? Ú©Û? ستÙ?Ù?زÙ?"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "%s :د خاÙ?Ù?د Ù¾Ù? اÙ?ستÙ?Ù? Ú©Û? ستÙ?Ù?زÙ?"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr ""
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "%s :د پرÛ?Ú?Ù?Ù? Ù¾Ù? اÙ?ستÙ?Ù? Ú©Û? ستÙ?Ù?زÙ?"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr ""
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "%s :دÙ?تÙ?Û? Ù?Ù? Ù?Ù?ستÙ?Ù? Ú©Û? ستÙ?Ù?زÙ?"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr ""
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "%s :دÙ?تÙ?Ù? بÙ?دÙ?Ù?Ù? Ú©Û? ستÙ?Ù?زÙ?"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
@@ -1659,49 +1679,49 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+msgid "mount doesn't implement \"unmount\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+msgid "mount doesn't implement \"eject\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
@@ -1710,11 +1730,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr ""
@@ -1848,7 +1868,7 @@ msgstr "%s :دÙ?تÙ?Ù? پراÙ?Ù?ستÙ?Ù? Ú©Û? ستÙ?Ù?زÙ?"
msgid "GSocketControlMessage not supported on windows"
msgstr ""
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "%s :دÙ?تÙ?Û? Ú?Ù?Ú«Ù?Ù?Ù? Ú©Û? ستÙ?Ù?زÙ?"
diff --git a/po/pt.po b/po/pt.po
index e04b244..e0ee8e2 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.28\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-01 23:35+0000\n"
"Last-Translator: Duarte Loreto <happyguy_pt hotmail com>\n"
"Language-Team: Portuguese <gnome_pt yahoogroups com>\n"
@@ -88,69 +88,69 @@ msgstr "Nenhuma aplicação denominada '%s' registou um marcador para '%s'"
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:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, 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:441 glib/gconvert.c:519
#, 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:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Sequência de bytes inválida na origem da conversão"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Erro durante a conversão: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Sequência de caracteres parcial no final da origem"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Incapaz de converter recurso '%s' para conjunto de caracteres '%s'"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, 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:1755
+#: glib/gconvert.c:1761
#, 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:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "O URI '%s' é inválido"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, 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:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "O URI '%s' contém caracteres incorrectamente mascarados"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, 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:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Nome de máquina inválido"
@@ -159,119 +159,134 @@ msgstr "Nome de máquina inválido"
msgid "Error opening directory '%s': %s"
msgstr "Erro ao abrir o directório '%s': %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, 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:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Erro ao ler o ficheiro '%s': %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "Ficheiro \"%s\" é demasiado grande"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Falha ao ler do ficheiro '%s': %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Falha ao abrir o ficheiro '%s': %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, 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:743
+#: glib/gfileutils.c:750
#, 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:851
+#: glib/gfileutils.c:858
#, 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:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Falha ao criar o ficheiro '%s': %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, 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:932
+#: glib/gfileutils.c:939
#, 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:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Falha ao escrever o ficheiro '%s': falha no fflush(): %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Falha ao escrever o ficheiro '%s': falha no fsync(): %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, 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:1117
+#: glib/gfileutils.c:1124
#, 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:1321
+#: glib/gfileutils.c:1328
#, 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:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Modelo '%s' não contém XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u bytes"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Falha ao ler o atalho '%s': %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Atalhos não são suportados"
@@ -542,7 +557,7 @@ msgstr "limite de retroceder alcançado"
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:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "erro interno"
@@ -1137,17 +1152,17 @@ msgstr "Incapaz de interpretar o valor '%s' como uma boleana."
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "Valor de contagem demasiado grande passado para %s"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "O fluxo já se encontra fechado"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "A operação foi cancelada"
@@ -1170,35 +1185,35 @@ msgstr "Tipo %s"
msgid "Unexpected early end-of-stream"
msgstr "Final precoce de fluxo inesperado"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Sem nome"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "Ficheiro de área de trabalho não especifica campo Exec"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "Incapaz de encontrar a consola necessária à aplicação"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, 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:1102
+#: gio/gdesktopappinfo.c:1117
#, 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:1506
+#: gio/gdesktopappinfo.c:1525
#, 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:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "Definição personalizada de %s"
@@ -1250,13 +1265,13 @@ msgstr "Número de blocos (%d) mal-formado na codificação GEmblemedIcon"
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "Esperado um GEmblem para o GEmblemedIcon"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Operação não suportada"
@@ -1269,49 +1284,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "Montagem contida não existe"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Incapaz de copiar sobre um directório"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "Incapaz de copiar um directório sobre um directório"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "Ficheiro de destino já existe"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "Incapaz de copiar directório recursivamente"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "Incapaz de copiar ficheiro especial"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "Dado um valor de atalho inválido"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "Não existe suporte para o Lixo"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Nomes de ficheiros não podem conter '%c'"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "unidade não implementa a montagem"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "Não existe nenhuma aplicação registada para gerir este ficheiro"
@@ -1400,7 +1415,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "Fluxo tem uma operação por terminar"
@@ -1413,114 +1428,119 @@ msgstr "Espaço insuficiente para o endereço do socket"
msgid "Unsupported socket address"
msgstr "Endereço de socket não suportado"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
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:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Nome de ficheiro %s inválido"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Erro ao obter a informação do sistema de ficheiros: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Incapaz de renomear o directório raiz"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Erro ao renomear o ficheiro: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "Incapaz de renomear o ficheiro, o nome já existe"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Nome de ficheiro inválido"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Erro ao abrir o ficheiro: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Incapaz de abrir o directório"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Erro ao remover o ficheiro: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "Erro ao enviar o ficheiro para o Lixo: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Incapaz de criar o directório de Lixo %s: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "Incapaz de encontrar o directório de topo para o Lixo"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "Incapaz de encontrar ou criar o directório de Lixo"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, 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:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Incapaz de enviar o ficheiro para o Lixo: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "Erro ao criar o directório: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Falha ao ler o atalho '%s': %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Erro ao criar atalho: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Erro ao mover o ficheiro: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Incapaz de mover um directório sobre um directório"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Falha ao criar o ficheiro de cópia de segurança"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Erro ao remover o ficheiro de destino: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "Não é suportado mover entre montados"
@@ -1541,102 +1561,102 @@ msgstr "Nome de atributo extendido inválido"
msgid "Error setting extended attribute '%s': %s"
msgstr "Erro ao definir o atributo extendido '%s': %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Erro ao verificar o ficheiro '%s': %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (codificação inválida)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Erro ao verificar o descritor do ficheiro: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Tipo de atributo inválido (esperado um uint32)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Tipo de atributo inválido (esperado um uint64)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Tipo de atributo inválido (esperado uma expressão byte)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "Incapaz de definir permissões em atalhos simbólicos"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Erro ao definir as permissões: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Erro ao definir o dono: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "atalho tem de ser não-NULL"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Erro ao definir o atalho: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "Erro ao definir o atalho: ficheiro não é um atalho"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "Erro ao definir a hora de alteração ou acesso: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "O contexto SELinux tem de ser não-NULL"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Erro ao definir o contexto SELinux: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "O SELinux não está activo neste sistema"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Não é suportada a definição do atributo %s"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Erro ao ler do ficheiro: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Erro ao procurar no ficheiro: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Erro ao fechar o ficheiro: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "Incapaz de encontrar tipo de monitor por omissão de ficheiro local"
@@ -1717,49 +1737,54 @@ 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:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+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:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+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 any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "montar não implementa desmontar ou unmount_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "montar não implementa ejectar ou eject_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "montar não implementa detecção sÃncrona do tipo de conteúdo"
@@ -1768,11 +1793,11 @@ msgstr "montar não implementa detecção sÃncrona do tipo de conteúdo"
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "Nome de máquina '%s' contém '[' mas não ']'"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "Fluxo de saÃda não implementa a escrita"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "Fluxo de origem já está fechado"
@@ -1904,7 +1929,7 @@ msgstr "Erro ao enviar a mensagem: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage não é suportada em windows"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "Erro ao receber a mensagem: %s"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index f0c748b..542757b 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-11-23 08:35-0500\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-11-05 11:39-0300\n"
"Last-Translator: Vladimir Melo <vmelo gnome org>\n"
"Language-Team: Brazilian Portuguese <gnome-pt_br-list gnome org>\n"
@@ -25,318 +25,339 @@ msgstr ""
"X-Poedit-Country: BRAZIL\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-#: ../glib/gbookmarkfile.c:737
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Atributo \"%s\" inesperado para elemento \"%s\""
-#: ../glib/gbookmarkfile.c:748 ../glib/gbookmarkfile.c:819
-#: ../glib/gbookmarkfile.c:829 ../glib/gbookmarkfile.c:936
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Não foi localizado atributo \"%s\" do elemento \"%s\""
-#: ../glib/gbookmarkfile.c:1106 ../glib/gbookmarkfile.c:1171
-#: ../glib/gbookmarkfile.c:1235 ../glib/gbookmarkfile.c:1245
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Marca \"%s\" inesperada, esperava marca \"%s\""
-#: ../glib/gbookmarkfile.c:1131 ../glib/gbookmarkfile.c:1145
-#: ../glib/gbookmarkfile.c:1213 ../glib/gbookmarkfile.c:1265
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Marca \"%s\" inesperada dentro de \"%s\""
-#: ../glib/gbookmarkfile.c:1793
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr ""
"Não foi localizado arquivo de marcadores válido nos diretórios de dados"
-#: ../glib/gbookmarkfile.c:1994
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Já existe um marcador para o URI \"%s\""
-#: ../glib/gbookmarkfile.c:2040 ../glib/gbookmarkfile.c:2198
-#: ../glib/gbookmarkfile.c:2283 ../glib/gbookmarkfile.c:2363
-#: ../glib/gbookmarkfile.c:2448 ../glib/gbookmarkfile.c:2531
-#: ../glib/gbookmarkfile.c:2609 ../glib/gbookmarkfile.c:2688
-#: ../glib/gbookmarkfile.c:2730 ../glib/gbookmarkfile.c:2827
-#: ../glib/gbookmarkfile.c:2953 ../glib/gbookmarkfile.c:3143
-#: ../glib/gbookmarkfile.c:3219 ../glib/gbookmarkfile.c:3384
-#: ../glib/gbookmarkfile.c:3473 ../glib/gbookmarkfile.c:3563
-#: ../glib/gbookmarkfile.c:3691
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Não foi localizado marcador para o URI \"%s\""
-#: ../glib/gbookmarkfile.c:2372
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Não foi definido tipo MIME no marcador para o URI \"%s\""
-#: ../glib/gbookmarkfile.c:2457
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Não foi definido sinal de particular no marcador para o URI \"%s\""
-#: ../glib/gbookmarkfile.c:2836
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Não há grupos definidos no marcador para o URI \"%s\""
-#: ../glib/gbookmarkfile.c:3237 ../glib/gbookmarkfile.c:3394
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Nenhum aplicativo chamado \"%s\" registrou um marcador para \"%s\""
-#: ../glib/gbookmarkfile.c:3417
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Falha em expandir linha de execução \"%s\" com URI \"%s\""
-#: ../glib/gconvert.c:437 ../glib/gconvert.c:515 ../glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, 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:441 ../glib/gconvert.c:519
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, 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:638 ../glib/gconvert.c:1031 ../glib/giochannel.c:1402
-#: ../glib/giochannel.c:1444 ../glib/giochannel.c:2288 ../glib/gutf8.c:964
-#: ../glib/gutf8.c:1419
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
+#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
+#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Seqüência de bytes inválida na entrada de conversão"
-#: ../glib/gconvert.c:646 ../glib/gconvert.c:956 ../glib/giochannel.c:1409
-#: ../glib/giochannel.c:2300
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
+#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Erro durante a conversão: %s"
-#: ../glib/gconvert.c:678 ../glib/gutf8.c:960 ../glib/gutf8.c:1170
-#: ../glib/gutf8.c:1311 ../glib/gutf8.c:1415
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Seqüência de caracteres parcial no final da entrada"
-#: ../glib/gconvert.c:928
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr ""
"Não é possÃvel converter a seqüência \"%s\" para conjunto caracteres \"%s\""
-#: ../glib/gconvert.c:1751
+#: glib/gconvert.c:1751
#, 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:1761
+#: glib/gconvert.c:1761
#, 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:1778
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "O URI \"%s\" é inválido"
-#: ../glib/gconvert.c:1790
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "O nome de servidor do URI \"%s\" é inválido"
-#: ../glib/gconvert.c:1806
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "O URI \"%s\" contém caracteres com escape inválido"
-#: ../glib/gconvert.c:1901
+#: glib/gconvert.c:1901
#, 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:1911
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Nome de servidor inválido"
-#: ../glib/gdir.c:112 ../glib/gdir.c:135
+#: glib/gdir.c:112 glib/gdir.c:135
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Erro ao abrir o diretório \"%s\": %s"
-#: ../glib/gfileutils.c:536 ../glib/gfileutils.c:624
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, 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:551
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Erro ao ler arquivo \"%s\": %s"
-#: ../glib/gfileutils.c:565
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "Arquivo \"%s\" é muito grande"
-#: ../glib/gfileutils.c:648
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Falha ao ler do arquivo \"%s\": %s"
-#: ../glib/gfileutils.c:699 ../glib/gfileutils.c:786
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Falha ao abrir arquivo \"%s\": %s"
-#: ../glib/gfileutils.c:716 ../glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, 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:750
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Falha ao abrir arquivo \"%s\": fdopen() falhou: %s"
-#: ../glib/gfileutils.c:858
+#: glib/gfileutils.c:858
#, 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:900 ../glib/gfileutils.c:1366
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Falha ao criar arquivo \"%s\": %s"
-#: ../glib/gfileutils.c:914
+#: glib/gfileutils.c:914
#, 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:939
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Falha ao escrever no arquivo \"%s\": fwrite() falhou: %s"
-#: ../glib/gfileutils.c:958
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Falha ao escrever no arquivo \"%s\": fflush() falhou: %s"
-#: ../glib/gfileutils.c:987
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Falha ao escrever no arquivo \"%s\": fsync() falhou: %s"
-#: ../glib/gfileutils.c:1006
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Falha ao fechar arquivo \"%s\": fclose() falhou: %s"
-#: ../glib/gfileutils.c:1124
+#: glib/gfileutils.c:1124
#, 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:1328
+#: glib/gfileutils.c:1328
#, 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:1341
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Modelo \"%s\" não contém XXXXXX"
-#: ../glib/gfileutils.c:1779
+#: glib/gfileutils.c:1774
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] "%u byte"
+msgstr[1] "%u bytes"
+
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1784
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1789
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1832
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Falha ao ler link simbólico \"%s\": %s"
-#: ../glib/gfileutils.c:1853
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Não há suporte a links simbólicos"
-#: ../glib/giochannel.c:1234
+#: glib/giochannel.c:1234
#, 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:1579
+#: glib/giochannel.c:1579
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr ""
"Não é possÃvel fazer uma leitura em bruto em g_io_channel_read_line_string"
-#: ../glib/giochannel.c:1626 ../glib/giochannel.c:1884
-#: ../glib/giochannel.c:1971
+#: glib/giochannel.c:1626 glib/giochannel.c:1884 glib/giochannel.c:1971
msgid "Leftover unconverted data in read buffer"
msgstr "Dados residuais não convertidos no buffer de leitura"
-#: ../glib/giochannel.c:1707 ../glib/giochannel.c:1784
+#: glib/giochannel.c:1707 glib/giochannel.c:1784
msgid "Channel terminates in a partial character"
msgstr "Canal termina num caractere parcial"
-#: ../glib/giochannel.c:1770
+#: glib/giochannel.c:1770
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Não é possÃvel fazer uma leitura em bruto de g_io_channel_read_to_end"
-#: ../glib/gmappedfile.c:123
+#: glib/gmappedfile.c:123
#, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "Falha ao abrir arquivo \"%s\": open() falhou: %s"
-#: ../glib/gmappedfile.c:201
+#: glib/gmappedfile.c:201
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Falha ao mapear arquivo \"%s\": mmap() falhou: %s"
-#: ../glib/gmarkup.c:303 ../glib/gmarkup.c:343
+#: glib/gmarkup.c:303 glib/gmarkup.c:343
#, c-format
msgid "Error on line %d char %d: "
msgstr "Erro na linha %d caractere %d: "
-#: ../glib/gmarkup.c:363 ../glib/gmarkup.c:441
+#: glib/gmarkup.c:363 glib/gmarkup.c:441
#, c-format
msgid "Invalid UTF-8 encoded text in name - not valid '%s'"
msgstr "Texto do nome codificado em UTF-8 inválido - \"%s\" não válido"
-#: ../glib/gmarkup.c:374
+#: glib/gmarkup.c:374
#, c-format
msgid "'%s' is not a valid name "
msgstr "\"%s\" não é um nome válido"
-#: ../glib/gmarkup.c:390
+#: glib/gmarkup.c:390
#, c-format
msgid "'%s' is not a valid name: '%c' "
msgstr "\"%s\" não é um nome válido: \"%c\""
-#: ../glib/gmarkup.c:494
+#: glib/gmarkup.c:494
#, c-format
msgid "Error on line %d: %s"
msgstr "Erro na linha %d: %s"
-#: ../glib/gmarkup.c:578
+#: glib/gmarkup.c:578
#, c-format
msgid ""
"Failed to parse '%-.*s', which should have been a digit inside a character "
@@ -346,7 +367,7 @@ msgstr ""
"referência de caractere (ê por exemplo) - talvez o dÃgito seja grande "
"demais"
-#: ../glib/gmarkup.c:590
+#: glib/gmarkup.c:590
msgid ""
"Character reference did not end with a semicolon; most likely you used an "
"ampersand character without intending to start an entity - escape ampersand "
@@ -356,24 +377,24 @@ msgstr ""
"utilizou um caractere \"e\" comercial sem desejar iniciar uma entidade - "
"escape-o com &"
-#: ../glib/gmarkup.c:616
+#: glib/gmarkup.c:616
#, 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:654
+#: glib/gmarkup.c:654
msgid ""
"Empty entity '&;' seen; valid entities are: & " < > '"
msgstr ""
"Entidade \"&;\" vazia vista; as entidades válidas são: & " < "
"> '"
-#: ../glib/gmarkup.c:662
+#: glib/gmarkup.c:662
#, c-format
msgid "Entity name '%-.*s' is not known"
msgstr "Nome de entidade \"%-.*s\" não é conhecido"
-#: ../glib/gmarkup.c:667
+#: glib/gmarkup.c:667
msgid ""
"Entity did not end with a semicolon; most likely you used an ampersand "
"character without intending to start an entity - escape ampersand as &"
@@ -381,11 +402,11 @@ 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 &"
-#: ../glib/gmarkup.c:1014
+#: glib/gmarkup.c:1014
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Documento tem de começar com um elemento (ex. <book>)"
-#: ../glib/gmarkup.c:1054
+#: glib/gmarkup.c:1054
#, c-format
msgid ""
"'%s' is not a valid character following a '<' character; it may not begin an "
@@ -394,7 +415,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:1122
+#: glib/gmarkup.c:1122
#, c-format
msgid ""
"Odd character '%s', expected a '>' character to end the empty-element tag '%"
@@ -403,7 +424,7 @@ msgstr ""
"Caractere estranho \"%s\", esperado um caractere \">\" para finalizar a "
"marca \"%s\" de elemento vazio"
-#: ../glib/gmarkup.c:1206
+#: glib/gmarkup.c:1206
#, c-format
msgid ""
"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
@@ -411,7 +432,7 @@ msgstr ""
"Caractere estranho \"%s\", esperava-se um \"=\" após o nome do atributo \"%s"
"\" do elemento \"%s\""
-#: ../glib/gmarkup.c:1247
+#: glib/gmarkup.c:1247
#, c-format
msgid ""
"Odd character '%s', expected a '>' or '/' character to end the start tag of "
@@ -422,7 +443,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:1291
+#: glib/gmarkup.c:1291
#, c-format
msgid ""
"Odd character '%s', expected an open quote mark after the equals sign when "
@@ -431,7 +452,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:1425
+#: glib/gmarkup.c:1425
#, c-format
msgid ""
"'%s' is not a valid character following the characters '</'; '%s' may not "
@@ -440,7 +461,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:1461
+#: glib/gmarkup.c:1461
#, c-format
msgid ""
"'%s' is not a valid character following the close element name '%s'; the "
@@ -449,25 +470,25 @@ msgstr ""
"\"%s\" não é um caractere válido após o nome do elemento de fecho \"%s\"; o "
"caractere permitido é \">\""
-#: ../glib/gmarkup.c:1472
+#: glib/gmarkup.c:1472
#, 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:1481
+#: glib/gmarkup.c:1481
#, 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:1648
+#: glib/gmarkup.c:1648
msgid "Document was empty or contained only whitespace"
msgstr "Documento estava vazio ou apenas continha espaços"
-#: ../glib/gmarkup.c:1662
+#: glib/gmarkup.c:1662
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Documento terminou inesperadamente logo após um menor que \"<\""
-#: ../glib/gmarkup.c:1670 ../glib/gmarkup.c:1715
+#: glib/gmarkup.c:1670 glib/gmarkup.c:1715
#, c-format
msgid ""
"Document ended unexpectedly with elements still open - '%s' was the last "
@@ -476,7 +497,7 @@ msgstr ""
"Documento terminou inesperadamente com elementos ainda abertos - \"%s\" foi "
"o último elemento aberto"
-#: ../glib/gmarkup.c:1678
+#: glib/gmarkup.c:1678
#, c-format
msgid ""
"Document ended unexpectedly, expected to see a close angle bracket ending "
@@ -485,21 +506,21 @@ msgstr ""
"Documento terminou inesperadamente, esperava-se ver um maior que (\">\") "
"para terminar a marca <%s/>"
-#: ../glib/gmarkup.c:1684
+#: glib/gmarkup.c:1684
msgid "Document ended unexpectedly inside an element name"
msgstr "Documento terminou inesperadamente dentro de um nome de elemento"
-#: ../glib/gmarkup.c:1690
+#: glib/gmarkup.c:1690
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Documento terminou inesperadamente dentro de um nome de atributo"
-#: ../glib/gmarkup.c:1695
+#: glib/gmarkup.c:1695
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr ""
"Documento terminou inesperadamente dentro de uma marca de abertura de "
"elemento."
-#: ../glib/gmarkup.c:1701
+#: glib/gmarkup.c:1701
msgid ""
"Document ended unexpectedly after the equals sign following an attribute "
"name; no attribute value"
@@ -507,401 +528,399 @@ 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:1708
+#: glib/gmarkup.c:1708
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Documento terminou inesperadamente dentro de um valor de atributo"
-#: ../glib/gmarkup.c:1724
+#: glib/gmarkup.c:1724
#, 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:1730
+#: glib/gmarkup.c:1730
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:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
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:522 ../glib/gregex.c:1603
+#: glib/gregex.c:522 glib/gregex.c:1603
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "Erro ao coincidir expressão regular %s: %s"
-#: ../glib/gregex.c:1094
+#: glib/gregex.c:1094
msgid "PCRE library is compiled without UTF8 support"
msgstr "Biblioteca PCRE compilada sem suporte a UTF-8"
-#: ../glib/gregex.c:1103
+#: glib/gregex.c:1103
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "Biblioteca PCRE compilada sem suporte às propriedades UTF-8"
-#: ../glib/gregex.c:1157
+#: glib/gregex.c:1157
#, 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:1193
+#: glib/gregex.c:1193
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Ero ao otimizar expressão regular %s: %s"
-#: ../glib/gregex.c:2031
+#: glib/gregex.c:2031
msgid "hexadecimal digit or '}' expected"
msgstr "esperava-se dÃgito hexadecimal ou \"}\""
-#: ../glib/gregex.c:2047
+#: glib/gregex.c:2047
msgid "hexadecimal digit expected"
msgstr "esperava-se dÃgito hexadecimal"
-#: ../glib/gregex.c:2087
+#: glib/gregex.c:2087
msgid "missing '<' in symbolic reference"
msgstr "\"<\" em falta na referência simbólica"
-#: ../glib/gregex.c:2096
+#: glib/gregex.c:2096
msgid "unfinished symbolic reference"
msgstr "referência simbólica inacabada"
-#: ../glib/gregex.c:2103
+#: glib/gregex.c:2103
msgid "zero-length symbolic reference"
msgstr "referência simbólica de comprimento zero"
-#: ../glib/gregex.c:2114
+#: glib/gregex.c:2114
msgid "digit expected"
msgstr "esperava-se dÃgito"
-#: ../glib/gregex.c:2132
+#: glib/gregex.c:2132
msgid "illegal symbolic reference"
msgstr "referência simbólica ilegal"
-#: ../glib/gregex.c:2194
+#: glib/gregex.c:2194
msgid "stray final '\\'"
msgstr "\"\\\" final sem isolado"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
msgid "unknown escape sequence"
msgstr "seqüência de escape desconhecida"
-#: ../glib/gregex.c:2208
+#: glib/gregex.c:2208
#, 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
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
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:300 ../glib/gspawn.c:1480
+#: glib/gspawn-win32.c:300 glib/gspawn.c:1480
#, 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:339 ../glib/gspawn-win32.c:347 ../glib/gspawn.c:1139
+#: glib/gspawn-win32.c:339 glib/gspawn-win32.c:347 glib/gspawn.c:1139
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Falha ao ler de canal filho (%s)"
-#: ../glib/gspawn-win32.c:370 ../glib/gspawn.c:1346
+#: glib/gspawn-win32.c:370 glib/gspawn.c:1346
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Falha ao ir para diretório \"%s\" (%s)"
-#: ../glib/gspawn-win32.c:376 ../glib/gspawn-win32.c:495
+#: glib/gspawn-win32.c:376 glib/gspawn-win32.c:495
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Falha ao executar processo filho (%s)"
-#: ../glib/gspawn-win32.c:445
+#: glib/gspawn-win32.c:445
#, c-format
msgid "Invalid program name: %s"
msgstr "Nome de programa inválido: %s"
-#: ../glib/gspawn-win32.c:455 ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1279
+#: glib/gspawn-win32.c:455 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1279
#, 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:466 ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1312
+#: glib/gspawn-win32.c:466 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1312
#, c-format
msgid "Invalid string in environment: %s"
msgstr "String inválida no ambiente: %s"
-#: ../glib/gspawn-win32.c:719 ../glib/gspawn-win32.c:1260
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1260
#, c-format
msgid "Invalid working directory: %s"
msgstr "Diretório de trabalho inválido: %s"
-#: ../glib/gspawn-win32.c:784
+#: glib/gspawn-win32.c:784
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Falha ao executar programa auxiliar (%s)"
-#: ../glib/gspawn-win32.c:998
+#: glib/gspawn-win32.c:998
msgid ""
"Unexpected error in g_io_channel_win32_poll() reading data from a child "
"process"
@@ -909,138 +928,138 @@ msgstr ""
"Erro inesperado no g_io_channel_win32_poll() ao ler dados de um processo "
"filho"
-#: ../glib/gspawn.c:190
+#: glib/gspawn.c:190
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Falha ao ler dados de processo filho (%s)"
-#: ../glib/gspawn.c:329
+#: glib/gspawn.c:329
#, 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:414
+#: glib/gspawn.c:414
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Erro inesperado em waitpid() (%s)"
-#: ../glib/gspawn.c:1206
+#: glib/gspawn.c:1206
#, c-format
msgid "Failed to fork (%s)"
msgstr "Falha no fork (%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Falha ao executar processo filho \"%s\" (%s)"
-#: ../glib/gspawn.c:1366
+#: glib/gspawn.c:1366
#, 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:1375
+#: glib/gspawn.c:1375
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Falha no fork de processo filho (%s)"
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Erro desconhecido ao executar processo filho \"%s\""
-#: ../glib/gspawn.c:1407
+#: glib/gspawn.c:1407
#, 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:1038
+#: glib/gutf8.c:1038
msgid "Character out of range for UTF-8"
msgstr "Caractere fora do limite para UTF-8"
-#: ../glib/gutf8.c:1138 ../glib/gutf8.c:1147 ../glib/gutf8.c:1279
-#: ../glib/gutf8.c:1288 ../glib/gutf8.c:1429 ../glib/gutf8.c:1525
+#: glib/gutf8.c:1138 glib/gutf8.c:1147 glib/gutf8.c:1279 glib/gutf8.c:1288
+#: glib/gutf8.c:1429 glib/gutf8.c:1525
msgid "Invalid sequence in conversion input"
msgstr "Seqüência inválida na conversão da entrada"
-#: ../glib/gutf8.c:1440 ../glib/gutf8.c:1536
+#: glib/gutf8.c:1440 glib/gutf8.c:1536
msgid "Character out of range for UTF-16"
msgstr "Caractere fora do limite para UTF-16"
-#: ../glib/goption.c:755
+#: glib/goption.c:755
msgid "Usage:"
msgstr "Uso:"
-#: ../glib/goption.c:755
+#: glib/goption.c:755
msgid "[OPTION...]"
msgstr "[OPÃ?Ã?ES...]"
-#: ../glib/goption.c:861
+#: glib/goption.c:861
msgid "Help Options:"
msgstr "Opções de ajuda:"
-#: ../glib/goption.c:862
+#: glib/goption.c:862
msgid "Show help options"
msgstr "Exibe opções de ajuda"
-#: ../glib/goption.c:868
+#: glib/goption.c:868
msgid "Show all help options"
msgstr "Exibe todas as opções de ajuda"
-#: ../glib/goption.c:930
+#: glib/goption.c:930
msgid "Application Options:"
msgstr "Opções de aplicativo:"
-#: ../glib/goption.c:992 ../glib/goption.c:1062
+#: glib/goption.c:992 glib/goption.c:1062
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "Não é possÃvel analisar o valor inteiro \"%s\" para %s"
-#: ../glib/goption.c:1002 ../glib/goption.c:1070
+#: glib/goption.c:1002 glib/goption.c:1070
#, c-format
msgid "Integer value '%s' for %s out of range"
msgstr "Valor inteiro \"%s\" para %s fora dos limites"
-#: ../glib/goption.c:1027
+#: glib/goption.c:1027
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr ""
"Não é possÃvel analisar o ponto flutuante com dupla precisão \"%s\" para %s"
-#: ../glib/goption.c:1035
+#: glib/goption.c:1035
#, 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:1298 ../glib/goption.c:1377
+#: glib/goption.c:1298 glib/goption.c:1377
#, c-format
msgid "Error parsing option %s"
msgstr "Erro ao ler a opção %s"
-#: ../glib/goption.c:1408 ../glib/goption.c:1522
+#: glib/goption.c:1408 glib/goption.c:1522
#, c-format
msgid "Missing argument for %s"
msgstr "Falta argumento para %s"
-#: ../glib/goption.c:1917
+#: glib/goption.c:1917
#, c-format
msgid "Unknown option %s"
msgstr "Opção %s desconhecida"
-#: ../glib/gkeyfile.c:362
+#: glib/gkeyfile.c:362
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:397
+#: glib/gkeyfile.c:397
msgid "Not a regular file"
msgstr "Não é um arquivo comum"
-#: ../glib/gkeyfile.c:405
+#: glib/gkeyfile.c:405
msgid "File is empty"
msgstr "Arquivo vazio"
-#: ../glib/gkeyfile.c:764
+#: glib/gkeyfile.c:764
#, c-format
msgid ""
"Key file contains line '%s' which is not a key-value pair, group, or comment"
@@ -1048,57 +1067,57 @@ msgstr ""
"Arquivo de chave contém a linha \"%s\" que não é um par chave-valor, grupo "
"ou comentário"
-#: ../glib/gkeyfile.c:824
+#: glib/gkeyfile.c:824
#, c-format
msgid "Invalid group name: %s"
msgstr "Nome de grupo inválido: %s"
-#: ../glib/gkeyfile.c:846
+#: glib/gkeyfile.c:846
msgid "Key file does not start with a group"
msgstr "Arquivo de chave não começa com um grupo"
-#: ../glib/gkeyfile.c:872
+#: glib/gkeyfile.c:872
#, c-format
msgid "Invalid key name: %s"
msgstr "Nome de chave inválido: %s"
-#: ../glib/gkeyfile.c:899
+#: glib/gkeyfile.c:899
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "Arquivo de chave contém codificação \"%s\" sem suporte"
-#: ../glib/gkeyfile.c:1115 ../glib/gkeyfile.c:1277 ../glib/gkeyfile.c:2506
-#: ../glib/gkeyfile.c:2572 ../glib/gkeyfile.c:2707 ../glib/gkeyfile.c:2840
-#: ../glib/gkeyfile.c:2993 ../glib/gkeyfile.c:3180 ../glib/gkeyfile.c:3241
+#: glib/gkeyfile.c:1115 glib/gkeyfile.c:1277 glib/gkeyfile.c:2506
+#: glib/gkeyfile.c:2572 glib/gkeyfile.c:2707 glib/gkeyfile.c:2840
+#: glib/gkeyfile.c:2993 glib/gkeyfile.c:3180 glib/gkeyfile.c:3241
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Arquivo de chave não tem grupo \"%s\""
-#: ../glib/gkeyfile.c:1289
+#: glib/gkeyfile.c:1289
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Arquivo de chave não tem chave \"%s\""
-#: ../glib/gkeyfile.c:1396 ../glib/gkeyfile.c:1511
+#: glib/gkeyfile.c:1396 glib/gkeyfile.c:1511
#, 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:1416 ../glib/gkeyfile.c:1910
+#: glib/gkeyfile.c:1416 glib/gkeyfile.c:1910
#, 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:1531
+#: glib/gkeyfile.c:1531
#, c-format
msgid ""
"Key file contains key '%s' which has a value that cannot be interpreted."
msgstr ""
"Arquivo de chave contém chave \"%s\" cujo valor não pode ser interpretado."
-#: ../glib/gkeyfile.c:2125 ../glib/gkeyfile.c:2337
+#: glib/gkeyfile.c:2125 glib/gkeyfile.c:2337
#, c-format
msgid ""
"Key file contains key '%s' in group '%s' which has value that cannot be "
@@ -1107,166 +1126,163 @@ msgstr ""
"Arquivo de chave contém chave \"%s\" no grupo \"%s\" que tem valor que não "
"pode ser interpretado."
-#: ../glib/gkeyfile.c:2521 ../glib/gkeyfile.c:2722 ../glib/gkeyfile.c:3252
+#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2722 glib/gkeyfile.c:3252
#, 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:3486
+#: glib/gkeyfile.c:3486
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:3508
+#: glib/gkeyfile.c:3508
#, 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:3650
+#: glib/gkeyfile.c:3650
#, 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:3664
+#: glib/gkeyfile.c:3664
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Valor inteiro \"%s\" fora dos limites"
-#: ../glib/gkeyfile.c:3697
+#: glib/gkeyfile.c:3697
#, 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:3721
+#: glib/gkeyfile.c:3721
#, 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:415 ../gio/gbufferedinputstream.c:496
-#: ../gio/ginputstream.c:186 ../gio/ginputstream.c:318
-#: ../gio/ginputstream.c:557 ../gio/ginputstream.c:682
-#: ../gio/goutputstream.c:197 ../gio/goutputstream.c:652
+#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
+#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "Valor muito alto passado para %s"
-#: ../gio/gbufferedinputstream.c:883 ../gio/ginputstream.c:892
-#: ../gio/giostream.c:305 ../gio/goutputstream.c:1081
+#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "O fluxo já está fechado"
-#: ../gio/gcancellable.c:420 ../gio/glocalfile.c:2095
-#: ../gio/gsimpleasyncresult.c:648 ../gio/gsimpleasyncresult.c:674
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
+#: gio/gsimpleasyncresult.c:674
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:311
+#: gio/gdatainputstream.c:311
msgid "Unexpected early end-of-stream"
msgstr "Fim do fluxo precoce não esperado"
-#: ../gio/gdesktopappinfo.c:468 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Não nomeado"
-#: ../gio/gdesktopappinfo.c:725
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "O arquivo da área de trabalho não especifica o campo Exec"
-#: ../gio/gdesktopappinfo.c:905
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "Não é possÃvel localizar o terminal requerido para o aplicativo"
-#: ../gio/gdesktopappinfo.c:1113
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
"Não é possÃvel criar pasta de configuração do aplicativo do usuário %s: %s"
-#: ../gio/gdesktopappinfo.c:1117
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Não é possÃvel criar pasta de configuração MIME do usuário %s: %s"
-#: ../gio/gdesktopappinfo.c:1525
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Não é possÃvel criar arquivo %s da área de trabalho do usuário"
-#: ../gio/gdesktopappinfo.c:1639
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "Definição personalizada para %s"
-#: ../gio/gdrive.c:409
+#: gio/gdrive.c:409
msgid "drive doesn't implement eject"
msgstr "unidade não implementa ejetar"
#. Translators: This is an error
#. * message for drive objects that
#. * don't implement any of eject or eject_with_operation.
-#: ../gio/gdrive.c:489
+#: gio/gdrive.c:489
msgid "drive doesn't implement eject or eject_with_operation"
msgstr "unidade não implementa ejetar ou eject_with_operation"
-#: ../gio/gdrive.c:566
+#: gio/gdrive.c:566
msgid "drive doesn't implement polling for media"
msgstr "unidade não implementa verificação por mÃdia"
-#: ../gio/gdrive.c:771
+#: gio/gdrive.c:771
msgid "drive doesn't implement start"
msgstr "unidade não implementa start"
-#: ../gio/gdrive.c:873
+#: gio/gdrive.c:873
msgid "drive doesn't implement stop"
msgstr "unidade não implementa stop"
-#: ../gio/gemblem.c:325
+#: gio/gemblem.c:325
#, c-format
msgid "Can't handle version %d of GEmblem encoding"
msgstr "Não é possÃvel lidar com a versão %d da codificação GEmblem"
-#: ../gio/gemblem.c:335
+#: gio/gemblem.c:335
#, c-format
msgid "Malformed number of tokens (%d) in GEmblem encoding"
msgstr "Número inválido de tokens (%d) na codificação GEmblem"
-#: ../gio/gemblemedicon.c:296
+#: gio/gemblemedicon.c:296
#, c-format
msgid "Can't handle version %d of GEmblemedIcon encoding"
msgstr "Não é possÃvel lidar com a versão %d da codificação GEmblemedIcon"
-#: ../gio/gemblemedicon.c:306
+#: gio/gemblemedicon.c:306
#, c-format
msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding"
msgstr "Número inválido de tokens (%d) na codificação GEmblemedIcon"
-#: ../gio/gemblemedicon.c:329
+#: gio/gemblemedicon.c:329
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "Esperado um GEmblem para o GEmblemedIcon"
-#: ../gio/gfile.c:903 ../gio/gfile.c:1133 ../gio/gfile.c:1268
-#: ../gio/gfile.c:1504 ../gio/gfile.c:1558 ../gio/gfile.c:1615
-#: ../gio/gfile.c:1698 ../gio/gfile.c:1753 ../gio/gfile.c:1813
-#: ../gio/gfile.c:1867 ../gio/gfile.c:3192 ../gio/gfile.c:3246
-#: ../gio/gfile.c:3377 ../gio/gfile.c:3417 ../gio/gfile.c:3744
-#: ../gio/gfile.c:4146 ../gio/gfile.c:4232 ../gio/gfile.c:4321
-#: ../gio/gfile.c:4419 ../gio/gfile.c:4506 ../gio/gfile.c:4599
-#: ../gio/gfile.c:4929 ../gio/gfile.c:5209 ../gio/gfile.c:5278
-#: ../gio/gfile.c:6869 ../gio/gfile.c:6959 ../gio/gfile.c:7045
-#: ../gio/win32/gwinhttpfile.c:441
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
+#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Operação sem suporte"
@@ -1278,128 +1294,128 @@ 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:1389 ../gio/glocalfile.c:1066 ../gio/glocalfile.c:1077
-#: ../gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "Ponto de montagem contido não existe"
-#: ../gio/gfile.c:2441 ../gio/glocalfile.c:2251
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Não é possÃvel copiar sobre diretório"
-#: ../gio/gfile.c:2501
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "Não é possÃvel copiar diretório sobre diretório"
-#: ../gio/gfile.c:2509 ../gio/glocalfile.c:2260
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "Arquivo alvo existe"
-#: ../gio/gfile.c:2527
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "Não é possÃvel copiar o diretório recursivamente"
-#: ../gio/gfile.c:2826
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "Não é possÃvel copiar o arquivo especial"
-#: ../gio/gfile.c:3367
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "Valor fornecido de link simbólico inválido"
-#: ../gio/gfile.c:3460
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "Não há suporte para lixeira"
-#: ../gio/gfile.c:3509
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Nomes de arquivo não podem conter \"%c\""
-#: ../gio/gfile.c:5926 ../gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "volume não implementa montagem"
-#: ../gio/gfile.c:6037
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "Nenhum aplicativo está registrado como manipulador deste arquivo"
-#: ../gio/gfileenumerator.c:206
+#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "O enumerador está fechado"
-#: ../gio/gfileenumerator.c:213 ../gio/gfileenumerator.c:272
-#: ../gio/gfileenumerator.c:372 ../gio/gfileenumerator.c:481
+#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
+#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "O enumerador do arquivo tem operação pendente"
-#: ../gio/gfileenumerator.c:362 ../gio/gfileenumerator.c:471
+#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "O enumerador do arquivo já está fechado"
-#: ../gio/gfileicon.c:237
+#: gio/gfileicon.c:237
#, c-format
msgid "Can't handle version %d of GFileIcon encoding"
msgstr "Não é possÃvel lidar com a versão %d da codificação GFileIcon"
-#: ../gio/gfileicon.c:247
+#: gio/gfileicon.c:247
msgid "Malformed input data for GFileIcon"
msgstr "Dados de entrada malformados para o GFileIcon"
-#: ../gio/gfileinputstream.c:155 ../gio/gfileinputstream.c:422
-#: ../gio/gfileiostream.c:171 ../gio/gfileoutputstream.c:170
-#: ../gio/gfileoutputstream.c:525
+#: gio/gfileinputstream.c:155 gio/gfileinputstream.c:422
+#: gio/gfileiostream.c:171 gio/gfileoutputstream.c:170
+#: gio/gfileoutputstream.c:525
msgid "Stream doesn't support query_info"
msgstr "Fluxo não tem suporte para query_info"
-#: ../gio/gfileinputstream.c:337 ../gio/gfileiostream.c:389
-#: ../gio/gfileoutputstream.c:383
+#: gio/gfileinputstream.c:337 gio/gfileiostream.c:389
+#: gio/gfileoutputstream.c:383
msgid "Seek not supported on stream"
msgstr "Não há suporte à busca no fluxo"
-#: ../gio/gfileinputstream.c:381
+#: gio/gfileinputstream.c:381
msgid "Truncate not allowed on input stream"
msgstr "Truncar não permitido no fluxo de entrada"
-#: ../gio/gfileiostream.c:465 ../gio/gfileoutputstream.c:459
+#: gio/gfileiostream.c:465 gio/gfileoutputstream.c:459
msgid "Truncate not supported on stream"
msgstr "Não há suporte a truncar no fluxo"
-#: ../gio/gicon.c:324
+#: gio/gicon.c:324
#, c-format
msgid "Wrong number of tokens (%d)"
msgstr "Número errado de tokens (%d)"
-#: ../gio/gicon.c:344
+#: gio/gicon.c:344
#, c-format
msgid "No type for class name %s"
msgstr "Sem tipo para a classe chamada %s"
-#: ../gio/gicon.c:354
+#: gio/gicon.c:354
#, c-format
msgid "Type %s does not implement the GIcon interface"
msgstr "O tipo %s não implementa a interface GIcon"
-#: ../gio/gicon.c:365
+#: gio/gicon.c:365
#, c-format
msgid "Type %s is not classed"
msgstr "O tipo %s não tem classe"
-#: ../gio/gicon.c:379
+#: gio/gicon.c:379
#, c-format
msgid "Malformed version number: %s"
msgstr "Número de versão malformado: %s"
-#: ../gio/gicon.c:393
+#: gio/gicon.c:393
#, c-format
msgid "Type %s does not implement from_tokens() on the GIcon interface"
msgstr "O tipo %s não implementa from_tokens() na interface GIcon"
-#: ../gio/gicon.c:469
+#: gio/gicon.c:469
msgid "Can't handle the supplied version the icon encoding"
msgstr "Não é possÃvel lidar com a versão fornecida da codificação do Ãcone"
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
msgid "Input stream doesn't implement read"
msgstr "Fluxo de entrada não implementa leitura"
@@ -1409,620 +1425,619 @@ 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:902 ../gio/giostream.c:315
-#: ../gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "O fluxo tem operação pendente"
-#: ../gio/ginetsocketaddress.c:182 ../gio/ginetsocketaddress.c:199
-#: ../gio/gunixsocketaddress.c:174
+#: gio/ginetsocketaddress.c:182 gio/ginetsocketaddress.c:199
+#: gio/gunixsocketaddress.c:174
msgid "Not enough space for socket address"
msgstr "Sem espaço suficiente para o endereço do soquete"
-#: ../gio/ginetsocketaddress.c:212
+#: gio/ginetsocketaddress.c:212
msgid "Unsupported socket address"
msgstr "Endereço de soquete não suportado"
-#: ../gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "Não é possÃvel localizar o tipo de diretório monitor local padrão"
-#: ../gio/glocalfile.c:600 ../gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Nome de arquivo inválido: %s"
-#: ../gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Erro ao obter informações do sistema de arquivos: %s"
-#: ../gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Não é possÃvel renomear o diretório root"
-#: ../gio/glocalfile.c:1130 ../gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Erro ao renomear arquivo: %s"
-#: ../gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "Não é possÃvel renomear o arquivo, o nome do arquivo já existe"
-#: ../gio/glocalfile.c:1152 ../gio/glocalfile.c:2124 ../gio/glocalfile.c:2153
-#: ../gio/glocalfile.c:2313 ../gio/glocalfileoutputstream.c:550
-#: ../gio/glocalfileoutputstream.c:603 ../gio/glocalfileoutputstream.c:648
-#: ../gio/glocalfileoutputstream.c:1130
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
+#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
+#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Nome de arquivo inválido"
-#: ../gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Erro ao abrir arquivo: %s"
-#: ../gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Não é possÃvel abrir diretório"
-#: ../gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Erro ao remover arquivo: %s"
-#: ../gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "Erro ao mover arquivo para a lixeira: %s"
-#: ../gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Não é possÃvel criar o diretório da lixeira %s: %s"
-#: ../gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "Não é possÃvel localizar diretório de nÃvel superior para a lixeira"
-#: ../gio/glocalfile.c:1931 ../gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "Não é possÃvel localizar ou criar o diretório da lixeira"
-#: ../gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Não é possÃvel criar o arquivo de informações da lixeira: %s"
-#: ../gio/glocalfile.c:2014 ../gio/glocalfile.c:2019 ../gio/glocalfile.c:2094
-#: ../gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Não é possÃvel mover arquivo para a lixeira: %s"
-#: ../gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "Erro ao criar o diretório: %s"
-#: ../gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
#, c-format
msgid "Filesystem does not support symbolic links"
msgstr "O sistema de arquivos não tem suporte a links simbólicos"
-#: ../gio/glocalfile.c:2161
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Erro ao criar link simbólico: %s"
-#: ../gio/glocalfile.c:2223 ../gio/glocalfile.c:2317
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Erro ao mover arquivo: %s"
-#: ../gio/glocalfile.c:2246
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Não é possÃvel mover diretório sobre diretório"
-#: ../gio/glocalfile.c:2273 ../gio/glocalfileoutputstream.c:928
-#: ../gio/glocalfileoutputstream.c:942 ../gio/glocalfileoutputstream.c:957
-#: ../gio/glocalfileoutputstream.c:973 ../gio/glocalfileoutputstream.c:987
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
+#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
+#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Falha ao criar arquivo de backup"
-#: ../gio/glocalfile.c:2292
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Erro ao remover arquivo alvo: %s"
-#: ../gio/glocalfile.c:2306
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "Não há suporte a mover entre montagens"
-#: ../gio/glocalfileinfo.c:721
+#: gio/glocalfileinfo.c:721
msgid "Attribute value must be non-NULL"
msgstr "Valor de atributo deve ser não-NULO"
-#: ../gio/glocalfileinfo.c:728
+#: gio/glocalfileinfo.c:728
msgid "Invalid attribute type (string expected)"
msgstr "Tipo de atributo inválido (esperava-se expressão)"
-#: ../gio/glocalfileinfo.c:735
+#: gio/glocalfileinfo.c:735
msgid "Invalid extended attribute name"
msgstr "Nome de atributo estendido inválido"
-#: ../gio/glocalfileinfo.c:775
+#: gio/glocalfileinfo.c:775
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Erro ao definir atributo estendido \"%s\": %s"
-#: ../gio/glocalfileinfo.c:1481 ../gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Erro ao iniciar arquivo \"%s\": %s"
-#: ../gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr "(codificação inválida)"
-#: ../gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Erro ao iniciar descritor de arquivo: %s"
-#: ../gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Tipo de atributo inválido (esperado uint32)"
-#: ../gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Tipo de atributo inválido (esperado uint64)"
-#: ../gio/glocalfileinfo.c:1832 ../gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Tipo de atributo inválido (expressão de byte esperada)"
-#: ../gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "Não foi possÃvel definir permissões aos links simbólicos"
-#: ../gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Erro ao definir permissões: %s"
-#: ../gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Erro ao definir proprietário: %s"
-#: ../gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "o link simbólico deve ser não-NULO"
-#: ../gio/glocalfileinfo.c:1986 ../gio/glocalfileinfo.c:2005
-#: ../gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Erro ao definir link simbólico: %s"
-#: ../gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
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:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "Erro ao definir data/hora de modificação ou acesso: %s"
-#: ../gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "O contexto SELinux deve ser não-NULO"
-#: ../gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Erro ao definir o contexto SELinux: %s"
-#: ../gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux não está habilitado neste sistema"
-#: ../gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Não há suporte à definição do atributo %s"
-#: ../gio/glocalfileinputstream.c:165 ../gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Erro ao ler do arquivo: %s"
-#: ../gio/glocalfileinputstream.c:196 ../gio/glocalfileinputstream.c:208
-#: ../gio/glocalfileinputstream.c:320 ../gio/glocalfileoutputstream.c:449
-#: ../gio/glocalfileoutputstream.c:1005
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Erro ao buscar no arquivo: %s"
-#: ../gio/glocalfileinputstream.c:241 ../gio/glocalfileoutputstream.c:235
-#: ../gio/glocalfileoutputstream.c:330
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Erro ao fechar arquivo: %s"
-#: ../gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "Não é possÃvel localizar o tipo de arquivo monitor local padrão"
-#: ../gio/glocalfileoutputstream.c:181 ../gio/glocalfileoutputstream.c:214
-#: ../gio/glocalfileoutputstream.c:722
+#: gio/glocalfileoutputstream.c:181 gio/glocalfileoutputstream.c:214
+#: gio/glocalfileoutputstream.c:722
#, c-format
msgid "Error writing to file: %s"
msgstr "Erro ao escrever no arquivo: %s"
-#: ../gio/glocalfileoutputstream.c:262
+#: gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Erro ao remover link antigo de backup: %s"
-#: ../gio/glocalfileoutputstream.c:276 ../gio/glocalfileoutputstream.c:289
+#: gio/glocalfileoutputstream.c:276 gio/glocalfileoutputstream.c:289
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Erro ao criar cópia de backup: %s"
-#: ../gio/glocalfileoutputstream.c:307
+#: gio/glocalfileoutputstream.c:307
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Erro ao renomear arquivo temporário: %s"
-#: ../gio/glocalfileoutputstream.c:495 ../gio/glocalfileoutputstream.c:1056
+#: gio/glocalfileoutputstream.c:495 gio/glocalfileoutputstream.c:1056
#, c-format
msgid "Error truncating file: %s"
msgstr "Erro ao truncar arquivo: %s"
-#: ../gio/glocalfileoutputstream.c:556 ../gio/glocalfileoutputstream.c:609
-#: ../gio/glocalfileoutputstream.c:654 ../gio/glocalfileoutputstream.c:794
-#: ../gio/glocalfileoutputstream.c:1037 ../gio/glocalfileoutputstream.c:1136
+#: gio/glocalfileoutputstream.c:556 gio/glocalfileoutputstream.c:609
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:794
+#: gio/glocalfileoutputstream.c:1037 gio/glocalfileoutputstream.c:1136
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Erro ao abrir arquivo \"%s\": %s"
-#: ../gio/glocalfileoutputstream.c:825
+#: gio/glocalfileoutputstream.c:825
msgid "Target file is a directory"
msgstr "Arquivo alvo é um diretório"
-#: ../gio/glocalfileoutputstream.c:830
+#: gio/glocalfileoutputstream.c:830
msgid "Target file is not a regular file"
msgstr "Arquivo alvo não é um arquivo comum"
-#: ../gio/glocalfileoutputstream.c:842
+#: gio/glocalfileoutputstream.c:842
msgid "The file was externally modified"
msgstr "O arquivo foi modificado externamente"
-#: ../gio/glocalfileoutputstream.c:1021
+#: gio/glocalfileoutputstream.c:1021
#, c-format
msgid "Error removing old file: %s"
msgstr "Erro ao remover arquivo antigo: %s"
-#: ../gio/gmemoryinputstream.c:487 ../gio/gmemoryoutputstream.c:553
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:553
msgid "Invalid GSeekType supplied"
msgstr "GSeekType fornecido inválido"
-#: ../gio/gmemoryinputstream.c:497 ../gio/gmemoryoutputstream.c:563
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:563
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 é possÃvel truncar GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:290
+#: gio/gmemoryoutputstream.c:290
msgid "Reached maximum data array limit"
msgstr "Foi alcançado o limite máximo de matriz de dados"
-#: ../gio/gmemoryoutputstream.c:325
+#: gio/gmemoryoutputstream.c:325
msgid "Memory output stream not resizable"
msgstr "Fluxo de saÃda da memória não redimensionável"
-#: ../gio/gmemoryoutputstream.c:341
+#: gio/gmemoryoutputstream.c:341
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:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+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:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+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 any of unmount or unmount_with_operation.
-#: ../gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "objeto de montagem não implementa desmontar ou unmount_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: ../gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "objeto de montagem não implementa ejetar ou eject_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
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/gnetworkaddress.c:295
+#: gio/gnetworkaddress.c:295
#, c-format
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "Nome da máquina \"%s\" contém \"[\" mas não \"]\""
-#: ../gio/goutputstream.c:206 ../gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "Fluxo de saÃda não implementa escrita"
-#: ../gio/goutputstream.c:368 ../gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "A fonte do fluxo já está fechada"
-#: ../gio/gresolver.c:736
+#: gio/gresolver.c:736
#, c-format
msgid "Error resolving '%s': %s"
msgstr "Erro ao resolver \"%s\": %s"
-#: ../gio/gresolver.c:786
+#: gio/gresolver.c:786
#, c-format
msgid "Error reverse-resolving '%s': %s"
msgstr "Erro ao resolver reversamente \"%s\": %s"
-#: ../gio/gresolver.c:821 ../gio/gresolver.c:899
+#: gio/gresolver.c:821 gio/gresolver.c:899
#, c-format
msgid "No service record for '%s'"
msgstr "Nenhum serviço de registro para \"%s\""
-#: ../gio/gresolver.c:826 ../gio/gresolver.c:904
+#: gio/gresolver.c:826 gio/gresolver.c:904
#, c-format
msgid "Temporarily unable to resolve '%s'"
msgstr "Temporariamente sem condições de resolver \"%s\""
-#: ../gio/gresolver.c:831 ../gio/gresolver.c:909
+#: gio/gresolver.c:831 gio/gresolver.c:909
#, c-format
msgid "Error resolving '%s'"
msgstr "Erro ao resolver \"%s\""
-#: ../gio/gsocket.c:277
+#: gio/gsocket.c:277
msgid "Invalid socket, not initialized"
msgstr "Soquete inválido, não inicializado"
-#: ../gio/gsocket.c:284
+#: gio/gsocket.c:284
#, c-format
msgid "Invalid socket, initialization failed due to: %s"
msgstr "Soquete inválido, inicialização falhou devido a: %s"
-#: ../gio/gsocket.c:292
+#: gio/gsocket.c:292
msgid "Socket is already closed"
msgstr "O soquete já está fechado"
-#: ../gio/gsocket.c:405
+#: gio/gsocket.c:405
#, c-format
msgid "creating GSocket from fd: %s"
msgstr "Criando GSocket a partir do fd: %s"
-#: ../gio/gsocket.c:439 ../gio/gsocket.c:453 ../gio/gsocket.c:1911
+#: gio/gsocket.c:439 gio/gsocket.c:453 gio/gsocket.c:1911
#, c-format
msgid "Unable to create socket: %s"
msgstr "Não é possÃvel criar soquete: %s"
-#: ../gio/gsocket.c:439
+#: gio/gsocket.c:439
msgid "Unknown protocol was specified"
msgstr "Foi especificado um protocolo desconhecido"
-#: ../gio/gsocket.c:758
+#: gio/gsocket.c:758
msgid "Cancellable initialization not supported"
msgstr "Sem suporte a inicialização cancelável"
-#: ../gio/gsocket.c:1112
+#: gio/gsocket.c:1112
#, c-format
msgid "could not get local address: %s"
msgstr "não foi possÃvel obter endereço local: %s"
-#: ../gio/gsocket.c:1145
+#: gio/gsocket.c:1145
#, c-format
msgid "could not get remote address: %s"
msgstr "não foi possÃvel obter endereço remoto: %s"
-#: ../gio/gsocket.c:1203
+#: gio/gsocket.c:1203
#, c-format
msgid "could not listen: %s"
msgstr "não foi possÃvel escutar: %s"
-#: ../gio/gsocket.c:1277
+#: gio/gsocket.c:1277
#, c-format
msgid "Error binding to address: %s"
msgstr "Erro ao vincular ao endereço: %s"
-#: ../gio/gsocket.c:1397
+#: gio/gsocket.c:1397
#, c-format
msgid "Error accepting connection: %s"
msgstr "Erro ao aceitar a conexão: %s"
-#: ../gio/gsocket.c:1510
+#: gio/gsocket.c:1510
msgid "Error connecting: "
msgstr "Erro ao conectar: "
-#: ../gio/gsocket.c:1514
+#: gio/gsocket.c:1514
msgid "Connection in progress"
msgstr "Conexão em progresso"
-#: ../gio/gsocket.c:1519
+#: gio/gsocket.c:1519
#, c-format
msgid "Error connecting: %s"
msgstr "Erro ao conectar: %s"
-#: ../gio/gsocket.c:1559
+#: gio/gsocket.c:1559
#, c-format
msgid "Unable to get pending error: %s"
msgstr "Não é possÃvel obter erro pendente: %s"
-#: ../gio/gsocket.c:1655
+#: gio/gsocket.c:1655
#, c-format
msgid "Error receiving data: %s"
msgstr "Erro ao receber dados: %s"
-#: ../gio/gsocket.c:1798
+#: gio/gsocket.c:1798
#, c-format
msgid "Error sending data: %s"
msgstr "Erro ao enviar dados: %s"
-#: ../gio/gsocket.c:1990
+#: gio/gsocket.c:1990
#, c-format
msgid "Error closing socket: %s"
msgstr "Erro ao fechar soquete: %s"
-#: ../gio/gsocket.c:2475
+#: gio/gsocket.c:2475
#, c-format
msgid "Waiting for socket condition: %s"
msgstr "Aguardando pela condição do soquete: %s"
-#: ../gio/gsocket.c:2714 ../gio/gsocket.c:2795
+#: gio/gsocket.c:2714 gio/gsocket.c:2795
#, c-format
msgid "Error sending message: %s"
msgstr "Erro ao abrir enviar mensagem: %s"
-#: ../gio/gsocket.c:2739
+#: gio/gsocket.c:2739
msgid "GSocketControlMessage not supported on windows"
msgstr "não há suporte a GSocketControlMessage no windows"
-#: ../gio/gsocket.c:2997 ../gio/gsocket.c:3135
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "Erro ao receber mensagem: %s"
-#: ../gio/gsocketclient.c:521 ../gio/gsocketclient.c:770
+#: gio/gsocketclient.c:521 gio/gsocketclient.c:770
msgid "Unknown error on connect"
msgstr "erro desconhecido ao conectar"
-#: ../gio/gsocketlistener.c:192
+#: gio/gsocketlistener.c:192
msgid "Listener is already closed"
msgstr "O ouvinte já está fechado"
-#: ../gio/gsocketlistener.c:233
+#: gio/gsocketlistener.c:233
msgid "Added socket is closed"
msgstr "Soquete adicionado está fechado"
-#: ../gio/gthemedicon.c:499
+#: gio/gthemedicon.c:499
#, c-format
msgid "Can't handle version %d of GThemedIcon encoding"
msgstr "Não é possÃvel lidar com a versão %d da codificação GThemedIcon"
-#: ../gio/gunixconnection.c:151
+#: gio/gunixconnection.c:151
#, c-format
msgid "Expecting 1 control message, got %d"
msgstr "Esperando 1 mensagem de controle, obtive %d"
-#: ../gio/gunixconnection.c:164
+#: gio/gunixconnection.c:164
msgid "Unexpected type of ancillary data"
msgstr "Tipo de dado auxiliar não esperado"
-#: ../gio/gunixconnection.c:182
+#: gio/gunixconnection.c:182
#, c-format
msgid "Expecting one fd, but got %d\n"
msgstr "Esperando um fd, mas obtive %d\n"
-#: ../gio/gunixconnection.c:198
+#: gio/gunixconnection.c:198
msgid "Received invalid fd"
msgstr "Recebido fd inválido"
-#: ../gio/gunixinputstream.c:354 ../gio/gunixinputstream.c:374
-#: ../gio/gunixinputstream.c:452 ../gio/gunixoutputstream.c:439
+#: gio/gunixinputstream.c:354 gio/gunixinputstream.c:374
+#: gio/gunixinputstream.c:452 gio/gunixoutputstream.c:439
#, c-format
msgid "Error reading from unix: %s"
msgstr "Erro ao ler do unix: %s"
-#: ../gio/gunixinputstream.c:407 ../gio/gunixinputstream.c:589
-#: ../gio/gunixoutputstream.c:394 ../gio/gunixoutputstream.c:545
+#: gio/gunixinputstream.c:407 gio/gunixinputstream.c:589
+#: gio/gunixoutputstream.c:394 gio/gunixoutputstream.c:545
#, c-format
msgid "Error closing unix: %s"
msgstr "Erro ao fechar unix: %s"
-#: ../gio/gunixmounts.c:1846 ../gio/gunixmounts.c:1883
+#: gio/gunixmounts.c:1846 gio/gunixmounts.c:1883
msgid "Filesystem root"
msgstr "Sistema de arquivos root"
-#: ../gio/gunixoutputstream.c:340 ../gio/gunixoutputstream.c:361
+#: gio/gunixoutputstream.c:340 gio/gunixoutputstream.c:361
#, c-format
msgid "Error writing to unix: %s"
msgstr "Erro ao escrever para unix: %s"
-#: ../gio/gunixsocketaddress.c:182
+#: gio/gunixsocketaddress.c:182
msgid "Abstract unix domain socket addresses not supported on this system"
msgstr ""
"Soquetes de endereços de domÃnio unix abstratos não suportados neste sistema"
-#: ../gio/gvolume.c:452
+#: gio/gvolume.c:452
msgid "volume doesn't implement eject"
msgstr "volume não implementa ejetar"
#. Translators: This is an error
#. * message for volume objects that
#. * don't implement any of eject or eject_with_operation.
-#: ../gio/gvolume.c:531
+#: gio/gvolume.c:531
msgid "volume doesn't implement eject or eject_with_operation"
msgstr "volume não implementa ejetar ou eject_with_operation"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr "Não é possÃvel localizar o aplicativo"
-#: ../gio/gwin32appinfo.c:300
+#: gio/gwin32appinfo.c:300
#, c-format
msgid "Error launching application: %s"
msgstr "Erro ao lançar o aplicativo: %s"
-#: ../gio/gwin32appinfo.c:336
+#: gio/gwin32appinfo.c:336
msgid "URIs not supported"
msgstr "Não há suporte a URIs"
-#: ../gio/gwin32appinfo.c:358
+#: gio/gwin32appinfo.c:358
msgid "association changes not supported on win32"
msgstr "não há suporte às alterações de associação em win32"
-#: ../gio/gwin32appinfo.c:370
+#: gio/gwin32appinfo.c:370
msgid "Association creation not supported on win32"
msgstr "Não há suporte à criação de associação em win32"
-#~ msgid "%u byte"
-#~ msgid_plural "%u bytes"
-#~ msgstr[0] "%u byte"
-#~ msgstr[1] "%u bytes"
-
#~ msgid "do not hide entries"
#~ msgstr "não ocultar entradas"
diff --git a/po/ro.po b/po/ro.po
index edc0443..720c69f 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-18 00:17+0300\n"
"Last-Translator: MiÈ?u Moldovan <dumol gnome ro>\n"
"Language-Team: RomânÄ? <gnomero-list lists sourceforge net>\n"
@@ -88,69 +88,69 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Nu s-a putut expanda linia de comandÄ? â??%sâ?? cu URI-ul %s"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Conversia de la setul de caractere â??%sâ?? la â??%sâ?? nu este implementatÄ?"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
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:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "SecvenÈ?Ä? de octeÈ?i incorectÄ? în inputul conversiei"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Eroare în timpul conversiei: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "SecvenÈ?Ä? parÈ?ialÄ? de caractere la sfârÈ?itul inputului"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Nu se poate converti rezerva â??%sâ?? la setul de caractere â??%sâ??"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI-ul â??%sâ?? nu este un URI absolut folosind schema â??fiÈ?ierâ??"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "URI-ul fiÈ?ierului local â??%sâ?? nu poate include un â??#â??"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI-ul â??%sâ?? este nevalid"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Numele din URI-ul â??%sâ?? este nevalid"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI-ul â??%sâ?? conÈ?ine caractere â??escapedâ?? incorecte"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Calea â??%sâ?? nu este o cale absolutÄ?"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Nume nevalid"
@@ -159,93 +159,93 @@ msgstr "Nume nevalid"
msgid "Error opening directory '%s': %s"
msgstr "Eroare la deschiderea directorului â??%sâ??: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Nu s-au putut aloca %lu octeÈ?i pentru citirea fiÈ?ierului â??%sâ??"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Eroare la citirea fiÈ?ierului â??%sâ??: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "FiÈ?ierul â??%sâ?? este prea mare"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Nu s-a putut citi din fiÈ?ierul â??%sâ??: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Nu s-a putut deschide fiÈ?ierul â??%sâ??: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Nu s-au putut obÈ?ine atributele fiÈ?ierului â??%sâ??: fstat() a eÈ?uat: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Nu s-a putut deschide fiÈ?ierul â??%sâ??: fdopen() a eÈ?uat: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Nu s-a putut redenumi fiÈ?ierul â??%sâ?? în â??%sâ??: g_rename() a eÈ?uat: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Nu s-a putut crea fiÈ?ierul â??%sâ??: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr ""
"Nu s-a putut deschide fiÈ?ierul â??%sâ?? pentru scriere, fdopen() a eÈ?uat: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Nu s-a putut scrie fiÈ?ierul â??%sâ??: fwrite() a eÈ?uat: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Nu s-a putut scrie fiÈ?ierul â??%sâ??: fflush() eÈ?uat: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Nu s-a putut scrie fiÈ?ierul â??%sâ??: fsync() a eÈ?uat: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Nu s-a putut închide fiÈ?ierul â??%sâ??: fclose() a eÈ?uat: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "FiÈ?ierul existent â??%sâ?? nu a putut fi È?ters: g_unlink() a eÈ?uat: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "È?ablonul â??%sâ?? este incorect, n-ar trebui sÄ? conÈ?inÄ? un â??%sâ??"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "È?ablonul â??%sâ?? nu conÈ?ine XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -253,27 +253,42 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Nu s-a putut citi linkul simbolic â??%sâ??: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Linkurile simbolice nu sunt implementate"
@@ -544,7 +559,7 @@ msgstr ""
"modelul de cÄ?utare conÈ?ine elemente pentru care nu se pot face comparaÈ?ii "
"parÈ?iale"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "eroare internÄ?"
@@ -1137,17 +1152,17 @@ msgstr "Valoarea â??%sâ?? nu poate fi interpretatÄ? ca o valoare booleanÄ?."
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "S-a pasat o valoare prea mare cÄ?tre %s"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "Flux deja închis"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "OperaÈ?iunea a fost anulatÄ?"
@@ -1170,35 +1185,35 @@ msgstr "tip %s"
msgid "Unexpected early end-of-stream"
msgstr "Flux terminat neaÈ?teptat de repede"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Nedenumit"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "FiÈ?ierul desktop nu are specificat un câmp â??Execâ??"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "Nu s-a gÄ?sit un terminal pentru pornirea aplicaÈ?iei"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
"Nu se poate crea pentru utilizator directorul cu opÈ?iunile aplicaÈ?iei %s: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Nu se poate crea pentru utilizator directorul cu opÈ?iunile MIME %s: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Nu se poate crea fiÈ?ierul desktop %s"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "DefiniÈ?ie personalizatÄ? pentru %s"
@@ -1250,13 +1265,13 @@ msgstr "NumÄ?r greÈ?it formatat de elemente (%d) în codarea GEmblemedIcon"
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "Se aÈ?tepta un GEmblem pentru GEmblemedIcon"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "OperaÈ?iune neimplementatÄ?"
@@ -1269,49 +1284,49 @@ msgstr "OperaÈ?iune neimplementatÄ?"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: gio/gfile.c:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "Montarea conÈ?inutÄ? nu existÄ?"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Nu se poate copia peste director"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "Nu se poate copia un director peste un alt director"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "FiÈ?ierul destinaÈ?ie existÄ? deja"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "Nu se poate copia recursiv directorul"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "Nu se poate copia fiÈ?ierul special"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "S-a primit o valoare incorectÄ? pentru linkul simbolic"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "Nu existÄ? o implementare pentru coÈ?ul de gunoi"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Numele de fiÈ?iere nu pot conÈ?ine â??%câ??"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "volumul nu implementeazÄ? montarea"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "Nu existÄ? o aplicaÈ?ie înregistratÄ? pentru deschiderea acestui fiÈ?ier"
@@ -1400,7 +1415,7 @@ msgstr "Fluxul de input 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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "Asupra fluxului se executÄ? deja o operaÈ?iune"
@@ -1413,115 +1428,120 @@ msgstr "SpaÈ?iu insuficient pentru adresa socket-ului"
msgid "Unsupported socket address"
msgstr "AdresÄ? nesuportatÄ? de socket"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
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:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Nume incorect de fiÈ?ier: %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Eroare la citirea detaliilor sistemului de fiÈ?iere: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Nu se poate redenumi directorul rÄ?dÄ?cinÄ?"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Eroare la redenumirea fiÈ?ierului: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "Nu se poate redenumi fiÈ?ierul, numele de fiÈ?ier existÄ? deja"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Nume nevalid de fiÈ?ier"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Eroare la deschiderea fiÈ?ierului: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Nu se poate deschide directorul"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Eroare la È?tergerea fiÈ?ierului: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "Eroare la mutarea la coÈ? a fiÈ?ierului: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Nu s-a putut crea directorul coÈ?ului de gunoi â??%sâ??: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "Nu s-a gÄ?sit directorul de top pentru coÈ?ul de gunoi"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "Nu s-a putut gÄ?si ori crea directorul coÈ?ului de gunoi"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Nu s-a putut crea fiÈ?ierul cu detalii despre mutarea la coÈ?: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Nu s-a putut muta la coÈ? fiÈ?ierul: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "Eroare la crearea directorului: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Nu s-a putut citi linkul simbolic â??%sâ??: %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Eroare la crearea linkului simbolic: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Eroare la mutarea fiÈ?ierului: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Nu se poate muta un director peste un alt director"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Crearea fiÈ?ierului de backup a eÈ?uat"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Eroare la È?tergerea fiÈ?ierului destinaÈ?ie: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr ""
"OperaÈ?iunea de mutare între douÄ? dispozitive montate nu este implementatÄ?"
@@ -1543,103 +1563,103 @@ msgstr "Nume incorect de atribut extins"
msgid "Error setting extended attribute '%s': %s"
msgstr "Eroare la stabilirea atributului extins â??%sâ??: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Eroare la citirea detaliilor fiÈ?ierului â??%sâ??: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (codare incorectÄ?)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Eroare la citirea descriptorilor fiÈ?ierului: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Tip incorect de atribut (se aÈ?tepta o valoare uint32)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Tip incorect de atribut (se aÈ?tepta o valoare uint64)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Tip incorect de atribut (se aÈ?tepta un È?ir de octeÈ?i)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "Nu se pot defini drepturi pentru legÄ?turi simbolice"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Eroare la definirea drepturilor: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Eroare la definirea deÈ?inÄ?torului: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "linkul simbolic trebuie sÄ? fie diferit de NULL"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Eroare la definirea linkului simbolic: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Eroare la definirea linkului simbolic: fiÈ?ierul nu este un link simbolic"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "Eroare la schimbarea datei de acces ori modificare: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "Contextul SELinux trebuie sÄ? fie diferit de NULL"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Eroare la definirea contextului SELinux: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux nu este activat pentru acest sistem"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Definirea atributului %s nu este implementatÄ?"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Eroare la citirea din fiÈ?ier: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Eroare la cÄ?utarea în fiÈ?ier: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Eroare la închiderea fiÈ?ierului: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "Nu s-a gÄ?sit tipul implicit de monitorizare a fiÈ?ierelor locale"
@@ -1720,49 +1740,54 @@ msgstr "Nu s-a putut redimensiona fluxul de ieÈ?ire al memoriei"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "obiectul montat nu implementeazÄ? demontarea"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "obiectul montat nu implementeazÄ? ejectarea"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "obiectul montat nu implementeazÄ? unmount ori unmount_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "obiectul montat nu implementeazÄ? eject ori eject_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+msgid "mount doesn't implement \"remount\""
msgstr "obiectul montat nu implementeazÄ? remontarea"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:797
+#: gio/gmount.c:828
msgid "mount doesn't implement content type guessing"
msgstr "obiectul montat nu implementeazÄ? detecÈ?ia automatÄ? a conÈ?inutului"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
"obiectul montat nu implementeazÄ? detecÈ?ia automatÄ? È?i sincronizatÄ? a "
@@ -1773,11 +1798,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "Numele de gazdÄ? â??%sâ?? conÈ?ine â??[â?? dar nu È?i â??]â??"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "Fluxul de ieÈ?ire nu implementeazÄ? scrierea"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "Sursa fluxului este deja închisÄ?"
@@ -1909,7 +1934,7 @@ msgstr "Eroare la trimiterea mesajului: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage nu e implementat în Windows"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "Eroare la primirea mesajului: %s"
diff --git a/po/ru.po b/po/ru.po
index 38b5aa5..a3ebe66 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib trunk\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-10-06 12:38+0400\n"
"Last-Translator: Anisimov Victor <vicanis gmail com>\n"
"Language-Team: Russian <gnome-cyr gnome org>\n"
@@ -92,17 +92,17 @@ msgstr "Ð?еÑ? пÑ?иложениÑ? Ñ? именем «%s», Ñ?оздавÑ?его
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Ð?е Ñ?далоÑ?Ñ? дополниÑ?Ñ? Ñ?Ñ?Ñ?окÑ? вÑ?полнениÑ? «%s» Ñ? помоÑ?Ñ?Ñ? URI «%s»"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Ð?Ñ?еобÑ?азование из набоÑ?а Ñ?имволов «%s» в «%s» не поддеÑ?живаеÑ?Ñ?Ñ?"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Ð?е Ñ?далоÑ?Ñ? оÑ?кÑ?Ñ?Ñ?Ñ? пÑ?еобÑ?азоваÑ?елÑ? из «%s» в «%s»"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
@@ -110,55 +110,55 @@ msgstr ""
"Ð?едопÑ?Ñ?Ñ?имаÑ? поÑ?ледоваÑ?елÑ?ноÑ?Ñ?Ñ? байÑ?ов Ñ?одеÑ?жиÑ?Ñ?Ñ? во вÑ?одной Ñ?Ñ?Ñ?оке длÑ? "
"пÑ?еобÑ?азованиÑ?"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Ð?Ñ?оизоÑ?ла оÑ?ибка пÑ?и пÑ?еобÑ?азовании: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr ""
"Ð?еполнаÑ? Ñ?имволÑ?наÑ? поÑ?ледоваÑ?елÑ?ноÑ?Ñ?Ñ? Ñ?одеÑ?жиÑ?Ñ?Ñ? в конÑ?е вÑ?одной Ñ?Ñ?Ñ?оки"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Ð?евозможно коÑ?Ñ?екÑ?но пÑ?еобÑ?азоваÑ?Ñ? Ñ?имвол «%s» в Ñ?имвол из набоÑ?а «%s»"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr ""
"URI «%s» не Ñ?влÑ?еÑ?Ñ?Ñ? абÑ?олÑ?Ñ?нÑ?м иденÑ?иÑ?икаÑ?оÑ?ом пÑ?и иÑ?полÑ?зовании Ñ?Ñ?емÑ? «file»"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Ð?денÑ?иÑ?икаÑ?оÑ? URI локалÑ?ного Ñ?айла «%s» не можеÑ? вклÑ?Ñ?аÑ?Ñ? Ñ?имвол «#»"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI «%s» недопÑ?Ñ?Ñ?им"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Ð?едопÑ?Ñ?Ñ?имое имÑ? Ñ?зла в URI «%s»"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI «%s» Ñ?одеÑ?жиÑ? недопÑ?Ñ?Ñ?имо Ñ?кÑ?аниÑ?ованнÑ?е Ñ?имволÑ?"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Ð?Ñ?Ñ?Ñ? «%s» не Ñ?влÑ?еÑ?Ñ?Ñ? абÑ?олÑ?Ñ?нÑ?м"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Ð?едопÑ?Ñ?Ñ?имое имÑ? Ñ?зла"
@@ -167,93 +167,93 @@ msgstr "Ð?едопÑ?Ñ?Ñ?имое имÑ? Ñ?зла"
msgid "Error opening directory '%s': %s"
msgstr "Ð?Ñ?оизоÑ?ла оÑ?ибка пÑ?и оÑ?кÑ?Ñ?Ñ?ии каÑ?алога «%s»: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Ð?е Ñ?далоÑ?Ñ? вÑ?делиÑ?Ñ? %lu байÑ?ов длÑ? пÑ?оÑ?Ñ?ениÑ? Ñ?айла «%s»"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Ð?Ñ?оизоÑ?ла оÑ?ибка пÑ?и Ñ?Ñ?ении Ñ?айла «%s»: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "Файл «%s» Ñ?лиÑ?ком велик"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Ð?е Ñ?далоÑ?Ñ? пÑ?оÑ?иÑ?аÑ?Ñ? из Ñ?айла «%s»: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Ð?е Ñ?далоÑ?Ñ? оÑ?кÑ?Ñ?Ñ?Ñ? Ñ?айл «%s»: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Ð?е Ñ?далоÑ?Ñ? полÑ?Ñ?иÑ?Ñ? аÑ?Ñ?ибÑ?Ñ?Ñ? Ñ?айла «%s»: Ñ?бой в Ñ?Ñ?нкÑ?ии fstat(): %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Ð?е Ñ?далоÑ?Ñ? оÑ?кÑ?Ñ?Ñ?Ñ? Ñ?айл «%s»: Ñ?бой в Ñ?Ñ?нкÑ?ии fdopen(): %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Ð?е Ñ?далоÑ?Ñ? пеÑ?еименоваÑ?Ñ? Ñ?айл «%s» в «%s»: Ñ?бой в Ñ?Ñ?нкÑ?ии g_rename(): %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Ð?е Ñ?далоÑ?Ñ? Ñ?оздаÑ?Ñ? Ñ?айл «%s»: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Ð?е Ñ?далоÑ?Ñ? оÑ?кÑ?Ñ?Ñ?Ñ? Ñ?айл «%s» длÑ? запиÑ?и: Ñ?бой в Ñ?Ñ?нкÑ?ии fdopen(): %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Ð?е Ñ?далоÑ?Ñ? запиÑ?аÑ?Ñ? Ñ?айл «%s»: Ñ?бой в Ñ?Ñ?нкÑ?ии fwrite(): %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Ð?е Ñ?далоÑ?Ñ? запиÑ?аÑ?Ñ? Ñ?айл «%s»: Ñ?бой в Ñ?Ñ?нкÑ?ии fflush(): %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Ð?е Ñ?далоÑ?Ñ? запиÑ?аÑ?Ñ? Ñ?айл «%s»: Ñ?бой в Ñ?Ñ?нкÑ?ии fsync(): %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Ð?е Ñ?далоÑ?Ñ? закÑ?Ñ?Ñ?Ñ? Ñ?айл «%s»: Ñ?бой в Ñ?Ñ?нкÑ?ии fclose(): %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
"Ð?е Ñ?далоÑ?Ñ? Ñ?далиÑ?Ñ? Ñ?Ñ?Ñ?еÑ?Ñ?вÑ?Ñ?Ñ?ий Ñ?айл «%s»: Ñ?бой в Ñ?Ñ?нкÑ?ии g_unlink(): %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Шаблон «%s» недопÑ?Ñ?Ñ?им: он не должен Ñ?одеÑ?жаÑ?Ñ? «%s»"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Шаблон «%s» не Ñ?одеÑ?жиÑ? XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -261,27 +261,42 @@ msgstr[0] "%u байÑ?"
msgstr[1] "%u байÑ?а"
msgstr[2] "%u байÑ?ов"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f Ð?Ð?"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f Ð?Ð?"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f Ð?Ð?"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f Ð?Ð?"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f Ð?Ð?"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f Ð?Ð?"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ð?е Ñ?далоÑ?Ñ? пÑ?оÑ?иÑ?аÑ?Ñ? Ñ?имволÑ?нÑ?Ñ? Ñ?Ñ?Ñ?лкÑ? «%s»: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "СимволÑ?нÑ?е Ñ?Ñ?Ñ?лки не поддеÑ?живаÑ?Ñ?Ñ?Ñ?"
@@ -551,7 +566,7 @@ msgstr ""
"Ñ?аблон Ñ?одеÑ?жиÑ? Ñ?леменÑ?Ñ?, коÑ?оÑ?Ñ?е не поддеÑ?живаÑ?Ñ?Ñ?Ñ? пÑ?и поиÑ?ке Ñ?аÑ?Ñ?иÑ?ного "
"Ñ?овпадениÑ?"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "внÑ?Ñ?Ñ?еннÑ?Ñ? оÑ?ибка"
@@ -1157,17 +1172,17 @@ msgstr "Ð?е Ñ?далоÑ?Ñ? пÑ?еобÑ?азоваÑ?Ñ? «%s» в бÑ?лево з
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "СлиÑ?ком болÑ?Ñ?ое знаÑ?ение колиÑ?еÑ?Ñ?ва пеÑ?едано в %s"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "Ð?оÑ?ок Ñ?же закÑ?Ñ?Ñ?"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "Ð?ейÑ?Ñ?вие бÑ?ло оÑ?менено"
@@ -1190,34 +1205,34 @@ msgstr "Ñ?ип %s"
msgid "Unexpected early end-of-stream"
msgstr "Ð?еожиданнÑ?й Ñ?анний конеÑ? поÑ?ока"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Ð?ез имени"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "Ð? desktop-Ñ?айле не Ñ?казано поле Exec"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "Ð?е Ñ?далоÑ?Ñ? найÑ?и Ñ?еÑ?минал, Ñ?Ñ?ебÑ?емÑ?й длÑ? пÑ?иложениÑ?"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Ð?е Ñ?далоÑ?Ñ? Ñ?оздаÑ?Ñ? полÑ?зоваÑ?елÑ?Ñ?кÑ?Ñ? папкÑ? наÑ?Ñ?Ñ?оек пÑ?иложениÑ? %s: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Ð?е Ñ?далоÑ?Ñ? Ñ?оздаÑ?Ñ? полÑ?зоваÑ?елÑ?Ñ?кÑ?Ñ? папкÑ? наÑ?Ñ?Ñ?оек MIME %s: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Ð?е Ñ?далоÑ?Ñ? Ñ?оздаÑ?Ñ? полÑ?зоваÑ?елÑ?Ñ?кий desktop-Ñ?айл %s"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "Ð?Ñ?обое опÑ?еделение длÑ? %s"
@@ -1269,13 +1284,13 @@ msgstr "Ð?екоÑ?Ñ?екÑ?ное Ñ?иÑ?ло лекÑ?ем (%d) Ñ?екÑ?Ñ?овог
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "Ð?лÑ? GEmblemedIcon ожидаеÑ?Ñ?Ñ? GEmblem"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Ð?ейÑ?Ñ?вие не поддеÑ?живаеÑ?Ñ?Ñ?"
@@ -1288,49 +1303,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "СодеÑ?жаÑ?аÑ? Ñ?оÑ?ка монÑ?иÑ?ованиÑ? не Ñ?Ñ?Ñ?еÑ?Ñ?вÑ?еÑ?"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Ð?елÑ?зÑ? Ñ?копиÑ?оваÑ?Ñ? повеÑ?Ñ? каÑ?алога"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "Ð?елÑ?зÑ? Ñ?копиÑ?оваÑ?Ñ? каÑ?алог повеÑ?Ñ? каÑ?алога"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "Целевой Ñ?айл Ñ?Ñ?Ñ?еÑ?Ñ?вÑ?еÑ?"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "Ð?е Ñ?далоÑ?Ñ? Ñ?екÑ?Ñ?Ñ?ивно Ñ?копиÑ?оваÑ?Ñ? каÑ?алог"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "Ð?елÑ?зÑ? Ñ?копиÑ?оваÑ?Ñ? Ñ?пеÑ?иалÑ?нÑ?й Ñ?айл"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "Ð?ано невеÑ?ное знаÑ?ение Ñ?имволÑ?ной Ñ?Ñ?Ñ?лки"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "Ð?оÑ?зина не поддеÑ?живаеÑ?Ñ?Ñ?"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Ð?мена Ñ?айлов не могÑ?Ñ? Ñ?одеÑ?жаÑ?Ñ? «%c»"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "Ñ?ом не поддеÑ?живаеÑ? пÑ?иÑ?оединение"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "Ð?еÑ? заÑ?егиÑ?Ñ?Ñ?иÑ?ованного пÑ?иложениÑ? длÑ? обÑ?абоÑ?ки данного Ñ?айла"
@@ -1419,7 +1434,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "Ð?оÑ?ок имееÑ? незавеÑ?Ñ?Ñ?нное дейÑ?Ñ?вие"
@@ -1432,114 +1447,119 @@ msgstr "Ð?едоÑ?Ñ?аÑ?оÑ?но меÑ?Ñ?а длÑ? адÑ?еÑ?а Ñ?океÑ?а"
msgid "Unsupported socket address"
msgstr "Ð?еподдеÑ?живаемÑ?й адÑ?еÑ? Ñ?океÑ?а"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "Ð?е Ñ?далоÑ?Ñ? найÑ?и Ñ?ип мониÑ?оÑ?а локалÑ?нÑ?Ñ? каÑ?алогов по Ñ?молÑ?аниÑ?"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Ð?едопÑ?Ñ?Ñ?имое имÑ? Ñ?айла %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Ð?Ñ?оизоÑ?ла оÑ?ибка пÑ?и полÑ?Ñ?ении Ñ?ведений о Ñ?айловой Ñ?иÑ?Ñ?еме: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Ð?елÑ?зÑ? пеÑ?еименоваÑ?Ñ? коÑ?невой каÑ?алог"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Ð?Ñ?оизоÑ?ла оÑ?ибка пÑ?и пеÑ?еименовании Ñ?айла: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "Ð?е Ñ?далоÑ?Ñ? пеÑ?еименоваÑ?Ñ? Ñ?айл, Ñ?акое имÑ? Ñ?айла Ñ?же еÑ?Ñ?Ñ?"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Ð?едопÑ?Ñ?Ñ?имое имÑ? Ñ?айла"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Ð?Ñ?оизоÑ?ла оÑ?ибка пÑ?и оÑ?кÑ?Ñ?Ñ?ии Ñ?айла: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Ð?е Ñ?далоÑ?Ñ? оÑ?кÑ?Ñ?Ñ?Ñ? каÑ?алог"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Ð?Ñ?оизоÑ?ла оÑ?ибка пÑ?и Ñ?далении Ñ?айла: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "Ð?Ñ?оизоÑ?ла оÑ?ибка пÑ?и Ñ?далении Ñ?айла в коÑ?зинÑ?: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Ð?е Ñ?далоÑ?Ñ? Ñ?оздаÑ?Ñ? каÑ?алог коÑ?зинÑ? %s: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "Ð?е Ñ?далоÑ?Ñ? найÑ?и каÑ?алог веÑ?Ñ?него Ñ?Ñ?овнÑ? длÑ? коÑ?зинÑ?"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "Ð?е Ñ?далоÑ?Ñ? найÑ?и или Ñ?оздаÑ?Ñ? каÑ?алог коÑ?зинÑ?"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Ð?е Ñ?далоÑ?Ñ? Ñ?оздаÑ?Ñ? запиÑ?Ñ? о Ñ?айле в коÑ?зине: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Ð?е Ñ?далоÑ?Ñ? Ñ?далиÑ?Ñ? Ñ?айл в коÑ?зинÑ?: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "Ð?Ñ?оизоÑ?ла оÑ?ибка пÑ?и Ñ?оздании каÑ?алога: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Ð?е Ñ?далоÑ?Ñ? пÑ?оÑ?иÑ?аÑ?Ñ? Ñ?имволÑ?нÑ?Ñ? Ñ?Ñ?Ñ?лкÑ? «%s»: %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Ð?Ñ?оизоÑ?ла оÑ?ибка пÑ?и Ñ?оздании Ñ?имволÑ?ной Ñ?Ñ?Ñ?лки: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Ð?Ñ?оизоÑ?ла оÑ?ибка пÑ?и пеÑ?емеÑ?ении Ñ?айла: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Ð?елÑ?зÑ? пеÑ?емеÑ?Ñ?иÑ?Ñ? каÑ?алог повеÑ?Ñ? каÑ?алога"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Ð?е Ñ?далоÑ?Ñ? Ñ?оздаÑ?Ñ? Ñ?езеÑ?внÑ?й Ñ?айл"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Ð?Ñ?оизоÑ?ла оÑ?ибка пÑ?и Ñ?далении Ñ?елевого Ñ?айла: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "Ð?еÑ?емеÑ?ение междÑ? Ñ?оÑ?ками монÑ?иÑ?ованиÑ? не поддеÑ?живаеÑ?Ñ?Ñ?"
@@ -1560,104 +1580,104 @@ msgstr "Ð?едопÑ?Ñ?Ñ?имое имÑ? Ñ?аÑ?Ñ?иÑ?енного аÑ?Ñ?ибÑ?Ñ?
msgid "Error setting extended attribute '%s': %s"
msgstr "Ð?Ñ?оизоÑ?ла оÑ?ибка пÑ?и Ñ?Ñ?Ñ?ановке Ñ?аÑ?Ñ?иÑ?енного аÑ?Ñ?ибÑ?Ñ?а «%s»: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Ð?Ñ?оизоÑ?ла оÑ?ибка пÑ?и полÑ?Ñ?ении Ñ?ведений о Ñ?айле «%s»: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (невеÑ?наÑ? кодиÑ?овка)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Ð?Ñ?оизоÑ?ла оÑ?ибка пÑ?и полÑ?Ñ?ении Ñ?ведений о Ñ?айловом деÑ?кÑ?ипÑ?оÑ?е: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ð?евеÑ?нÑ?й Ñ?ип аÑ?Ñ?ибÑ?Ñ?а (ожидалÑ?Ñ? uint32)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ð?евеÑ?нÑ?й Ñ?ип аÑ?Ñ?ибÑ?Ñ?а (ожидалÑ?Ñ? uint64)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Ð?евеÑ?нÑ?й Ñ?ип аÑ?Ñ?ибÑ?Ñ?а (ожидалаÑ?Ñ? Ñ?Ñ?Ñ?ока byte)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "Ð?е Ñ?далооÑ?Ñ? Ñ?Ñ?Ñ?ановиÑ?Ñ? пÑ?ава на Ñ?имволиÑ?еÑ?кие Ñ?Ñ?Ñ?лки"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Ð?Ñ?оизоÑ?ла оÑ?ибка пÑ?и Ñ?Ñ?Ñ?ановке пÑ?ав: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Ð?Ñ?оизоÑ?ла оÑ?ибка пÑ?и Ñ?Ñ?Ñ?ановке владелÑ?Ñ?а: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "Ñ?имволÑ?наÑ? Ñ?Ñ?Ñ?лка не должна бÑ?Ñ?Ñ? NULL"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Ð?Ñ?оизоÑ?ла оÑ?ибка пÑ?и Ñ?Ñ?Ñ?ановке Ñ?имволÑ?ной Ñ?Ñ?Ñ?лки: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Ð?Ñ?оизоÑ?ла оÑ?ибка пÑ?и Ñ?Ñ?Ñ?ановке Ñ?имволÑ?ной Ñ?Ñ?Ñ?лки: Ñ?айл не Ñ?влÑ?еÑ?Ñ?Ñ? "
"Ñ?имволÑ?ной Ñ?Ñ?Ñ?лкой"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "Ð?Ñ?оизоÑ?ла оÑ?ибка пÑ?и Ñ?Ñ?Ñ?ановке вÑ?емени модиÑ?икаÑ?ии или доÑ?Ñ?Ñ?па: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "Ð?онÑ?екÑ?Ñ? SELinux не должен бÑ?Ñ?Ñ? Ñ?авен NULL"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Ð?Ñ?оизоÑ?ла оÑ?ибка пÑ?и Ñ?Ñ?Ñ?ановке конÑ?екÑ?Ñ?а SELinux: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "Ð? Ñ?Ñ?ой Ñ?иÑ?Ñ?еме не вклÑ?Ñ?Ñ?н SELinux"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "УÑ?Ñ?ановка аÑ?Ñ?ибÑ?Ñ?а %s не поддеÑ?живаеÑ?Ñ?Ñ?"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Ð?Ñ?оизоÑ?ла оÑ?ибка пÑ?и Ñ?Ñ?ении из Ñ?айла: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Ð?Ñ?оизоÑ?ла оÑ?ибка пÑ?и пеÑ?еÑ?оде по Ñ?айлÑ?: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Ð?Ñ?оизоÑ?ла оÑ?ибка пÑ?и закÑ?Ñ?Ñ?ии Ñ?айла: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "Ð?е Ñ?далоÑ?Ñ? найÑ?и Ñ?ип мониÑ?оÑ?а локалÑ?нÑ?Ñ? Ñ?айлов по Ñ?молÑ?аниÑ?"
@@ -1738,43 +1758,48 @@ msgstr "Ð?е Ñ?далоÑ?Ñ? измениÑ?Ñ? Ñ?азмеÑ? вÑ?Ñ?одного п
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "Ñ?оÑ?ка монÑ?иÑ?ованиÑ? не поддеÑ?живаеÑ? оÑ?Ñ?оединение"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "Ñ?оÑ?ка монÑ?иÑ?ованиÑ? не поддеÑ?живаеÑ? извлеÑ?ение"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "Ñ?оÑ?ка монÑ?иÑ?ованиÑ? не поддеÑ?живаеÑ? оÑ?Ñ?оединение "
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
"Ñ?оÑ?ка монÑ?иÑ?ованиÑ? не поддеÑ?живаеÑ? извлеÑ?ение или извлеÑ?ение_Ñ?_опеÑ?аÑ?ией"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+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:797
+#: gio/gmount.c:828
msgid "mount doesn't implement content type guessing"
msgstr ""
"Ñ?оÑ?ка монÑ?иÑ?ованиÑ? не поддеÑ?живаеÑ? возможноÑ?Ñ?Ñ? опÑ?еделениÑ? Ñ?ипа Ñ?одеÑ?жимого"
@@ -1782,7 +1807,7 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
"Ñ?оÑ?ка монÑ?иÑ?ованиÑ? не поддеÑ?живаеÑ? возможноÑ?Ñ?Ñ? Ñ?инÑ?Ñ?онного опÑ?еделениÑ? Ñ?ипа "
@@ -1793,11 +1818,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "Ð?мÑ? Ñ?зла «%s» Ñ?одеÑ?жиÑ? «[», но не «]»"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "Ð?Ñ?Ñ?одной поÑ?ок не поддеÑ?живаеÑ? запиÑ?Ñ?"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "Ð?Ñ?Ñ?однÑ?й поÑ?ок Ñ?же закÑ?Ñ?Ñ?"
@@ -1929,7 +1954,7 @@ msgstr "Ð?Ñ?оизоÑ?ла оÑ?ибка пÑ?и оÑ?пÑ?авлении Ñ?ообÑ?
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage не поддеÑ?живаеÑ?Ñ?Ñ? в Windows"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "Ð?Ñ?оизоÑ?ла оÑ?ибка пÑ?и полÑ?Ñ?ении Ñ?ообÑ?ениÑ?: %s"
diff --git a/po/rw.po b/po/rw.po
index c2c60cc..2407a9e 100644
--- a/po/rw.po
+++ b/po/rw.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.12\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\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"
@@ -94,71 +94,71 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Kuri Gusoma Ihuza"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, fuzzy, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Bivuye Inyuguti Gushyiraho Kuri ni OYA"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, fuzzy, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "OYA Gufungura Bivuye Kuri"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
#, fuzzy
msgid "Invalid byte sequence in conversion input"
msgstr "Bayite in Ihindurangero Iyinjiza"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, fuzzy, c-format
msgid "Error during conversion: %s"
msgstr "Ihindurangero"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
#, fuzzy
msgid "Partial character sequence at end of input"
msgstr "Inyuguti ku Impera Bya Iyinjiza"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, fuzzy, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "GUHINDURA Kuri"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "ni OYA ikoresha IDOSIYE Igishusho"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, fuzzy, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "IDOSIYE Gicurasi OYA Gushyiramo a"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, fuzzy, c-format
msgid "The URI '%s' is invalid"
msgstr "ni Sibyo"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, fuzzy, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Izina ry'inturo: Bya ni Sibyo"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, fuzzy, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Kirimo Inyuguti"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, fuzzy, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "ni OYA Inzira"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
#, fuzzy
msgid "Invalid hostname"
msgstr "Izina ry'inturo:"
@@ -168,120 +168,135 @@ msgstr "Izina ry'inturo:"
msgid "Error opening directory '%s': %s"
msgstr "Gufungura %s%S bushyinguro"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, fuzzy, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "OYA Bayite Kuri Gusoma IDOSIYE"
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, fuzzy, c-format
msgid "Error reading file '%s': %s"
msgstr "Ikosa mu gusoma idosiye"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, fuzzy, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Kuri Gusoma Bivuye IDOSIYE"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, fuzzy, c-format
msgid "Failed to open file '%s': %s"
msgstr "Kuri Gufungura IDOSIYE"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, fuzzy, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Kuri Kubona Ibiranga Bya IDOSIYE Byanze"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, fuzzy, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Kuri Gufungura IDOSIYE Byanze"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, fuzzy, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Kuri Guhindura izina IDOSIYE Kuri Byanze"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, fuzzy, c-format
msgid "Failed to create file '%s': %s"
msgstr "Kuri Kurema IDOSIYE"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, fuzzy, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Kuri Gufungura IDOSIYE kugirango Byanze"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, fuzzy, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Kuri IDOSIYE Byanze"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Kuri IDOSIYE Byanze"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Kuri IDOSIYE Byanze"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, fuzzy, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Kuri Gufunga IDOSIYE Byanze"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, fuzzy, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "IDOSIYE OYA Cyavanyweho Byanze"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, fuzzy, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Sibyo OYA a"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, fuzzy, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Impera Na:"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, c-format
+msgid "%.1f TB"
+msgstr ""
+
+#: glib/gfileutils.c:1802
+#, c-format
+msgid "%.1f PB"
+msgstr ""
+
+#: glib/gfileutils.c:1807
+#, c-format
+msgid "%.1f EB"
+msgstr ""
+
+#: glib/gfileutils.c:1850
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Kuri Gusoma Ihuza"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
#, fuzzy
msgid "Symbolic links not supported"
msgstr "amahuza OYA"
@@ -534,7 +549,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr ""
@@ -1139,17 +1154,17 @@ msgstr "Nka a Icyungo"
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr ""
@@ -1173,34 +1188,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1252,13 +1267,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1272,50 +1287,50 @@ msgstr "amahuza OYA"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: gio/gfile.c:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr ""
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr ""
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr ""
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
#, fuzzy
msgid "Trash not supported"
msgstr "amahuza OYA"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr ""
@@ -1404,7 +1419,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr ""
@@ -1417,37 +1432,37 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Izina ry'inturo:"
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, fuzzy, c-format
msgid "Error getting filesystem info: %s"
msgstr "Ikosa mu gusoma idosiye"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr ""
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Ikosa mu gusoma idosiye"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
#, fuzzy
@@ -1455,84 +1470,89 @@ msgid "Invalid filename"
msgstr "Izina ry'inturo:"
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Ikosa mu gusoma idosiye"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr ""
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Ikosa mu gusoma idosiye"
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Ikosa mu gusoma idosiye"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Kuri Kurema IDOSIYE"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Kuri Kurema IDOSIYE"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Kuri Kurema IDOSIYE"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Gufungura %s%S bushyinguro"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Kuri Gusoma Ihuza"
+
+#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Ihindurangero"
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Ikosa mu gusoma idosiye"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr ""
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Ikosa mu gusoma idosiye"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr ""
@@ -1555,107 +1575,107 @@ msgid "Error setting extended attribute '%s': %s"
msgstr "Gufungura %s%S bushyinguro"
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Ikosa mu gusoma idosiye"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr ""
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Ikosa mu gusoma idosiye"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "Ihindurangero"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Ihindurangero"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Ihindurangero"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "ku Umurongo"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "Ihindurangero"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Ihindurangero"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "amahuza OYA"
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Ikosa mu gusoma idosiye"
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Ikosa mu gusoma idosiye"
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Ikosa mu gusoma idosiye"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
@@ -1744,49 +1764,49 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+msgid "mount doesn't implement \"unmount\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+msgid "mount doesn't implement \"eject\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
@@ -1795,11 +1815,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr ""
@@ -1945,7 +1965,7 @@ msgid "GSocketControlMessage not supported on windows"
msgstr ""
# svtools/source\misc\errtxt.src:RID_ERRHDL.ERRCODE_SFX_DOLOADFAILED.text
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "Ikosa mu gusoma idosiye"
diff --git a/po/si.po b/po/si.po
index 1df3266..ce4a666 100644
--- a/po/si.po
+++ b/po/si.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.si\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\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"
@@ -87,69 +87,69 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr ""
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr ""
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' à·?à·?ට '%s' දà¶?à·?à·?à·? පරà·?à·?රà·?à¶à¶?ය à·?à·?à·?à·?චà¶?à·? නà·?à·?à·?à¶?à·? à·?à·?ය"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "පරà·?à·?රà·?à¶à¶± පà·?â??රධà·?ධà·? à¶à·?à·? à·?à·?à·?දà·?â??ය බයà·?ටà·? පà·?à·?à·?à·?à·?à·?à¶?à·?යà·?"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "පරà·?à·?රà·?à¶à¶±à¶ºà·?දà·? දà·?à·?යà¶?à·? : %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr ""
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr ""
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr ""
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr ""
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "%s' URI à·?à·?à·?දà·?â??ය à·?à·?"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "'%s' URI à·?à·? ධà·?රà¶? නà·?මය à·?à·?à·?දà·?â??ය à·?à·?"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr ""
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr ""
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "à·?à·?à·?දà·?â??ය ධà·?රà¶? නà·?මය"
@@ -158,119 +158,134 @@ msgstr "à·?à·?à·?දà·?â??ය ධà·?රà¶? නà·?මය"
msgid "Error opening directory '%s': %s"
msgstr "'%s' à¶?à·?ලà·?ම à·?à·?à·?à·?චà¶?à·?රà·?ම දà·?à·? à·?à·?à·?à¶à¶ºà·?: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, fuzzy, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr " \"%s\" à¶?à·?නà·?à·? à¶?à·?යà·?à·?ම à·?ඳà·?à·? %lu බයà·?ටà·? පà·?â??රමà·?ණයà¶?à·? යà·?දà·?à·?ය නà·?à·?à·?à¶?à·? à·?à·?ය"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "'%s' à¶?à·?නà·?à·? à¶?à·?යà·?à·?ම දà·?à·? à·?à·?à·?à¶à¶ºà·?: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "'%s' à¶?à·?නà·?à·?à·?නà·? à¶?à·?යà·?à·?ම à¶?à·?මà¶à·? à·?à·?ය: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "'%s' à¶?à·?නà·?à·? à·?à·?à·?à·?චà¶?à·?රà·?ම à¶?à·?මà¶à·? à·?à·?ය: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "'%s' à¶?à·?නà·?à·?à·? à·?à·?à·?à·?à·?ණ ලබà·? à¶?à·?නà·?ම à¶?à·?මà¶à·? à·?à·?ය: fstat() à¶?à·?මà¶à·? à·?à·?ය: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "'%s' à¶?à·?නà·?à·? à·?à·?à·?à·?චà¶?à·?රà·?ම à¶?à·?මà¶à·? à·?à·?ය: fdopen() à¶?à·?මà¶à·? à·?à·?ය: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "'%s' à¶?à·?නà·?à·? '%s' ලà·?à·? නම à·?à·?නà·?à·? චà¶?à·?රà·?ම à¶?à·?මà¶à·? à·?à·?ය: g_rename(à¶?à·?මà¶à·? à·?à·?යed: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "'%s' à¶?à·?නà·?à·? නà·?රà·?මà·?ණය දà·?à·? à·?à·?à·?à¶à¶ºà·?: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "ලà·?à·?à·?ම à·?ඳà·?à·? '%s' à¶?à·?නà·?à·? à·?à·?à·?à·?චà¶?à·?රà·?ම à¶?à·?මà¶à·? à·?à·?ය: fdopen() à¶?à·?මà¶à·? à·?à·?ය: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "'%s' à¶?à·?නà·?à·?ට ලà·?à·?à·?ම à¶?à·?මà¶à·? à·?à·?ය: fwrite() à¶?à·?මà¶à·? à·?à·?ය: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "'%s' à¶?à·?නà·?à·?ට ලà·?à·?à·?ම à¶?à·?මà¶à·? à·?à·?ය: fwrite() à¶?à·?මà¶à·? à·?à·?ය: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "'%s' à¶?à·?නà·?à·?ට ලà·?à·?à·?ම à¶?à·?මà¶à·? à·?à·?ය: fwrite() à¶?à·?මà¶à·? à·?à·?ය: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "'%s' à¶?à·?නà·?à·? à·?à·?à·?à·?මà·?ම à¶?à·?මà¶à·? à·?à·?ය: fclose() à¶?à·?මà¶à·? à·?à·?ය: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "දà·?නට à¶?à¶à·? '%s' à¶?à·?නà·?à·? à¶?à·?à¶à·? à¶?à·? නà·?à·?à·?à¶?: g_unlink() à¶?à·?මà¶à·? à·?à·?ය: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "'%s' à¶?à¶?à·?à¶à·?ය à·?à·?à·?දà·?â??ය à·?à·?, '%s' à¶?ඩà¶?à¶?à·? නà·?à·?à·?ය යà·?à¶à·?ය"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "'%s' à¶?à¶?à·?à¶à·?යà·? XXXXXX à¶?ඩà¶?à¶?à·? නà·?à·?à·?"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, c-format
+msgid "%.1f TB"
+msgstr ""
+
+#: glib/gfileutils.c:1802
+#, c-format
+msgid "%.1f PB"
+msgstr ""
+
+#: glib/gfileutils.c:1807
+#, c-format
+msgid "%.1f EB"
+msgstr ""
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "'%s' à·?à¶?à¶?à·?à¶à·?à¶à·?මà¶? පà·?රà·?à¶? à¶?à·?යà·?à·?ම à¶?à·?මà¶à·? à·?à·?ය: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "à·?à¶?à¶?à·?à¶à·?à¶à·?මà¶? පà·?රà·?à¶? à·?à·?à·?ය දà¶?à·?නනà·?නà·? නà·?à¶"
@@ -502,7 +517,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "à¶?භà·?â??යනà·?à¶à¶» දà·?à·?ය"
@@ -1085,17 +1100,17 @@ msgstr ""
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr ""
@@ -1119,34 +1134,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1198,13 +1213,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1218,50 +1233,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr ""
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr ""
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr ""
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
#, fuzzy
msgid "Trash not supported"
msgstr "à·?à¶?à¶?à·?à¶à·?à¶à·?මà¶? පà·?රà·?à¶? à·?à·?à·?ය දà¶?à·?නනà·?නà·? නà·?à¶"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr ""
@@ -1350,7 +1365,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr ""
@@ -1363,115 +1378,120 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "à·?à·?à·?දà·?â??ය යà¶à·?රà·? නම: %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, fuzzy, c-format
msgid "Error getting filesystem info: %s"
msgstr "'%s' à¶?à·?නà·?à·? à¶?à·?යà·?à·?ම දà·?à·? à·?à·?à·?à¶à¶ºà·?: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr ""
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "'%s' à¶?à·?නà·?à·? à¶?à·?යà·?à·?ම දà·?à·? à·?à·?à·?à¶à¶ºà·?: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
#, fuzzy
msgid "Invalid filename"
msgstr "à·?à·?à·?දà·?â??ය ධà·?රà¶? නà·?මය"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "'%s' à¶?à·?නà·?à·? à¶?à·?යà·?à·?ම දà·?à·? à·?à·?à·?à¶à¶ºà·?: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "'%s' à¶?à·?නà·?à·? à¶?à·?යà·?à·?ම දà·?à·? à·?à·?à·?à¶à¶ºà·?: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "'%s' à¶?à·?නà·?à·? à¶?à·?යà·?à·?ම දà·?à·? à·?à·?à·?à¶à¶ºà·?: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "'%s' à¶?à·?නà·?à·? නà·?රà·?මà·?ණය දà·?à·? à·?à·?à·?à¶à¶ºà·?: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "'%s' à¶?à·?නà·?à·? නà·?රà·?මà·?ණය දà·?à·? à·?à·?à·?à¶à¶ºà·?: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "'%s' à¶?à·?නà·?à·? නà·?රà·?මà·?ණය දà·?à·? à·?à·?à·?à¶à¶ºà·?: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "'%s' à¶?à·?ලà·?ම à·?à·?à·?à·?චà¶?à·?රà·?ම දà·?à·? à·?à·?à·?à¶à¶ºà·?: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "'%s' à·?à¶?à¶?à·?à¶à·?à¶à·?මà¶? පà·?රà·?à¶? à¶?à·?යà·?à·?ම à¶?à·?මà¶à·? à·?à·?ය: %s"
+
+#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "%d ප���ය� චද��ය��: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "'%s' à¶?à·?නà·?à·? à¶?à·?යà·?à·?ම දà·?à·? à·?à·?à·?à¶à¶ºà·?: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "'%s' à¶?à·?නà·?à·? à¶?à·?යà·?à·?ම දà·?à·? à·?à·?à·?à¶à¶ºà·?: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr ""
@@ -1492,103 +1512,103 @@ msgstr ""
msgid "Error setting extended attribute '%s': %s"
msgstr "'%s' à¶?à·?ලà·?ම à·?à·?à·?à·?චà¶?à·?රà·?ම දà·?à·? à·?à·?à·?à¶à¶ºà·?: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' à¶?à·?නà·?à·? à¶?à·?යà·?à·?ම දà·?à·? à·?à·?à·?à¶à¶ºà·?: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "'%s' à¶?à·?නà·?à·? à¶?à·?යà·?à·?ම දà·?à·? à·?à·?à·?à¶à¶ºà·?: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "පරà·?à·?රà·?à¶à¶±à¶ºà·?දà·? දà·?à·?යà¶?à·? : %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "පරà·?à·?රà·?à¶à¶±à¶ºà·?දà·? දà·?à·?යà¶?à·? : %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "පරà·?à·?රà·?à¶à¶±à¶ºà·?දà·? දà·?à·?යà¶?à·? : %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "%d ප���ය� චද��ය��: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "පරà·?à·?රà·?à¶à¶±à¶ºà·?දà·? දà·?à·?යà¶?à·? : %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "පරà·?à·?රà·?à¶à¶±à¶ºà·?දà·? දà·?à·?යà¶?à·? : %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "à·?à¶?à¶?à·?à¶à·?à¶à·?මà¶? පà·?රà·?à¶? à·?à·?à·?ය දà¶?à·?නනà·?නà·? නà·?à¶"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "'%s' à¶?à·?නà·?à·? à¶?à·?යà·?à·?ම දà·?à·? à·?à·?à·?à¶à¶ºà·?: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "'%s' à¶?à·?නà·?à·? à¶?à·?යà·?à·?ම දà·?à·? à·?à·?à·?à¶à¶ºà·?: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "'%s' à¶?à·?නà·?à·? à¶?à·?යà·?à·?ම දà·?à·? à·?à·?à·?à¶à¶ºà·?: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
@@ -1670,49 +1690,49 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+msgid "mount doesn't implement \"unmount\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+msgid "mount doesn't implement \"eject\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
@@ -1721,11 +1741,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr ""
@@ -1859,7 +1879,7 @@ msgstr "'%s' à¶?à·?නà·?à·? à¶?à·?යà·?à·?ම දà·?à·? à·?à·?à·?à¶à¶ºà·?: %s
msgid "GSocketControlMessage not supported on windows"
msgstr ""
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "'%s' à¶?à·?නà·?à·? à¶?à·?යà·?à·?ම දà·?à·? à·?à·?à·?à¶à¶ºà·?: %s"
diff --git a/po/sk.po b/po/sk.po
index 7aeb0b7..cdef701 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\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"
@@ -90,69 +90,69 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Nepodarilo sa preÄ?ÃtaÅ¥ symbolický odkaz '%s': %s"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Prevod zo znakovej sady '%s' do '%s' nie je podporovaný"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Nepodarilo sa otvoriť program na prevod z '%s' do '%s'"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Neplatná sekvencia bajtov na vstupe prevodu"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Chyba poÄ?as prevodu: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Ä?iastoÄ?ná sekvencia znakov na konci vstupu"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Nepodarilo sa previesť náhradné `%s' do kódovej stránky `%s'"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' nie je absolútne URI, použÃvajúce schému \"file\""
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "URI lokálneho súboru '%s' nesmie obsahovať '#'"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' je neplatné"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI hostiteľa '%s' je neplatné."
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' obsahuje neplatne zadané znaky"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Cesta '%s' nie je absolútna"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Neplatné meno hostiteľa"
@@ -161,95 +161,95 @@ msgstr "Neplatné meno hostiteľa"
msgid "Error opening directory '%s': %s"
msgstr "Chyba pri otváranà prieÄ?inka '%s': %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Nepodarilo sa alokovaÅ¥ %lu bajtov pre naÄ?Ãtanie súboru \"%s\""
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Chyba pri Ä?Ãtanà súboru '%s': %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Nepodarilo sa Ä?Ãtanie súboru '%s': %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Nepodarilo sa otvoriť súbor '%s': %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Nepodarilo sa zÃskaÅ¥ atribúty súboru '%s': fstat() zlyhala: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Nepodarilo sa otvoriť súbor '%s': fdopen() zlyhala: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
"Nepodarilo sa premenovať súbor '%s' na '%s': funkcia g_rename() zlyhala: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Nepodarilo sa vytvoriť súbor '%s': %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr ""
"Nepodarilo sa otvoriť súbor '%s' pre zápis: funkcia fdopen() zlyhala: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Nepodarilo sa zapÃsaÅ¥ súbor '%s': funkcia fwrite() zlyhala: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Nepodarilo sa zapÃsaÅ¥ súbor '%s': funkcia fwrite() zlyhala: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Nepodarilo sa zapÃsaÅ¥ súbor '%s': funkcia fwrite() zlyhala: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Nepodarilo sa zatvoriť súbor '%s': funkcia fclose() zlyhala: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
"Existujúci súbor '%s' nemohol byť odstránený: funkcia g_unlink() zlyhala: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Šablóna '%s' je neplatná, nesmie obsahovať '%s'"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Šablóna '%s' neobsahuje XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -257,27 +257,42 @@ msgstr[0] "%u bajtov"
msgstr[1] "%u bajt"
msgstr[2] "%u bajty"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Nepodarilo sa preÄ?ÃtaÅ¥ symbolický odkaz '%s': %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Symbolické odkazy nepodporované"
@@ -531,7 +546,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr ""
@@ -1126,17 +1141,17 @@ msgstr "Hodnota '%s' nemohla byť interpretovaná ako booleovská."
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "Prúd je už zatvorený"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "Operácia bola zrušená"
@@ -1159,34 +1174,34 @@ msgstr "typ %s"
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Nepomenované"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "Vlastná definÃcia pre %s"
@@ -1241,13 +1256,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Nepodporovaná operácia"
@@ -1260,50 +1275,50 @@ msgstr "Nepodporovaná operácia"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: gio/gfile.c:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr ""
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "Cieľový súbor existuje"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr ""
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
#, fuzzy
msgid "Trash not supported"
msgstr "Symbolické odkazy nepodporované"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr ""
@@ -1392,7 +1407,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr ""
@@ -1405,114 +1420,119 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Neplatný názov programu: %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, fuzzy, c-format
msgid "Error getting filesystem info: %s"
msgstr "Chyba pri Ä?Ãtanà súboru '%s': %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr ""
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Chyba pri premenovanà súboru: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Neplatný názov súboru"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Chyba pri otváranà súboru: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Nepodarilo sa otvoriÅ¥ prieÄ?inok"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Chyba pri odstraÅ?ovanà súboru: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Chyba pri Ä?Ãtanà súboru '%s': %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Nepodarilo sa vytvoriť súbor '%s': %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Nepodarilo sa vytvoriť súbor '%s': %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Nepodarilo sa vytvoriť súbor '%s': %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Chyba pri otváranà prieÄ?inka '%s': %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Nepodarilo sa preÄ?ÃtaÅ¥ symbolický odkaz '%s': %s"
+
+#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Chyba poÄ?as prevodu: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Chyba pri Ä?Ãtanà súboru '%s': %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Chyba pri odstraÅ?ovanà cieľového súboru: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr ""
@@ -1534,104 +1554,104 @@ msgstr "Dokument neoÄ?akávane skonÄ?il v mene atribútu"
msgid "Error setting extended attribute '%s': %s"
msgstr "Chyba pri nastavovanà rozÅ¡Ãrenej vlastnostii '%s': %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Chyba pri Ä?Ãtanà súboru '%s': %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (neplatné kódovanie)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Chyba pri Ä?Ãtanà súboru '%s': %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Neplatný typ vlastnosti (oÄ?akávané uint32)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Neplatný typ vlastnosti (oÄ?akávané uint64)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Neplatný typ vlastnosti (oÄ?akávaný bajtový reÅ¥azec)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "Chyba poÄ?as prevodu: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Chyba poÄ?as prevodu: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Chyba pri nastavovanà vlastnÃka: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "symbolický odkaz nesmie byť prázdny"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Chyba pri nastavovanà symbolického odkazu: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "Chyba poÄ?as prevodu: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
#, fuzzy
msgid "SELinux context must be non-NULL"
msgstr "symbolický odkaz nesmie byť prázdny"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Chyba pri nastavovanà vlastnÃka: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Symbolické odkazy nepodporované"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Chyba pri Ä?Ãtanà zo súboru: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Chyba pri Ä?Ãtanà súboru '%s': %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Chyba pri zatváranà súboru: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
@@ -1713,44 +1733,47 @@ msgstr "Zlyhala zmena veľkosti pamäťového výstupného prúdu"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "pripojenie neimplementuje odpojenie"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "pripojenie neimplementuje vysunutie"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
+#: gio/gmount.c:568
#, fuzzy
-msgid "mount doesn't implement unmount or unmount_with_operation"
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "pripojenie neimplementuje odpojenie"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
+#: gio/gmount.c:655
#, fuzzy
-msgid "mount doesn't implement eject or eject_with_operation"
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "pripojenie neimplementuje vysunutie"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+msgid "mount doesn't implement \"remount\""
msgstr "pripojenie neimplementuje opätovné pripojenie"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:797
+#: gio/gmount.c:828
#, fuzzy
msgid "mount doesn't implement content type guessing"
msgstr "pripojenie neimplementuje odpojenie"
@@ -1758,7 +1781,7 @@ msgstr "pripojenie neimplementuje odpojenie"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:886
+#: gio/gmount.c:917
#, fuzzy
msgid "mount doesn't implement synchronous content type guessing"
msgstr "pripojenie neimplementuje odpojenie"
@@ -1768,11 +1791,11 @@ msgstr "pripojenie neimplementuje odpojenie"
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "Výstupný prúd neimplementuje zápis"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "Zdrojový prúd je už zatvorený"
@@ -1907,7 +1930,7 @@ msgstr "Chyba pri otváranà súboru: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr ""
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "Chyba pri odstraÅ?ovanà súboru: %s"
diff --git a/po/sl.po b/po/sl.po
index 475acd6..c4faa40 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -7,1275 +7,1266 @@
msgid ""
msgstr ""
"Project-Id-Version: glib\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=glib&component=general\n"
-"POT-Creation-Date: 2009-11-27 00:38+0000\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-11-27 07:14+0100\n"
"Last-Translator: Matej UrbanÄ?iÄ? <mateju svn gnome org>\n"
"Language-Team: Slovenian GNOME Translation Team <gnome-si googlegroups com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 3 : 0);\n"
+"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
+"%100==4 ? 3 : 0);\n"
"X-Poedit-Country: SLOVENIA\n"
"X-Poedit-Language: Slovenian\n"
"X-Poedit-SourceCharset: utf-8\n"
-#: ../glib/gbookmarkfile.c:737
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "NepriÄ?akovan atribut '%s' za element '%s'"
-#: ../glib/gbookmarkfile.c:748
-#: ../glib/gbookmarkfile.c:819
-#: ../glib/gbookmarkfile.c:829
-#: ../glib/gbookmarkfile.c:936
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Atributa '%s' elementa '%s' ni mogoÄ?e najti"
-#: ../glib/gbookmarkfile.c:1106
-#: ../glib/gbookmarkfile.c:1171
-#: ../glib/gbookmarkfile.c:1235
-#: ../glib/gbookmarkfile.c:1245
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "NepriÄ?akovana oznaka '%s'. PriÄ?akovana je oznaka '%s'"
-#: ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1145
-#: ../glib/gbookmarkfile.c:1213
-#: ../glib/gbookmarkfile.c:1265
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "NepriÄ?akovana oznaka '%s' znotraj '%s'"
-#: ../glib/gbookmarkfile.c:1793
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "Ni veljavne datoteke zaznamkov v podatkovnih mapah"
-#: ../glib/gbookmarkfile.c:1994
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Zaznamek za URI '%s' že obstaja"
-#: ../glib/gbookmarkfile.c:2040
-#: ../glib/gbookmarkfile.c:2198
-#: ../glib/gbookmarkfile.c:2283
-#: ../glib/gbookmarkfile.c:2363
-#: ../glib/gbookmarkfile.c:2448
-#: ../glib/gbookmarkfile.c:2531
-#: ../glib/gbookmarkfile.c:2609
-#: ../glib/gbookmarkfile.c:2688
-#: ../glib/gbookmarkfile.c:2730
-#: ../glib/gbookmarkfile.c:2827
-#: ../glib/gbookmarkfile.c:2953
-#: ../glib/gbookmarkfile.c:3143
-#: ../glib/gbookmarkfile.c:3219
-#: ../glib/gbookmarkfile.c:3384
-#: ../glib/gbookmarkfile.c:3473
-#: ../glib/gbookmarkfile.c:3563
-#: ../glib/gbookmarkfile.c:3691
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Ni veljavnega zaznamka za URI '%s'"
-#: ../glib/gbookmarkfile.c:2372
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "V zaznamku za URI '%s' ni doloÄ?ene vrsta MIME"
-#: ../glib/gbookmarkfile.c:2457
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "V zaznamku za URI '%s' ni doloÄ?ene zasebne zastavice"
-#: ../glib/gbookmarkfile.c:2836
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "V zaznamku za URI '%s' ni nastavljenih skupin"
-#: ../glib/gbookmarkfile.c:3237
-#: ../glib/gbookmarkfile.c:3394
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Program z imenom '%s' ni ustvaril zaznamka za '%s'"
-#: ../glib/gbookmarkfile.c:3417
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Napaka med razširjanjem ukazne vrstice '%s' z URI '%s'"
-#: ../glib/gconvert.c:437
-#: ../glib/gconvert.c:515
-#: ../glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Pretvorba iz nabora znakov '%s' v '%s' ni podprta"
-#: ../glib/gconvert.c:441
-#: ../glib/gconvert.c:519
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Ni mogoÄ?e odpreti pretvornika iz '%s' v '%s'"
-#: ../glib/gconvert.c:638
-#: ../glib/gconvert.c:1031
-#: ../glib/giochannel.c:1402
-#: ../glib/giochannel.c:1444
-#: ../glib/giochannel.c:2288
-#: ../glib/gutf8.c:964
-#: ../glib/gutf8.c:1419
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
+#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
+#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Neveljavno zaporedje bajtov na vhodu pretvorbe"
-#: ../glib/gconvert.c:646
-#: ../glib/gconvert.c:956
-#: ../glib/giochannel.c:1409
-#: ../glib/giochannel.c:2300
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
+#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Napaka med pretvorbo: %s"
-#: ../glib/gconvert.c:678
-#: ../glib/gutf8.c:960
-#: ../glib/gutf8.c:1170
-#: ../glib/gutf8.c:1311
-#: ../glib/gutf8.c:1415
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Delno (nedokonÄ?ano) zaporedje znakov na koncu vhoda"
-#: ../glib/gconvert.c:928
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Ni mogoÄ?e pretvoriti '%s' v nabor znakov '%s'"
-#: ../glib/gconvert.c:1751
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' pri uporabi \"datoteÄ?ne\" sheme ni absoluten"
-#: ../glib/gconvert.c:1761
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Krajevna datoteka URI '%s' ne sme vsebovati '#'"
-#: ../glib/gconvert.c:1778
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' je neveljaven"
-#: ../glib/gconvert.c:1790
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Ime gostitelja naslova URI '%s' ni veljavno"
-#: ../glib/gconvert.c:1806
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Naslov URI '%s' vsebuje neveljavne ubežne znake"
-#: ../glib/gconvert.c:1901
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Pot '%s' ni absolutna pot"
-#: ../glib/gconvert.c:1911
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Neveljavno ime gostitelja"
-#: ../glib/gdir.c:112
-#: ../glib/gdir.c:135
+#: glib/gdir.c:112 glib/gdir.c:135
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Napaka ob odpiranju imenika '%s': %s"
-#: ../glib/gfileutils.c:536
-#: ../glib/gfileutils.c:624
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Ni mogoÄ?e rezervirati %lu bajtov za branje datoteke \"%s\""
-#: ../glib/gfileutils.c:551
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Napaka ob branju datoteke '%s': %s"
-#: ../glib/gfileutils.c:565
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "Datoteka \"%s\" je prevelika."
-#: ../glib/gfileutils.c:648
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Ni mogoÄ?e brati iz datoteke '%s': %s"
-#: ../glib/gfileutils.c:699
-#: ../glib/gfileutils.c:786
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Ni mogoÄ?e odpreti datoteke '%s': %s"
-#: ../glib/gfileutils.c:716
-#: ../glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Ni mogoÄ?e dobiti atributov datoteke '%s': fstat() ni uspel: %s"
-#: ../glib/gfileutils.c:750
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Ni mogoÄ?e odpreti datoteke '%s': fdopen() ni uspel: %s"
-#: ../glib/gfileutils.c:858
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Ni mogoÄ?e preimenovati datoteke '%s' v '%s': g_rename() ni uspel: %s"
-#: ../glib/gfileutils.c:900
-#: ../glib/gfileutils.c:1366
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Ni mogoÄ?e ustvariti datoteke '%s' %s"
-#: ../glib/gfileutils.c:914
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Ni mogoÄ?e odpreti datoteke '%s' za pisanje: fdopen() ni uspel: %s"
-#: ../glib/gfileutils.c:939
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Ni mogoÄ?e zapisati datoteke '%s': fwrite() ni uspel: %s"
-#: ../glib/gfileutils.c:958
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Ni mogoÄ?e zapisati datoteke '%s': fflush() ni uspel: %s"
-#: ../glib/gfileutils.c:987
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Ni mogoÄ?e zapisati datoteke '%s': fsync() ni uspel: %s"
-#: ../glib/gfileutils.c:1006
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Ni mogoÄ?e zapreti datoteke '%s': fclose() ni uspel: %s"
-#: ../glib/gfileutils.c:1124
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "ObstojeÄ?e datoteke '%s' ni mogoÄ?e odstraniti: g_unlink() ni uspel: %s"
-#: ../glib/gfileutils.c:1328
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Predloga '%s' je neveljavna, saj ne sme vsebovati '%s'"
-#: ../glib/gfileutils.c:1341
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Predloga '%s' ne vsebuje XXXXXX"
-#: ../glib/gfileutils.c:1782
+#: glib/gfileutils.c:1774
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] "%u bajtov"
+msgstr[1] "%u bajt"
+msgstr[2] "%u bajta"
+msgstr[3] "%u bajti"
+
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1787
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1792
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1797
+#: glib/gfileutils.c:1797
#, c-format
msgid "%.1f TB"
msgstr "%.1f TB"
-#: ../glib/gfileutils.c:1802
+#: glib/gfileutils.c:1802
#, c-format
msgid "%.1f PB"
msgstr "%.1f PB"
-#: ../glib/gfileutils.c:1807
+#: glib/gfileutils.c:1807
#, c-format
msgid "%.1f EB"
msgstr "%.1f EB"
-#: ../glib/gfileutils.c:1850
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ni mogoÄ?e prebrati simbolne povezave '%s': %s"
-#: ../glib/gfileutils.c:1871
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Simbolne povezave niso podprte"
-#: ../glib/giochannel.c:1234
+#: glib/giochannel.c:1234
#, c-format
msgid "Could not open converter from '%s' to '%s': %s"
msgstr "Ni mogoÄ?e odpreti pretvornika iz '%s' v '%s': %s"
-#: ../glib/giochannel.c:1579
+#: glib/giochannel.c:1579
msgid "Can't do a raw read in g_io_channel_read_line_string"
msgstr "Ni mogoÄ?e prebrati g_io_channel_read_line_string"
-#: ../glib/giochannel.c:1626
-#: ../glib/giochannel.c:1884
-#: ../glib/giochannel.c:1971
+#: glib/giochannel.c:1626 glib/giochannel.c:1884 glib/giochannel.c:1971
msgid "Leftover unconverted data in read buffer"
msgstr "Preostanek nepretvorjenih podatkov v bralnem medpomnilniku"
-#: ../glib/giochannel.c:1707
-#: ../glib/giochannel.c:1784
+#: glib/giochannel.c:1707 glib/giochannel.c:1784
msgid "Channel terminates in a partial character"
msgstr "Kanal je prekinjen v delnem znaku"
-#: ../glib/giochannel.c:1770
+#: glib/giochannel.c:1770
msgid "Can't do a raw read in g_io_channel_read_to_end"
msgstr "Ni mogoÄ?e prebrati v g_io_channel_read_to_end"
-#: ../glib/gmappedfile.c:123
+#: glib/gmappedfile.c:123
#, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "Ni mogoÄ?e odpreti datoteke '%s': open() ni uspel: %s"
-#: ../glib/gmappedfile.c:201
+#: glib/gmappedfile.c:201
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Ni mogoÄ?e preslikati datoteke '%s': mmap() ni uspel: %s"
-#: ../glib/gmarkup.c:303
-#: ../glib/gmarkup.c:343
+#: glib/gmarkup.c:303 glib/gmarkup.c:343
#, c-format
msgid "Error on line %d char %d: "
msgstr "Napaka v vrstici %d, znak %d:"
-#: ../glib/gmarkup.c:363
-#: ../glib/gmarkup.c:441
+#: glib/gmarkup.c:363 glib/gmarkup.c:441
#, c-format
msgid "Invalid UTF-8 encoded text in name - not valid '%s'"
msgstr "Neveljavno UTF-8 kodirano besedilo imena - neveljaven '%s'"
-#: ../glib/gmarkup.c:374
+#: glib/gmarkup.c:374
#, c-format
msgid "'%s' is not a valid name "
msgstr "'%s' ni veljavno ime"
-#: ../glib/gmarkup.c:390
+#: glib/gmarkup.c:390
#, c-format
msgid "'%s' is not a valid name: '%c' "
msgstr "'%s' ni veljavno ime: '%c' "
-#: ../glib/gmarkup.c:494
+#: glib/gmarkup.c:494
#, c-format
msgid "Error on line %d: %s"
msgstr "Napaka v vrstici %d: %s"
-#: ../glib/gmarkup.c:578
+#: glib/gmarkup.c:578
#, c-format
-msgid "Failed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too large"
-msgstr "Ni mogoÄ?e razÄ?leniti '%-.*s', ki bi morala biti Å¡tevilka znotraj reference znaka (na primer ê) - morda je Å¡tevilka prevelika"
+msgid ""
+"Failed to parse '%-.*s', which should have been a digit inside a character "
+"reference (ê for example) - perhaps the digit is too large"
+msgstr ""
+"Ni mogoÄ?e razÄ?leniti '%-.*s', ki bi morala biti Å¡tevilka znotraj reference "
+"znaka (na primer ê) - morda je Å¡tevilka prevelika"
-#: ../glib/gmarkup.c:590
-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 &"
-msgstr "Referenca znaka se ni konÄ?ala s podpiÄ?jem; najverjetneje je uporabljen znak '&' brez povezave z entiteto - znak '&' mora biti zapisan kot '&'"
+#: glib/gmarkup.c:590
+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 &"
+msgstr ""
+"Referenca znaka se ni konÄ?ala s podpiÄ?jem; najverjetneje je uporabljen znak "
+"'&' brez povezave z entiteto - znak '&' mora biti zapisan kot '&'"
-#: ../glib/gmarkup.c:616
+#: glib/gmarkup.c:616
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Referenca znaka '%-.*s' ne Å¡ifrira dovoljenega znaka"
-#: ../glib/gmarkup.c:654
-msgid "Empty entity '&;' seen; valid entities are: & " < > '"
-msgstr "Zaznana prazna entiteta '&;'; veljavne entitete so: & " < > '"
+#: glib/gmarkup.c:654
+msgid ""
+"Empty entity '&;' seen; valid entities are: & " < > '"
+msgstr ""
+"Zaznana prazna entiteta '&;'; veljavne entitete so: & " < > "
+"'"
-#: ../glib/gmarkup.c:662
+#: glib/gmarkup.c:662
#, c-format
msgid "Entity name '%-.*s' is not known"
msgstr "Neznano ime entitete '%-.*s'"
-#: ../glib/gmarkup.c:667
-msgid "Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &"
-msgstr "Entiteta se ne zakljuÄ?i s podpiÄ?jem; najverjetneje je uporabljen znak '&' brez povezave z entiteto - znak '&' mora biti zapisan kot '&'"
+#: glib/gmarkup.c:667
+msgid ""
+"Entity did not end with a semicolon; most likely you used an ampersand "
+"character without intending to start an entity - escape ampersand as &"
+msgstr ""
+"Entiteta se ne zakljuÄ?i s podpiÄ?jem; najverjetneje je uporabljen znak '&' "
+"brez povezave z entiteto - znak '&' mora biti zapisan kot '&'"
-#: ../glib/gmarkup.c:1014
+#: glib/gmarkup.c:1014
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokument se mora zaÄ?eti z elementom (na primer <book>)"
-#: ../glib/gmarkup.c:1054
+#: glib/gmarkup.c:1054
#, c-format
-msgid "'%s' is not a valid character following a '<' character; it may not begin an element name"
-msgstr "'%s' ni veljaven znak, kadar sledi znaku '<'; morda se ne zaÄ?ne z imenom elementa"
+msgid ""
+"'%s' is not a valid character following a '<' character; it may not begin an "
+"element name"
+msgstr ""
+"'%s' ni veljaven znak, kadar sledi znaku '<'; morda se ne zaÄ?ne z imenom "
+"elementa"
-#: ../glib/gmarkup.c:1122
+#: glib/gmarkup.c:1122
#, c-format
-msgid "Odd character '%s', expected a '>' character to end the empty-element tag '%s'"
-msgstr "Nenavaden znak '%s'. PriÄ?akovan znak je '>', da se zakljuÄ?i oznako predmeta '%s'"
+msgid ""
+"Odd character '%s', expected a '>' character to end the empty-element tag '%"
+"s'"
+msgstr ""
+"Nenavaden znak '%s'. PriÄ?akovan znak je '>', da se zakljuÄ?i oznako predmeta "
+"'%s'"
-#: ../glib/gmarkup.c:1206
+#: glib/gmarkup.c:1206
#, c-format
-msgid "Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
-msgstr "Nenavaden znak '%s'. Za imenom atributa '%s' (elementa '%s') je priÄ?akovan znak '='"
+msgid ""
+"Odd character '%s', expected a '=' after attribute name '%s' of element '%s'"
+msgstr ""
+"Nenavaden znak '%s'. Za imenom atributa '%s' (elementa '%s') je priÄ?akovan "
+"znak '='"
-#: ../glib/gmarkup.c:1247
+#: glib/gmarkup.c:1247
#, c-format
-msgid "Odd character '%s', expected a '>' or '/' character to end the start tag of element '%s', or optionally an attribute; perhaps you used an invalid character in an attribute name"
-msgstr "Nenavaden znak '%s'. PriÄ?akovan znak '>' ali '/', ki bi zakljuÄ?il oznako elementa '%s' ali atribut; morda ste uporabili neveljaven znak v imenu atributa'"
+msgid ""
+"Odd character '%s', expected a '>' or '/' character to end the start tag of "
+"element '%s', or optionally an attribute; perhaps you used an invalid "
+"character in an attribute name"
+msgstr ""
+"Nenavaden znak '%s'. PriÄ?akovan znak '>' ali '/', ki bi zakljuÄ?il oznako "
+"elementa '%s' ali atribut; morda ste uporabili neveljaven znak v imenu "
+"atributa'"
-#: ../glib/gmarkup.c:1291
+#: glib/gmarkup.c:1291
#, c-format
-msgid "Odd character '%s', expected an open quote mark after the equals sign when giving value for attribute '%s' of element '%s'"
-msgstr "Nenavaden znak '%s'. Za enaÄ?ajem je priÄ?akovan narekovaj znotraj katerega je podana vrednost atributa '%s' elementa '%s'"
+msgid ""
+"Odd character '%s', expected an open quote mark after the equals sign when "
+"giving value for attribute '%s' of element '%s'"
+msgstr ""
+"Nenavaden znak '%s'. Za enaÄ?ajem je priÄ?akovan narekovaj znotraj katerega je "
+"podana vrednost atributa '%s' elementa '%s'"
-#: ../glib/gmarkup.c:1425
+#: glib/gmarkup.c:1425
#, c-format
-msgid "'%s' is not a valid character following the characters '</'; '%s' may not begin an element name"
-msgstr "'%s' ni veljaven znak za znakoma '</'; ime elementa se ne sme zaÄ?eti z '%s'"
+msgid ""
+"'%s' is not a valid character following the characters '</'; '%s' may not "
+"begin an element name"
+msgstr ""
+"'%s' ni veljaven znak za znakoma '</'; ime elementa se ne sme zaÄ?eti z '%s'"
-#: ../glib/gmarkup.c:1461
+#: glib/gmarkup.c:1461
#, c-format
-msgid "'%s' is not a valid character following the close element name '%s'; the allowed character is '>'"
-msgstr "Znak '%s' ni veljaven kadar sledi zaprtju imena elementa '%s'; dovoljen znak je '>'"
+msgid ""
+"'%s' is not a valid character following the close element name '%s'; the "
+"allowed character is '>'"
+msgstr ""
+"Znak '%s' ni veljaven kadar sledi zaprtju imena elementa '%s'; dovoljen znak "
+"je '>'"
-#: ../glib/gmarkup.c:1472
+#: glib/gmarkup.c:1472
#, c-format
msgid "Element '%s' was closed, no element is currently open"
msgstr "Element '%s' je zaprt, trenutno ni odprtega elementa"
-#: ../glib/gmarkup.c:1481
+#: glib/gmarkup.c:1481
#, 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:1648
+#: glib/gmarkup.c:1648
msgid "Document was empty or contained only whitespace"
msgstr "Dokument je prazen ali pa vsebuje le presledke"
-#: ../glib/gmarkup.c:1662
+#: glib/gmarkup.c:1662
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokument nepriÄ?akovano zakljuÄ?en takoj za odprtjem predmeta '<'"
-#: ../glib/gmarkup.c:1670
-#: ../glib/gmarkup.c:1715
+#: glib/gmarkup.c:1670 glib/gmarkup.c:1715
#, c-format
-msgid "Document ended unexpectedly with elements still open - '%s' was the last element opened"
-msgstr "Dokument nepriÄ?akovano zakljuÄ?en s Å¡e odprtimi elementi - '%s' je zadnji odprt element"
+msgid ""
+"Document ended unexpectedly with elements still open - '%s' was the last "
+"element opened"
+msgstr ""
+"Dokument nepriÄ?akovano zakljuÄ?en s Å¡e odprtimi elementi - '%s' je zadnji "
+"odprt element"
-#: ../glib/gmarkup.c:1678
+#: glib/gmarkup.c:1678
#, c-format
-msgid "Document ended unexpectedly, expected to see a close angle bracket ending the tag <%s/>"
-msgstr "Dokument nepriÄ?akovano zakljuÄ?en, priÄ?akovan je zakljuÄ?ni zaklepaj oznake <%s/>"
+msgid ""
+"Document ended unexpectedly, expected to see a close angle bracket ending "
+"the tag <%s/>"
+msgstr ""
+"Dokument nepriÄ?akovano zakljuÄ?en, priÄ?akovan je zakljuÄ?ni zaklepaj oznake <%"
+"s/>"
-#: ../glib/gmarkup.c:1684
+#: glib/gmarkup.c:1684
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokument nepriÄ?akovano zakljuÄ?en sredi imena elementa"
-#: ../glib/gmarkup.c:1690
+#: glib/gmarkup.c:1690
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokument nepriÄ?akovano zakljuÄ?en sredi imena atributa"
-#: ../glib/gmarkup.c:1695
+#: glib/gmarkup.c:1695
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokument nepriÄ?akovano zakljuÄ?en sredi oznake za odprtje elementa."
-#: ../glib/gmarkup.c:1701
-msgid "Document ended unexpectedly after the equals sign following an attribute name; no attribute value"
-msgstr "Dokument nepriÄ?akovano zakljuÄ?en za enaÄ?ajem, ki sledil imenu atributa; ni doloÄ?ena vrednosti atributa"
+#: glib/gmarkup.c:1701
+msgid ""
+"Document ended unexpectedly after the equals sign following an attribute "
+"name; no attribute value"
+msgstr ""
+"Dokument nepriÄ?akovano zakljuÄ?en za enaÄ?ajem, ki sledil imenu atributa; ni "
+"doloÄ?ena vrednosti atributa"
-#: ../glib/gmarkup.c:1708
+#: glib/gmarkup.c:1708
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokument nepriÄ?akovano zakljuÄ?en sredi vrednosti atributa"
-#: ../glib/gmarkup.c:1724
+#: glib/gmarkup.c:1724
#, 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:1730
+#: glib/gmarkup.c:1730
msgid "Document ended unexpectedly inside a comment or processing instruction"
msgstr "Dokument nepriÄ?akovano zakljuÄ?en sredi opombe ali ukaza"
-#: ../glib/gregex.c:131
+#: glib/gregex.c:131
msgid "corrupted object"
msgstr "pokvarjen predmet"
-#: ../glib/gregex.c:133
+#: glib/gregex.c:133
msgid "internal error or corrupted object"
msgstr "notranja napaka ali pokvarjen predmet"
-#: ../glib/gregex.c:135
+#: glib/gregex.c:135
msgid "out of memory"
msgstr "zmanjkalo je pomnilnika"
-#: ../glib/gregex.c:140
+#: glib/gregex.c:140
msgid "backtracking limit reached"
msgstr "dosežena omejitev sledenja nazaj"
-#: ../glib/gregex.c:152
-#: ../glib/gregex.c:160
+#: glib/gregex.c:152 glib/gregex.c:160
msgid "the pattern contains items not supported for partial matching"
msgstr "vzorec vsebuje predmete, ki niso podprti za delno iskanje zadetkov"
-#: ../glib/gregex.c:154
-#: ../gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "notranja napaka"
-#: ../glib/gregex.c:162
+#: glib/gregex.c:162
msgid "back references as conditions are not supported for partial matching"
msgstr "predhodne povezave, kot pogoji, niso podprti za delno primerjavo"
-#: ../glib/gregex.c:171
+#: glib/gregex.c:171
msgid "recursion limit reached"
msgstr "dosežena omejitev globine drevesne ravni"
-#: ../glib/gregex.c:173
+#: glib/gregex.c:173
msgid "workspace limit for empty substrings reached"
msgstr "dosežena omejitev delovnega prostora za prazne podrejene niti"
-#: ../glib/gregex.c:175
+#: glib/gregex.c:175
msgid "invalid combination of newline flags"
msgstr "nepravilna sestava zastavic nove vrstice"
-#: ../glib/gregex.c:179
+#: glib/gregex.c:179
msgid "unknown error"
msgstr "neznana napaka"
-#: ../glib/gregex.c:199
+#: glib/gregex.c:199
msgid "\\ at end of pattern"
msgstr "\\ na koncu vzorca"
-#: ../glib/gregex.c:202
+#: glib/gregex.c:202
msgid "\\c at end of pattern"
msgstr "\\c na koncu vzorca"
-#: ../glib/gregex.c:205
+#: glib/gregex.c:205
msgid "unrecognized character follows \\"
msgstr "neprepoznan znak sledi znaku \\"
-#: ../glib/gregex.c:212
+#: glib/gregex.c:212
msgid "case-changing escapes (\\l, \\L, \\u, \\U) are not allowed here"
-msgstr "ubežno spreminjanje velikosti Ä?rk (\\l, \\L, \\u, \\U) na tem mestu ni dovoljeno"
+msgstr ""
+"ubežno spreminjanje velikosti Ä?rk (\\l, \\L, \\u, \\U) na tem mestu ni "
+"dovoljeno"
-#: ../glib/gregex.c:215
+#: glib/gregex.c:215
msgid "numbers out of order in {} quantifier"
msgstr "Å¡tevilke niso zapisane pravilno v {} koliÄ?ilniku"
-#: ../glib/gregex.c:218
+#: glib/gregex.c:218
msgid "number too big in {} quantifier"
msgstr "Å¡tevilke so prevelike v {} koliÄ?ilniku"
-#: ../glib/gregex.c:221
+#: glib/gregex.c:221
msgid "missing terminating ] for character class"
msgstr "manjkajoÄ? zakljuÄ?ni znak ] za znakovni razred"
-#: ../glib/gregex.c:224
+#: glib/gregex.c:224
msgid "invalid escape sequence in character class"
msgstr "neveljavno ubežno zaporedje v znakovnem razredu"
-#: ../glib/gregex.c:227
+#: glib/gregex.c:227
msgid "range out of order in character class"
msgstr "nepravilen obseg v znakovnem razredu"
-#: ../glib/gregex.c:230
+#: glib/gregex.c:230
msgid "nothing to repeat"
msgstr "ni mogoÄ?e ponoviti"
-#: ../glib/gregex.c:233
+#: glib/gregex.c:233
msgid "unrecognized character after (?"
msgstr "neprepoznan znak za (?"
-#: ../glib/gregex.c:237
+#: glib/gregex.c:237
msgid "unrecognized character after (?<"
msgstr "neprepoznan znak za (?<"
-#: ../glib/gregex.c:241
+#: glib/gregex.c:241
msgid "unrecognized character after (?P"
msgstr "neprepoznan znak za (?P"
-#: ../glib/gregex.c:244
+#: glib/gregex.c:244
msgid "POSIX named classes are supported only within a class"
msgstr "POSIX razredi so podprti le znotraj razreda"
-#: ../glib/gregex.c:247
+#: glib/gregex.c:247
msgid "missing terminating )"
msgstr "manjka zakljuÄ?ujoÄ?i )"
-#: ../glib/gregex.c:251
+#: glib/gregex.c:251
msgid ") without opening ("
msgstr ") brez odpirajoÄ?ega ("
#. translators: '(?R' and '(?[+-]digits' are both meant as (groups of)
#. * sequences here, '(?-54' would be an example for the second group.
#.
-#: ../glib/gregex.c:258
+#: glib/gregex.c:258
msgid "(?R or (?[+-]digits must be followed by )"
msgstr "(?R ali (?[+-] Å¡tevilom mora slediti )"
-#: ../glib/gregex.c:261
+#: glib/gregex.c:261
msgid "reference to non-existent subpattern"
msgstr "povezava na neobstojeÄ? podrejen vzorec"
-#: ../glib/gregex.c:264
+#: glib/gregex.c:264
msgid "missing ) after comment"
msgstr "manjka ) po opombi"
-#: ../glib/gregex.c:267
+#: glib/gregex.c:267
msgid "regular expression too large"
msgstr "logiÄ?ni izraz je predolg"
-#: ../glib/gregex.c:270
+#: glib/gregex.c:270
msgid "failed to get memory"
msgstr "napaka med pridobivanjem pomnilnika"
-#: ../glib/gregex.c:273
+#: glib/gregex.c:273
msgid "lookbehind assertion is not fixed length"
msgstr "povratna trditev ni doloÄ?ene dolžine"
-#: ../glib/gregex.c:276
+#: glib/gregex.c:276
msgid "malformed number or name after (?("
msgstr "nepravilno oblikovano ime ali Å¡tevilka za (?("
-#: ../glib/gregex.c:279
+#: glib/gregex.c:279
msgid "conditional group contains more than two branches"
msgstr "pogojna skupina vsebuje veÄ? kot dve veji"
-#: ../glib/gregex.c:282
+#: glib/gregex.c:282
msgid "assertion expected after (?("
msgstr "trditev priÄ?akovana za (?("
-#: ../glib/gregex.c:285
+#: glib/gregex.c:285
msgid "unknown POSIX class name"
msgstr "neznano POSIX ime razreda"
-#: ../glib/gregex.c:288
+#: glib/gregex.c:288
msgid "POSIX collating elements are not supported"
msgstr "POSIX primerjalni elementi niso podprti"
-#: ../glib/gregex.c:291
+#: glib/gregex.c:291
msgid "character value in \\x{...} sequence is too large"
msgstr "znakovna vrednost v zaporedju \\x{...} je predolga"
-#: ../glib/gregex.c:294
+#: glib/gregex.c:294
msgid "invalid condition (?(0)"
msgstr "neveljaven pogoj (?(0)"
-#: ../glib/gregex.c:297
+#: glib/gregex.c:297
msgid "\\C not allowed in lookbehind assertion"
msgstr "\\C ni dovoljen v povratnih trditvah"
-#: ../glib/gregex.c:300
+#: glib/gregex.c:300
msgid "recursive call could loop indefinitely"
msgstr "drevesni klic opravila se lahko izvaja v neskonÄ?nost"
-#: ../glib/gregex.c:303
+#: glib/gregex.c:303
msgid "missing terminator in subpattern name"
msgstr "manjkajoÄ? zakljuÄ?ni znak v imenu podrejenega vzorca"
-#: ../glib/gregex.c:306
+#: glib/gregex.c:306
msgid "two named subpatterns have the same name"
msgstr "dva imenovana podrejena vzorca imata enako ime"
-#: ../glib/gregex.c:309
+#: glib/gregex.c:309
msgid "malformed \\P or \\p sequence"
msgstr "nepravilno oblikovano \\P ali \\p zaporedje"
-#: ../glib/gregex.c:312
+#: glib/gregex.c:312
msgid "unknown property name after \\P or \\p"
msgstr "neznano ime lastnosti za \\P ali \\p"
-#: ../glib/gregex.c:315
+#: glib/gregex.c:315
msgid "subpattern name is too long (maximum 32 characters)"
msgstr "ime podrejenega vzorca je predolgo (najveÄ? 32 znakov)"
-#: ../glib/gregex.c:318
+#: glib/gregex.c:318
msgid "too many named subpatterns (maximum 10,000)"
msgstr "preveÄ? imenovanih podrejenih vzorcev (najveÄ? 10,000)"
-#: ../glib/gregex.c:321
+#: glib/gregex.c:321
msgid "octal value is greater than \\377"
msgstr "osmiÅ¡ka vrednost je veÄ?ja kot \\377"
-#: ../glib/gregex.c:324
+#: glib/gregex.c:324
msgid "DEFINE group contains more than one branch"
msgstr "DEFINE skupina vsebuje veÄ? kot eno vejo"
-#: ../glib/gregex.c:327
+#: glib/gregex.c:327
msgid "repeating a DEFINE group is not allowed"
msgstr "ponavljanje DEFINE skupine ni dovoljeno"
-#: ../glib/gregex.c:330
+#: glib/gregex.c:330
msgid "inconsistent NEWLINE options"
msgstr "nepopolna NEWLINE možnost"
-#: ../glib/gregex.c:333
-msgid "\\g is not followed by a braced name or an optionally braced non-zero number"
-msgstr "\\g ne sledi oznaÄ?enemu imenu ali pogojno oznaÄ?enemu Å¡tevilu veÄ?jem od niÄ?"
+#: glib/gregex.c:333
+msgid ""
+"\\g is not followed by a braced name or an optionally braced non-zero number"
+msgstr ""
+"\\g ne sledi oznaÄ?enemu imenu ali pogojno oznaÄ?enemu Å¡tevilu veÄ?jem od niÄ?"
-#: ../glib/gregex.c:338
+#: glib/gregex.c:338
msgid "unexpected repeat"
msgstr "nepriÄ?akovana ponovitev"
-#: ../glib/gregex.c:342
+#: glib/gregex.c:342
msgid "code overflow"
msgstr "prekoraÄ?itev kode"
-#: ../glib/gregex.c:346
+#: glib/gregex.c:346
msgid "overran compiling workspace"
msgstr "preteÄ?ena delovna povrÅ¡ina prevajanja kode"
-#: ../glib/gregex.c:350
+#: glib/gregex.c:350
msgid "previously-checked referenced subpattern not found"
msgstr "predhodno preverjene povezave podrejenega vzorca ni mogoÄ?e najti"
-#: ../glib/gregex.c:522
-#: ../glib/gregex.c:1603
+#: glib/gregex.c:522 glib/gregex.c:1603
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "Napaka med primerjanjem logiÄ?nega izraza %s: %s"
-#: ../glib/gregex.c:1094
+#: glib/gregex.c:1094
msgid "PCRE library is compiled without UTF8 support"
msgstr "Knjižnica PCRE je pretvorjena brez UTF-8 podpore"
-#: ../glib/gregex.c:1103
+#: glib/gregex.c:1103
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "Knjižnica PCRE je pretvorjena brez lastnosti UTF-8 podpore"
-#: ../glib/gregex.c:1157
+#: glib/gregex.c:1157
#, c-format
msgid "Error while compiling regular expression %s at char %d: %s"
msgstr "Napaka med pretvarjanjem logiÄ?nega izraza %s pri znaku %d: %s"
-#: ../glib/gregex.c:1193
+#: glib/gregex.c:1193
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Napaka med prilagajanjem logiÄ?nega izraza %s: %s"
-#: ../glib/gregex.c:2031
+#: glib/gregex.c:2031
msgid "hexadecimal digit or '}' expected"
msgstr "Å¡estnajstiÅ¡ko Å¡tevilo ali pa priÄ?akovan '}'"
-#: ../glib/gregex.c:2047
+#: glib/gregex.c:2047
msgid "hexadecimal digit expected"
msgstr "priÄ?akovano Å¡estnajstiÅ¡ko Å¡tevilo"
-#: ../glib/gregex.c:2087
+#: glib/gregex.c:2087
msgid "missing '<' in symbolic reference"
msgstr "manjkajoÄ? znak '<' v simbolni povezavi"
-#: ../glib/gregex.c:2096
+#: glib/gregex.c:2096
msgid "unfinished symbolic reference"
msgstr "nedokonÄ?ana simbolna povezava"
-#: ../glib/gregex.c:2103
+#: glib/gregex.c:2103
msgid "zero-length symbolic reference"
msgstr "simbolna povezava niÄ?ne dolžine"
-#: ../glib/gregex.c:2114
+#: glib/gregex.c:2114
msgid "digit expected"
msgstr "priÄ?akovano Å¡tevilo"
-#: ../glib/gregex.c:2132
+#: glib/gregex.c:2132
msgid "illegal symbolic reference"
msgstr "neveljavna simbolna povezava"
-#: ../glib/gregex.c:2194
+#: glib/gregex.c:2194
msgid "stray final '\\'"
msgstr "obidi konÄ?na '\\'"
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
msgid "unknown escape sequence"
msgstr "neznano ubežno zaporedje"
-#: ../glib/gregex.c:2208
+#: glib/gregex.c:2208
#, c-format
msgid "Error while parsing replacement text \"%s\" at char %lu: %s"
msgstr "Napaka med razÄ?lenjevanjem besedila zamenjave \"%s\" pri znaku %lu: %s"
-#: ../glib/gshell.c:70
+#: glib/gshell.c:70
msgid "Quoted text doesn't begin with a quotation mark"
msgstr "Citirano besedilo se ne zaÄ?ne z narekovajem"
-#: ../glib/gshell.c:160
+#: glib/gshell.c:160
msgid "Unmatched quotation mark in command line or other shell-quoted text"
msgstr "V ukazni vrstici ali v citiranem besedilu manjka konÄ?ni narekovaj"
-#: ../glib/gshell.c:538
+#: glib/gshell.c:538
#, c-format
msgid "Text ended just after a '\\' character. (The text was '%s')"
msgstr "Besedilo konÄ?ano takoj po znaku '\\'. (Besedilo je bilo '%s')"
-#: ../glib/gshell.c:545
+#: glib/gshell.c:545
#, c-format
msgid "Text ended before matching quote was found for %c. (The text was '%s')"
-msgstr "Besedilo konÄ?ano preden je bil najden zakljuÄ?ni narekovaj za %c. (besedilo je bilo '%s')"
+msgstr ""
+"Besedilo konÄ?ano preden je bil najden zakljuÄ?ni narekovaj za %c. (besedilo "
+"je bilo '%s')"
-#: ../glib/gshell.c:557
+#: glib/gshell.c:557
msgid "Text was empty (or contained only whitespace)"
msgstr "Besedilo je bilo prazno (ali vsebovalo le presledke)"
-#: ../glib/gspawn-win32.c:283
+#: glib/gspawn-win32.c:283
msgid "Failed to read data from child process"
msgstr "Ni mogoÄ?e prebrati podatkov iz procesa podrejenega predmeta"
-#: ../glib/gspawn-win32.c:300
-#: ../glib/gspawn.c:1480
+#: glib/gspawn-win32.c:300 glib/gspawn.c:1480
#, c-format
msgid "Failed to create pipe for communicating with child process (%s)"
msgstr "Ni mogoÄ?e ustvariti cevi za stik s procesom podrejenega predmeta (%s)"
-#: ../glib/gspawn-win32.c:339
-#: ../glib/gspawn-win32.c:347
-#: ../glib/gspawn.c:1139
+#: glib/gspawn-win32.c:339 glib/gspawn-win32.c:347 glib/gspawn.c:1139
#, c-format
msgid "Failed to read from child pipe (%s)"
msgstr "Ni mogoÄ?e prebrati iz cevi podrejenega procesa (%s)"
-#: ../glib/gspawn-win32.c:370
-#: ../glib/gspawn.c:1346
+#: glib/gspawn-win32.c:370 glib/gspawn.c:1346
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Ni mogoÄ?e spremeniti imenika v '%s' (%s)"
-#: ../glib/gspawn-win32.c:376
-#: ../glib/gspawn-win32.c:495
+#: glib/gspawn-win32.c:376 glib/gspawn-win32.c:495
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Ni mogoÄ?e izvesti podrejenega procesa (%s)"
-#: ../glib/gspawn-win32.c:445
+#: glib/gspawn-win32.c:445
#, c-format
msgid "Invalid program name: %s"
msgstr "Neveljavno ime programa: %s"
-#: ../glib/gspawn-win32.c:455
-#: ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1279
+#: glib/gspawn-win32.c:455 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1279
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Neveljaven niz v vektorju argumenta pri %d: %s"
-#: ../glib/gspawn-win32.c:466
-#: ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1312
+#: glib/gspawn-win32.c:466 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1312
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Neveljaven niz okolja: %s"
-#: ../glib/gspawn-win32.c:719
-#: ../glib/gspawn-win32.c:1260
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1260
#, c-format
msgid "Invalid working directory: %s"
msgstr "Neveljavna delovna mapa: %s"
-#: ../glib/gspawn-win32.c:784
+#: glib/gspawn-win32.c:784
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Napaka med izvajanjem pomožnega programa (%s)"
-#: ../glib/gspawn-win32.c:998
-msgid "Unexpected error in g_io_channel_win32_poll() reading data from a child process"
-msgstr "NepriÄ?akovana napaka v g_io_channel_win32_poll() med branjem podatkov procesa podrejenega predmeta"
+#: glib/gspawn-win32.c:998
+msgid ""
+"Unexpected error in g_io_channel_win32_poll() reading data from a child "
+"process"
+msgstr ""
+"NepriÄ?akovana napaka v g_io_channel_win32_poll() med branjem podatkov "
+"procesa podrejenega predmeta"
-#: ../glib/gspawn.c:190
+#: glib/gspawn.c:190
#, c-format
msgid "Failed to read data from child process (%s)"
msgstr "Ni mogoÄ?e prebrati podatkov podrejenega procesa (%s)"
-#: ../glib/gspawn.c:329
+#: glib/gspawn.c:329
#, c-format
msgid "Unexpected error in select() reading data from a child process (%s)"
-msgstr "NepriÄ?akovana napaka v select() med branjem podatkov procesa podrejenega predmeta (%s)"
+msgstr ""
+"NepriÄ?akovana napaka v select() med branjem podatkov procesa podrejenega "
+"predmeta (%s)"
-#: ../glib/gspawn.c:414
+#: glib/gspawn.c:414
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "NepriÄ?akovana napaka v waitpid() (%s)"
-#: ../glib/gspawn.c:1206
+#: glib/gspawn.c:1206
#, c-format
msgid "Failed to fork (%s)"
msgstr "Ni mogoÄ?a razvejitev (%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Ni mogoÄ?e izvesti podrejenega procesa \"%s\" (%s)"
-#: ../glib/gspawn.c:1366
+#: glib/gspawn.c:1366
#, c-format
msgid "Failed to redirect output or input of child process (%s)"
msgstr "Ni mogoÄ?e preusmeriti vhoda ali izhoda podrejenega procesa (%s)"
-#: ../glib/gspawn.c:1375
+#: glib/gspawn.c:1375
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Ni mogoÄ?e razvejiti podrejenega procesa (%s)"
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Neznana napaka med izvajanjem podrejenega procesa \"%s\""
-#: ../glib/gspawn.c:1407
+#: glib/gspawn.c:1407
#, c-format
msgid "Failed to read enough data from child pid pipe (%s)"
msgstr "Ni mogoÄ?e prebrati dovolj podatkov iz cevi podrejenega procesa (%s)"
-#: ../glib/gutf8.c:1038
+#: glib/gutf8.c:1038
msgid "Character out of range for UTF-8"
msgstr "Znak izven intervala za UTF-8"
-#: ../glib/gutf8.c:1138
-#: ../glib/gutf8.c:1147
-#: ../glib/gutf8.c:1279
-#: ../glib/gutf8.c:1288
-#: ../glib/gutf8.c:1429
-#: ../glib/gutf8.c:1525
+#: glib/gutf8.c:1138 glib/gutf8.c:1147 glib/gutf8.c:1279 glib/gutf8.c:1288
+#: glib/gutf8.c:1429 glib/gutf8.c:1525
msgid "Invalid sequence in conversion input"
msgstr "Neveljavno zaporedje na vhodu pretvorbe"
-#: ../glib/gutf8.c:1440
-#: ../glib/gutf8.c:1536
+#: glib/gutf8.c:1440 glib/gutf8.c:1536
msgid "Character out of range for UTF-16"
msgstr "Znak izven intervala za UTF-16"
-#: ../glib/goption.c:755
+#: glib/goption.c:755
msgid "Usage:"
msgstr "Uporaba:"
-#: ../glib/goption.c:755
+#: glib/goption.c:755
msgid "[OPTION...]"
msgstr "[MOŽNOST ...]"
-#: ../glib/goption.c:861
+#: glib/goption.c:861
msgid "Help Options:"
msgstr "Možnosti pomoÄ?i:"
-#: ../glib/goption.c:862
+#: glib/goption.c:862
msgid "Show help options"
msgstr "Pokaži možnosti pomoÄ?i"
-#: ../glib/goption.c:868
+#: glib/goption.c:868
msgid "Show all help options"
msgstr "Pokaži vse možnosti pomoÄ?i"
-#: ../glib/goption.c:930
+#: glib/goption.c:930
msgid "Application Options:"
msgstr "Možnosti programa:"
-#: ../glib/goption.c:992
-#: ../glib/goption.c:1062
+#: glib/goption.c:992 glib/goption.c:1062
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "Ni mogoÄ?e razÄ?leniti celoÅ¡tevilske vrednosti '%s' za %s"
-#: ../glib/goption.c:1002
-#: ../glib/goption.c:1070
+#: glib/goption.c:1002 glib/goption.c:1070
#, c-format
msgid "Integer value '%s' for %s out of range"
msgstr "Celoštevilska vrednost '%s' za %s izven obsega"
-#: ../glib/goption.c:1027
+#: glib/goption.c:1027
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "Ni mogoÄ?e razÄ?leniti dvojne vrednosti '%s' za %s"
-#: ../glib/goption.c:1035
+#: glib/goption.c:1035
#, c-format
msgid "Double value '%s' for %s out of range"
msgstr "Vrednost dvojne velikosti '%s' za %s izven obsega"
-#: ../glib/goption.c:1298
-#: ../glib/goption.c:1377
+#: glib/goption.c:1298 glib/goption.c:1377
#, c-format
msgid "Error parsing option %s"
msgstr "Napaka med razÄ?lenjevanjem %s"
-#: ../glib/goption.c:1408
-#: ../glib/goption.c:1522
+#: glib/goption.c:1408 glib/goption.c:1522
#, c-format
msgid "Missing argument for %s"
msgstr "Manjka argument za %s"
-#: ../glib/goption.c:1917
+#: glib/goption.c:1917
#, c-format
msgid "Unknown option %s"
msgstr "Neznana možnost %s"
-#: ../glib/gkeyfile.c:362
+#: glib/gkeyfile.c:362
msgid "Valid key file could not be found in search dirs"
msgstr "Veljavnega kljuÄ?a v iskanih imenikih ni mogoÄ?e najti"
-#: ../glib/gkeyfile.c:397
+#: glib/gkeyfile.c:397
msgid "Not a regular file"
msgstr "Ni obiÄ?ajna datoteka"
-#: ../glib/gkeyfile.c:405
+#: glib/gkeyfile.c:405
msgid "File is empty"
msgstr "Datoteka je prazna"
-#: ../glib/gkeyfile.c:764
+#: glib/gkeyfile.c:764
#, c-format
-msgid "Key file contains line '%s' which is not a key-value pair, group, or comment"
-msgstr "Datoteka s kljuÄ?em vsebuje vrstico '%s', ki ni kljuÄ?-vrednost par, skupina ali opomba"
+msgid ""
+"Key file contains line '%s' which is not a key-value pair, group, or comment"
+msgstr ""
+"Datoteka s kljuÄ?em vsebuje vrstico '%s', ki ni kljuÄ?-vrednost par, skupina "
+"ali opomba"
-#: ../glib/gkeyfile.c:824
+#: glib/gkeyfile.c:824
#, c-format
msgid "Invalid group name: %s"
msgstr "Neveljavno ime skupine: %s"
-#: ../glib/gkeyfile.c:846
+#: glib/gkeyfile.c:846
msgid "Key file does not start with a group"
msgstr "Datoteka s kljuÄ?em se ne zaÄ?ne s skupino"
-#: ../glib/gkeyfile.c:872
+#: glib/gkeyfile.c:872
#, c-format
msgid "Invalid key name: %s"
msgstr "Neveljavno ime kljuÄ?a: %s"
-#: ../glib/gkeyfile.c:899
+#: glib/gkeyfile.c:899
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "Datoteka s kljuÄ?em vsebuje nepodprto kodiranje '%s'"
-#: ../glib/gkeyfile.c:1115
-#: ../glib/gkeyfile.c:1277
-#: ../glib/gkeyfile.c:2506
-#: ../glib/gkeyfile.c:2572
-#: ../glib/gkeyfile.c:2707
-#: ../glib/gkeyfile.c:2840
-#: ../glib/gkeyfile.c:2993
-#: ../glib/gkeyfile.c:3180
-#: ../glib/gkeyfile.c:3241
+#: glib/gkeyfile.c:1115 glib/gkeyfile.c:1277 glib/gkeyfile.c:2506
+#: glib/gkeyfile.c:2572 glib/gkeyfile.c:2707 glib/gkeyfile.c:2840
+#: glib/gkeyfile.c:2993 glib/gkeyfile.c:3180 glib/gkeyfile.c:3241
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Datoteka s kljuÄ?em ni del skupine '%s'"
-#: ../glib/gkeyfile.c:1289
+#: glib/gkeyfile.c:1289
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Datoteka s kljuÄ?em nima kljuÄ?a '%s'"
-#: ../glib/gkeyfile.c:1396
-#: ../glib/gkeyfile.c:1511
+#: glib/gkeyfile.c:1396 glib/gkeyfile.c:1511
#, c-format
msgid "Key file contains key '%s' with value '%s' which is not UTF-8"
-msgstr "Datoteka s kljuÄ?em vsebuje kljuÄ? '%s' z vrednostjo '%s', ki ni zapisan v UTF-8 naboru"
+msgstr ""
+"Datoteka s kljuÄ?em vsebuje kljuÄ? '%s' z vrednostjo '%s', ki ni zapisan v UTF-"
+"8 naboru"
-#: ../glib/gkeyfile.c:1416
-#: ../glib/gkeyfile.c:1910
+#: glib/gkeyfile.c:1416 glib/gkeyfile.c:1910
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
-msgstr "Datoteka s kljuÄ?em vsebuje kljuÄ? '%s' z vrednostjo, ki je ni mogoÄ?e obravnavati."
+msgstr ""
+"Datoteka s kljuÄ?em vsebuje kljuÄ? '%s' z vrednostjo, ki je ni mogoÄ?e "
+"obravnavati."
-#: ../glib/gkeyfile.c:1531
+#: glib/gkeyfile.c:1531
#, c-format
-msgid "Key file contains key '%s' which has a value that cannot be interpreted."
-msgstr "Datoteka s kljuÄ?em vsebuje kljuÄ? '%s' z vrednostjo, ki je ni mogoÄ?e obravnavati."
+msgid ""
+"Key file contains key '%s' which has a value that cannot be interpreted."
+msgstr ""
+"Datoteka s kljuÄ?em vsebuje kljuÄ? '%s' z vrednostjo, ki je ni mogoÄ?e "
+"obravnavati."
-#: ../glib/gkeyfile.c:2125
-#: ../glib/gkeyfile.c:2337
+#: glib/gkeyfile.c:2125 glib/gkeyfile.c:2337
#, c-format
-msgid "Key file contains key '%s' in group '%s' which has value that cannot be interpreted."
-msgstr "Datoteka s kljuÄ?em vsebuje kljuÄ? '%s' v skupini '%s' z vrednostjo, ki je ni mogoÄ?e obravnavati."
+msgid ""
+"Key file contains key '%s' in group '%s' which has value that cannot be "
+"interpreted."
+msgstr ""
+"Datoteka s kljuÄ?em vsebuje kljuÄ? '%s' v skupini '%s' z vrednostjo, ki je ni "
+"mogoÄ?e obravnavati."
-#: ../glib/gkeyfile.c:2521
-#: ../glib/gkeyfile.c:2722
-#: ../glib/gkeyfile.c:3252
+#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2722 glib/gkeyfile.c:3252
#, c-format
msgid "Key file does not have key '%s' in group '%s'"
msgstr "Datoteka s kljuÄ?em nima kljuÄ?a '%s' v skupini '%s'"
-#: ../glib/gkeyfile.c:3486
+#: glib/gkeyfile.c:3486
msgid "Key file contains escape character at end of line"
msgstr "Datoteka s kljuÄ?em vsebuje ubežni znak na koncu vrstice"
-#: ../glib/gkeyfile.c:3508
+#: glib/gkeyfile.c:3508
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Datoteka kljuÄ?a vsebuje neveljavno ubežno zaporedje '%s'"
-#: ../glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3650
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Vrednosti '%s' ni mogoÄ?e obravnavati kot Å¡tevilo."
-#: ../glib/gkeyfile.c:3664
+#: glib/gkeyfile.c:3664
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Celoštevilska vrednost '%s' izven obsega"
-#: ../glib/gkeyfile.c:3697
+#: glib/gkeyfile.c:3697
#, c-format
msgid "Value '%s' cannot be interpreted as a float number."
msgstr "Vrednosti '%s' ni mogoÄ?e obravnavati kot Å¡tevilo s plavajoÄ?o vejico."
-#: ../glib/gkeyfile.c:3721
+#: glib/gkeyfile.c:3721
#, c-format
msgid "Value '%s' cannot be interpreted as a boolean."
msgstr "Vrednosti '%s' ni mogoÄ?e obravnavati kot Boolovo vrednost."
-#: ../gio/gbufferedinputstream.c:415
-#: ../gio/gbufferedinputstream.c:496
-#: ../gio/ginputstream.c:186
-#: ../gio/ginputstream.c:318
-#: ../gio/ginputstream.c:557
-#: ../gio/ginputstream.c:682
-#: ../gio/goutputstream.c:198
-#: ../gio/goutputstream.c:657
+#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
+#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "Prevelika vrednost Å¡tetja poslana na %s"
-#: ../gio/gbufferedinputstream.c:883
-#: ../gio/ginputstream.c:892
-#: ../gio/giostream.c:305
-#: ../gio/goutputstream.c:1108
+#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "Pretok je že zaprt"
-#: ../gio/gcancellable.c:433
-#: ../gio/glocalfile.c:2095
-#: ../gio/gsimpleasyncresult.c:648
-#: ../gio/gsimpleasyncresult.c:674
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
+#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "Dejanje je bilo prekliocano."
-#: ../gio/gcontenttype.c:180
+#: gio/gcontenttype.c:180
msgid "Unknown type"
msgstr "neznana vrsta"
-#: ../gio/gcontenttype.c:181
+#: gio/gcontenttype.c:181
#, c-format
msgid "%s filetype"
msgstr "%s vrsta datoteke"
-#: ../gio/gcontenttype.c:678
+#: gio/gcontenttype.c:678
#, c-format
msgid "%s type"
msgstr "%s vrsta"
-#: ../gio/gdatainputstream.c:311
+#: gio/gdatainputstream.c:311
msgid "Unexpected early end-of-stream"
msgstr "NepriÄ?akovan prezgodnji konec pretoka"
-#: ../gio/gdesktopappinfo.c:468
-#: ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Neimenovan"
-#: ../gio/gdesktopappinfo.c:725
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "Namizna datoteka ne vsebuje doloÄ?enega polja Exec"
-#: ../gio/gdesktopappinfo.c:905
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "Ni mogoÄ?e najti terminala, ki ga zahteva program"
-#: ../gio/gdesktopappinfo.c:1113
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Ni mogoÄ?e ustvariti nastavitvene mape uporabnikovega programa %s: %s"
-#: ../gio/gdesktopappinfo.c:1117
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Ni mogoÄ?e ustvariti uporabnikove nastavitvene MIME mape %s: %s"
-#: ../gio/gdesktopappinfo.c:1525
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Ni mogoÄ?e ustvariti uporabnikove datoteke namizja %s"
-#: ../gio/gdesktopappinfo.c:1639
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "DoloÄ?ilo po meri za %s"
-#: ../gio/gdrive.c:409
+#: gio/gdrive.c:409
msgid "drive doesn't implement eject"
msgstr "pogona ni mogoÄ?e izvreÄ?i"
#. Translators: This is an error
#. * message for drive objects that
#. * don't implement any of eject or eject_with_operation.
-#: ../gio/gdrive.c:489
+#: gio/gdrive.c:489
msgid "drive doesn't implement eject or eject_with_operation"
msgstr "pogon ne vkljuÄ?uje ukaza izvrzi ali izvrzi_u_dejanjem"
-#: ../gio/gdrive.c:566
+#: gio/gdrive.c:566
msgid "drive doesn't implement polling for media"
msgstr "pogon ne podpira preverjanja enote"
-#: ../gio/gdrive.c:771
+#: gio/gdrive.c:771
msgid "drive doesn't implement start"
msgstr "pogon ne vkljuÄ?uje možnosti zagona"
-#: ../gio/gdrive.c:873
+#: gio/gdrive.c:873
msgid "drive doesn't implement stop"
msgstr "pogon ne vkljuÄ?uje možnosti zaustavitve"
-#: ../gio/gemblem.c:325
+#: gio/gemblem.c:325
#, c-format
msgid "Can't handle version %d of GEmblem encoding"
msgstr "Ni mogoÄ?e upravljati z razliÄ?ico %d kodiranja GEmblem"
-#: ../gio/gemblem.c:335
+#: gio/gemblem.c:335
#, c-format
msgid "Malformed number of tokens (%d) in GEmblem encoding"
msgstr "Nepravilno oblikovana znakov (%d) v kodiranju GEmblem"
-#: ../gio/gemblemedicon.c:296
+#: gio/gemblemedicon.c:296
#, c-format
msgid "Can't handle version %d of GEmblemedIcon encoding"
msgstr "Ni mogoÄ?e upravljati z razliÄ?ico %d kodiranja GEmblemedIcon"
-#: ../gio/gemblemedicon.c:306
+#: gio/gemblemedicon.c:306
#, c-format
msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding"
msgstr "Nepravilno oblikovana znakov (%d) v kodiranju GEmblemedIcon"
-#: ../gio/gemblemedicon.c:329
+#: gio/gemblemedicon.c:329
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "PriÄ?akovan GEmblem za GEmblemedIcon"
-#: ../gio/gfile.c:903
-#: ../gio/gfile.c:1133
-#: ../gio/gfile.c:1268
-#: ../gio/gfile.c:1504
-#: ../gio/gfile.c:1558
-#: ../gio/gfile.c:1615
-#: ../gio/gfile.c:1698
-#: ../gio/gfile.c:1753
-#: ../gio/gfile.c:1813
-#: ../gio/gfile.c:1867
-#: ../gio/gfile.c:3192
-#: ../gio/gfile.c:3246
-#: ../gio/gfile.c:3377
-#: ../gio/gfile.c:3417
-#: ../gio/gfile.c:3744
-#: ../gio/gfile.c:4146
-#: ../gio/gfile.c:4232
-#: ../gio/gfile.c:4321
-#: ../gio/gfile.c:4419
-#: ../gio/gfile.c:4506
-#: ../gio/gfile.c:4599
-#: ../gio/gfile.c:4929
-#: ../gio/gfile.c:5209
-#: ../gio/gfile.c:5278
-#: ../gio/gfile.c:6869
-#: ../gio/gfile.c:6959
-#: ../gio/gfile.c:7045
-#: ../gio/win32/gwinhttpfile.c:441
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
+#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Dejanje ni podprto"
@@ -1287,140 +1278,128 @@ msgstr "Dejanje ni podprto"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: ../gio/gfile.c:1389
-#: ../gio/glocalfile.c:1066
-#: ../gio/glocalfile.c:1077
-#: ../gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "ObstojeÄ?a enota ne obstaja"
-#: ../gio/gfile.c:2441
-#: ../gio/glocalfile.c:2251
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Ni mogoÄ?e kopirati preko mape"
-#: ../gio/gfile.c:2501
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "Ni mogoÄ?e kopirati mape preko mape"
-#: ../gio/gfile.c:2509
-#: ../gio/glocalfile.c:2260
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "Ciljna datoteka obstaja"
-#: ../gio/gfile.c:2527
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "Ni mogoÄ?e kopirati drevesne strukture mape"
-#: ../gio/gfile.c:2826
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "Ni mogoÄ?e kopirati posebne datoteke"
-#: ../gio/gfile.c:3367
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "Neveljavna vrednost simbolne povezave"
-#: ../gio/gfile.c:3460
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "Smeti niso podprte"
-#: ../gio/gfile.c:3509
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Ni mogoÄ?e uporabiti '%c' v imenu datoteke"
-#: ../gio/gfile.c:5926
-#: ../gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "enota ne podpira priklopa"
-#: ../gio/gfile.c:6037
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "Na voljo ni programa z a upravljanje s to datoteko"
-#: ../gio/gfileenumerator.c:206
+#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "Å tevilÄ?nik je zaprt"
-#: ../gio/gfileenumerator.c:213
-#: ../gio/gfileenumerator.c:272
-#: ../gio/gfileenumerator.c:372
-#: ../gio/gfileenumerator.c:481
+#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
+#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "Å tevilÄ?nik izvaja izredno dejanje"
-#: ../gio/gfileenumerator.c:362
-#: ../gio/gfileenumerator.c:471
+#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "Å tevilÄ?nik datotek je že zaprt"
-#: ../gio/gfileicon.c:237
+#: gio/gfileicon.c:237
#, c-format
msgid "Can't handle version %d of GFileIcon encoding"
msgstr "Ni mogoÄ?e upravljati z razliÄ?ico %d kodiranja GFileIcon "
-#: ../gio/gfileicon.c:247
+#: gio/gfileicon.c:247
msgid "Malformed input data for GFileIcon"
msgstr "Nepravilno oblikovani podatki za GFileIcon"
-#: ../gio/gfileinputstream.c:155
-#: ../gio/gfileinputstream.c:422
-#: ../gio/gfileiostream.c:171
-#: ../gio/gfileoutputstream.c:170
-#: ../gio/gfileoutputstream.c:525
+#: gio/gfileinputstream.c:155 gio/gfileinputstream.c:422
+#: gio/gfileiostream.c:171 gio/gfileoutputstream.c:170
+#: gio/gfileoutputstream.c:525
msgid "Stream doesn't support query_info"
msgstr "Pretok ne podpira query_info"
-#: ../gio/gfileinputstream.c:337
-#: ../gio/gfileiostream.c:389
-#: ../gio/gfileoutputstream.c:383
+#: gio/gfileinputstream.c:337 gio/gfileiostream.c:389
+#: gio/gfileoutputstream.c:383
msgid "Seek not supported on stream"
msgstr "Iskanje po pretoku ni podprto"
-#: ../gio/gfileinputstream.c:381
+#: gio/gfileinputstream.c:381
msgid "Truncate not allowed on input stream"
msgstr "RazÄ?lenitev ni dovoljena na dovodnem pretoku"
-#: ../gio/gfileiostream.c:465
-#: ../gio/gfileoutputstream.c:459
+#: gio/gfileiostream.c:465 gio/gfileoutputstream.c:459
msgid "Truncate not supported on stream"
msgstr "RazÄ?lenitev ni podprta na pretoku"
-#: ../gio/gicon.c:324
+#: gio/gicon.c:324
#, c-format
msgid "Wrong number of tokens (%d)"
msgstr "NapaÄ?no Å¡tevilo znakov (%d)"
-#: ../gio/gicon.c:344
+#: gio/gicon.c:344
#, c-format
msgid "No type for class name %s"
msgstr "Ni doloÄ?enega imena razreda %s"
-#: ../gio/gicon.c:354
+#: gio/gicon.c:354
#, c-format
msgid "Type %s does not implement the GIcon interface"
msgstr "Vrsta %s ne vstavlja vmesnika GIcon"
-#: ../gio/gicon.c:365
+#: gio/gicon.c:365
#, c-format
msgid "Type %s is not classed"
msgstr "Vrste %s ni uvrÅ¡Ä?ena v razred"
-#: ../gio/gicon.c:379
+#: gio/gicon.c:379
#, c-format
msgid "Malformed version number: %s"
msgstr "Nepravilno oblikovana Å¡tevilka razliÄ?ice: %s"
-#: ../gio/gicon.c:393
+#: gio/gicon.c:393
#, c-format
msgid "Type %s does not implement from_tokens() on the GIcon interface"
msgstr "Vrsta %s ne vstavlja from_tokens() vmesnika GIcon"
-#: ../gio/gicon.c:469
+#: gio/gicon.c:469
msgid "Can't handle the supplied version the icon encoding"
msgstr "Ni mogoÄ?e upravljati z navedeno razliÄ?ico kodiranja ikone"
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
msgid "Input stream doesn't implement read"
msgstr "Vhodni pretok ne podpira branja"
@@ -1430,665 +1409,622 @@ 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:902
-#: ../gio/giostream.c:315
-#: ../gio/goutputstream.c:1118
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "Pretok izvaja izredno dejanje"
-#: ../gio/ginetsocketaddress.c:182
-#: ../gio/ginetsocketaddress.c:199
-#: ../gio/gunixsocketaddress.c:174
+#: gio/ginetsocketaddress.c:182 gio/ginetsocketaddress.c:199
+#: gio/gunixsocketaddress.c:174
msgid "Not enough space for socket address"
msgstr "Ni dovolj prostora za naslov vtiÄ?a"
-#: ../gio/ginetsocketaddress.c:212
+#: gio/ginetsocketaddress.c:212
msgid "Unsupported socket address"
msgstr "Nepodprti naslov vtiÄ?a"
-#: ../gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "Ni mogoÄ?e najti privzete vrste nadzora mape"
-#: ../gio/glocalfile.c:600
-#: ../gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Neveljavno ime datoteke %s"
-#: ../gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Napaka med branjem podrobnosti datoteÄ?nega sistema %s"
-#: ../gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Ni mogoÄ?e preimenovati skrbniÅ¡ke mape"
-#: ../gio/glocalfile.c:1130
-#: ../gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Napaka med preimenovanjem datoteke: %s"
-#: ../gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "Ni mogoÄ?e preimenovati datoteke, izbrano ime že obstaja"
-#: ../gio/glocalfile.c:1152
-#: ../gio/glocalfile.c:2124
-#: ../gio/glocalfile.c:2153
-#: ../gio/glocalfile.c:2313
-#: ../gio/glocalfileoutputstream.c:550
-#: ../gio/glocalfileoutputstream.c:603
-#: ../gio/glocalfileoutputstream.c:648
-#: ../gio/glocalfileoutputstream.c:1130
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
+#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
+#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Neveljavno ime datoteke"
-#: ../gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Napaka med odpiranjem datoteke: %s"
-#: ../gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Ni mogoÄ?e odpreti mape"
-#: ../gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Napaka med odstranjevanjem datoteke: %s"
-#: ../gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "Napaka ob premikanjem datoteke v smeti: %s"
-#: ../gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Ni mogoÄ?e ustvariti mape smeti %s: %s"
-#: ../gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "Ni mogoÄ?e najti vrhnje ravni smeti"
-#: ../gio/glocalfile.c:1931
-#: ../gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "Ni mogoÄ?e najti ali ustvariti mape smeti"
-#: ../gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Ni mogoÄ?e ustvariti datoteke podrobnosti: %s"
-#: ../gio/glocalfile.c:2014
-#: ../gio/glocalfile.c:2019
-#: ../gio/glocalfile.c:2094
-#: ../gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Ni mogoÄ?e premakniti datoteke v smeti: %s"
-#: ../gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "Napaka med ustvarjanjem mape: %s"
-#: ../gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
#, c-format
msgid "Filesystem does not support symbolic links"
msgstr "DatoteÄ?ni sistem ne podpira simbolnih povezav"
-#: ../gio/glocalfile.c:2161
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Napaka med ustvarjanjem simbolne povezave: %s"
-#: ../gio/glocalfile.c:2223
-#: ../gio/glocalfile.c:2317
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Napaka med premikanjem datoteke: %s"
-#: ../gio/glocalfile.c:2246
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Ni mogoÄ?e premakniti mape Ä?ez mapo"
-#: ../gio/glocalfile.c:2273
-#: ../gio/glocalfileoutputstream.c:928
-#: ../gio/glocalfileoutputstream.c:942
-#: ../gio/glocalfileoutputstream.c:957
-#: ../gio/glocalfileoutputstream.c:973
-#: ../gio/glocalfileoutputstream.c:987
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
+#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
+#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Ni mogoÄ?e ustvariti varnostne kopije"
-#: ../gio/glocalfile.c:2292
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Napaka med odstranjevanjem ciljne datoteke: %s"
-#: ../gio/glocalfile.c:2306
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "Premikanje med priklopi ni podprto"
-#: ../gio/glocalfileinfo.c:721
+#: gio/glocalfileinfo.c:721
msgid "Attribute value must be non-NULL"
msgstr "Vrednost atributa ne sme biti doloÄ?ena kot NULL"
-#: ../gio/glocalfileinfo.c:728
+#: gio/glocalfileinfo.c:728
msgid "Invalid attribute type (string expected)"
msgstr "Neveljavna vrsta atributa (priÄ?akovan niz)"
-#: ../gio/glocalfileinfo.c:735
+#: gio/glocalfileinfo.c:735
msgid "Invalid extended attribute name"
msgstr "Neveljavno razširjeno ime atributa"
-#: ../gio/glocalfileinfo.c:775
+#: gio/glocalfileinfo.c:775
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Napaka med doloÄ?anjem razÅ¡irjenega atributa '%s': %s"
-#: ../gio/glocalfileinfo.c:1482
-#: ../gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Napaka med potrjevanjem datoteke '%s': %s"
-#: ../gio/glocalfileinfo.c:1555
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (neveljavni kodni nabor)"
-#: ../gio/glocalfileinfo.c:1753
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Napaka med potrjevanjem opisovalca datoteke: %s"
-#: ../gio/glocalfileinfo.c:1798
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Neveljavna vrsta atributa (priÄ?akovan uint32)"
-#: ../gio/glocalfileinfo.c:1816
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Neveljavna vrsta atributa (priÄ?akovan uint64)"
-#: ../gio/glocalfileinfo.c:1835
-#: ../gio/glocalfileinfo.c:1854
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Neveljavna vrsta atributa (priÄ?akovan bitni niz)"
-#: ../gio/glocalfileinfo.c:1889
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "Ni mogoÄ?e doloÄ?iti dovoljenj simbolnih povezav"
-#: ../gio/glocalfileinfo.c:1905
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Napaka med doloÄ?anjem dovoljenj: %s"
-#: ../gio/glocalfileinfo.c:1956
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Napaka med doloÄ?anjem lastnika: %s"
-#: ../gio/glocalfileinfo.c:1979
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "Simbolna povezava ne sme biti doloÄ?ena kot NULL"
-#: ../gio/glocalfileinfo.c:1989
-#: ../gio/glocalfileinfo.c:2008
-#: ../gio/glocalfileinfo.c:2019
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Napaka med doloÄ?anjem simbolne povezave: %s"
-#: ../gio/glocalfileinfo.c:1998
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
-msgstr "Napaka med doloÄ?evanjem simbolne povezave; datoteka ni simbolna povezava"
+msgstr ""
+"Napaka med doloÄ?evanjem simbolne povezave; datoteka ni simbolna povezava"
-#: ../gio/glocalfileinfo.c:2124
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "Napaka med doloÄ?anjem sprememb ali Ä?asa dostopa: %s"
-#: ../gio/glocalfileinfo.c:2147
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux atribut ne sme biti doloÄ?ena kot NULL"
-#: ../gio/glocalfileinfo.c:2162
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Napaka nastavitve vsebine SELinux: %s"
-#: ../gio/glocalfileinfo.c:2169
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "Na tem sistemu SELinux ni omogoÄ?en"
-#: ../gio/glocalfileinfo.c:2261
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "DoloÄ?anje atributa %s ni podprto"
-#: ../gio/glocalfileinputstream.c:165
-#: ../gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Napaka med branjem iz datoteke: %s"
-#: ../gio/glocalfileinputstream.c:196
-#: ../gio/glocalfileinputstream.c:208
-#: ../gio/glocalfileinputstream.c:320
-#: ../gio/glocalfileoutputstream.c:449
-#: ../gio/glocalfileoutputstream.c:1005
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Napaka med iskanjem v datoteki: %s"
-#: ../gio/glocalfileinputstream.c:241
-#: ../gio/glocalfileoutputstream.c:235
-#: ../gio/glocalfileoutputstream.c:330
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Napaka med zapiranjem datoteke: %s"
-#: ../gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "Ni mogoÄ?e najti privzete krajevne datoteke nadzora"
-#: ../gio/glocalfileoutputstream.c:181
-#: ../gio/glocalfileoutputstream.c:214
-#: ../gio/glocalfileoutputstream.c:722
+#: gio/glocalfileoutputstream.c:181 gio/glocalfileoutputstream.c:214
+#: gio/glocalfileoutputstream.c:722
#, c-format
msgid "Error writing to file: %s"
msgstr "Napaka med pisanjem v datoteko: %s"
-#: ../gio/glocalfileoutputstream.c:262
+#: gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Napaka med odstranjevanjem stare varnostne povezave: %s"
-#: ../gio/glocalfileoutputstream.c:276
-#: ../gio/glocalfileoutputstream.c:289
+#: gio/glocalfileoutputstream.c:276 gio/glocalfileoutputstream.c:289
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Napaka med ustvarjanjem varnostne kopije: %s"
-#: ../gio/glocalfileoutputstream.c:307
+#: gio/glocalfileoutputstream.c:307
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Napaka med preimenovanjem zaÄ?asne datoteke: %s"
-#: ../gio/glocalfileoutputstream.c:495
-#: ../gio/glocalfileoutputstream.c:1056
+#: gio/glocalfileoutputstream.c:495 gio/glocalfileoutputstream.c:1056
#, c-format
msgid "Error truncating file: %s"
msgstr "Napaka med obrezovanjem datoteke: %s"
-#: ../gio/glocalfileoutputstream.c:556
-#: ../gio/glocalfileoutputstream.c:609
-#: ../gio/glocalfileoutputstream.c:654
-#: ../gio/glocalfileoutputstream.c:794
-#: ../gio/glocalfileoutputstream.c:1037
-#: ../gio/glocalfileoutputstream.c:1136
+#: gio/glocalfileoutputstream.c:556 gio/glocalfileoutputstream.c:609
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:794
+#: gio/glocalfileoutputstream.c:1037 gio/glocalfileoutputstream.c:1136
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Napaka med odpiranjem datoteke '%s': %s"
-#: ../gio/glocalfileoutputstream.c:825
+#: gio/glocalfileoutputstream.c:825
msgid "Target file is a directory"
msgstr "Ciljna datoteka je mapa"
-#: ../gio/glocalfileoutputstream.c:830
+#: gio/glocalfileoutputstream.c:830
msgid "Target file is not a regular file"
msgstr "Ciljna datoteka ni obiÄ?ajna datoteka"
-#: ../gio/glocalfileoutputstream.c:842
+#: gio/glocalfileoutputstream.c:842
msgid "The file was externally modified"
msgstr "Datoteka je bila zunanje spremenjena"
-#: ../gio/glocalfileoutputstream.c:1021
+#: gio/glocalfileoutputstream.c:1021
#, c-format
msgid "Error removing old file: %s"
msgstr "Napaka med odstranjevanjem datoteke: %s"
-#: ../gio/gmemoryinputstream.c:487
-#: ../gio/gmemoryoutputstream.c:553
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:553
msgid "Invalid GSeekType supplied"
msgstr "Privzet neveljaven GSeekType"
-#: ../gio/gmemoryinputstream.c:497
-#: ../gio/gmemoryoutputstream.c:563
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:563
msgid "Invalid seek request"
msgstr "Neveljavna zahteva iskanja"
-#: ../gio/gmemoryinputstream.c:521
+#: gio/gmemoryinputstream.c:521
msgid "Cannot truncate GMemoryInputStream"
msgstr "Ni mogoÄ?e razÄ?leniti GMemoryInputStream"
-#: ../gio/gmemoryoutputstream.c:290
+#: gio/gmemoryoutputstream.c:290
msgid "Reached maximum data array limit"
msgstr "Dosežena najveÄ?ja dovoljena vrednost podatkov"
-#: ../gio/gmemoryoutputstream.c:325
+#: gio/gmemoryoutputstream.c:325
msgid "Memory output stream not resizable"
msgstr "Odvoda pretoka pomnilnika ni mogoÄ?e razÅ¡iriti"
-#: ../gio/gmemoryoutputstream.c:341
+#: gio/gmemoryoutputstream.c:341
msgid "Failed to resize memory output stream"
msgstr "Napaka med razširjanjem pretoka odvoda pomnilnika"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:409
+#: gio/gmount.c:409
msgid "mount doesn't implement \"unmount\""
msgstr "enota ne podpira možnosti \"odklopi\""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:488
+#: gio/gmount.c:488
msgid "mount doesn't implement \"eject\""
msgstr "enota ne podpira možnosti \"izvrzi\""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: ../gio/gmount.c:568
+#: gio/gmount.c:568
msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "enota ne podpira možnosti \"odklopi\" ali \"odklopi_z_dejanjem\""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: ../gio/gmount.c:655
+#: gio/gmount.c:655
msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "enota ne podpira možnosti \"izvrzi\" ali \"izvrzi_z_dejanjem\""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:744
+#: gio/gmount.c:744
msgid "mount doesn't implement \"remount\""
msgstr "enota ne podpira možnosti \"ponovnega priklopa\""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:828
+#: gio/gmount.c:828
msgid "mount doesn't implement content type guessing"
msgstr "priklop ne podpira ugibanja vsebine vrste"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:917
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "priklop ne podpira usklajevanja ugibanja vsebine vrste"
-#: ../gio/gnetworkaddress.c:295
+#: gio/gnetworkaddress.c:295
#, c-format
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "Ime gostitelja '%s' vsebuje '[' vendar ne tudi ']'"
-#: ../gio/goutputstream.c:207
-#: ../gio/goutputstream.c:408
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "Odvodni pretok ne podpira pisanja"
-#: ../gio/goutputstream.c:369
-#: ../gio/goutputstream.c:781
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "Izvorni pretok je že zaprt"
-#: ../gio/gresolver.c:736
+#: gio/gresolver.c:736
#, c-format
msgid "Error resolving '%s': %s"
msgstr "Napaka med razreševanjem '%s': %s"
-#: ../gio/gresolver.c:786
+#: gio/gresolver.c:786
#, c-format
msgid "Error reverse-resolving '%s': %s"
msgstr "Napaka med obratnim razreševanjem '%s': %s"
-#: ../gio/gresolver.c:821
-#: ../gio/gresolver.c:899
+#: gio/gresolver.c:821 gio/gresolver.c:899
#, c-format
msgid "No service record for '%s'"
msgstr "Ni zapisa storitve za '%s'"
-#: ../gio/gresolver.c:826
-#: ../gio/gresolver.c:904
+#: gio/gresolver.c:826 gio/gresolver.c:904
#, c-format
msgid "Temporarily unable to resolve '%s'"
msgstr "zaÄ?asno ni mogoÄ?e razreÅ¡iti '%s'"
-#: ../gio/gresolver.c:831
-#: ../gio/gresolver.c:909
+#: gio/gresolver.c:831 gio/gresolver.c:909
#, c-format
msgid "Error resolving '%s'"
msgstr "Napaka med razreševanjem '%s'"
-#: ../gio/gsocket.c:277
+#: gio/gsocket.c:277
msgid "Invalid socket, not initialized"
msgstr "Neveljaven vtiÄ?, ni zagnano"
-#: ../gio/gsocket.c:284
+#: gio/gsocket.c:284
#, c-format
msgid "Invalid socket, initialization failed due to: %s"
msgstr "Neveljaven vtiÄ?, zaganjanje ni uspelo zaradi: %s"
-#: ../gio/gsocket.c:292
+#: gio/gsocket.c:292
msgid "Socket is already closed"
msgstr "VtiÄ? je že zaprt"
-#: ../gio/gsocket.c:405
+#: gio/gsocket.c:405
#, c-format
msgid "creating GSocket from fd: %s"
msgstr "ustvarjanje GSocet preko fd: %s"
-#: ../gio/gsocket.c:439
-#: ../gio/gsocket.c:453
-#: ../gio/gsocket.c:1911
+#: gio/gsocket.c:439 gio/gsocket.c:453 gio/gsocket.c:1911
#, c-format
msgid "Unable to create socket: %s"
msgstr "Ni mogoÄ?e ustvariti vtiÄ?a: %s"
-#: ../gio/gsocket.c:439
+#: gio/gsocket.c:439
msgid "Unknown protocol was specified"
msgstr "DoloÄ?en je neznan protokol"
-#: ../gio/gsocket.c:758
+#: gio/gsocket.c:758
msgid "Cancellable initialization not supported"
msgstr "Dejanje prekinitve zagona ni podprto"
-#: ../gio/gsocket.c:1112
+#: gio/gsocket.c:1112
#, c-format
msgid "could not get local address: %s"
msgstr "ni mogoÄ?e pridobiti krajevnega naslova: %s"
-#: ../gio/gsocket.c:1145
+#: gio/gsocket.c:1145
#, c-format
msgid "could not get remote address: %s"
msgstr "ni mogoÄ?e pridobiti oddaljenega naslova: %s"
-#: ../gio/gsocket.c:1203
+#: gio/gsocket.c:1203
#, c-format
msgid "could not listen: %s"
msgstr "ni mogoÄ?e slediti: %s"
-#: ../gio/gsocket.c:1277
+#: gio/gsocket.c:1277
#, c-format
msgid "Error binding to address: %s"
msgstr "Napaka vezanjem na naslov: %s"
-#: ../gio/gsocket.c:1397
+#: gio/gsocket.c:1397
#, c-format
msgid "Error accepting connection: %s"
msgstr "Napaka med sprejemanjem povezave: %s"
-#: ../gio/gsocket.c:1510
+#: gio/gsocket.c:1510
msgid "Error connecting: "
msgstr "Napaka med obrezovanjem:"
-#: ../gio/gsocket.c:1514
+#: gio/gsocket.c:1514
msgid "Connection in progress"
msgstr "Povezava v teku"
-#: ../gio/gsocket.c:1519
+#: gio/gsocket.c:1519
#, c-format
msgid "Error connecting: %s"
msgstr "Napaka med povezovanjem: %s"
-#: ../gio/gsocket.c:1559
+#: gio/gsocket.c:1559
#, c-format
msgid "Unable to get pending error: %s"
msgstr "Ni mogoÄ?e pridobiti Ä?akajoÄ?e napake: %s"
-#: ../gio/gsocket.c:1655
+#: gio/gsocket.c:1655
#, c-format
msgid "Error receiving data: %s"
msgstr "Napaka med prejemanjem podatkov: %s"
-#: ../gio/gsocket.c:1798
+#: gio/gsocket.c:1798
#, c-format
msgid "Error sending data: %s"
msgstr "Napaka med pošiljanjem podatkov: %s"
-#: ../gio/gsocket.c:1990
+#: gio/gsocket.c:1990
#, c-format
msgid "Error closing socket: %s"
msgstr "Napaka med zapiranjem vtiÄ?a: %s"
-#: ../gio/gsocket.c:2475
+#: gio/gsocket.c:2475
#, c-format
msgid "Waiting for socket condition: %s"
msgstr "Ä?akanje na stanje vtiÄ?a: %s"
-#: ../gio/gsocket.c:2714
-#: ../gio/gsocket.c:2795
+#: gio/gsocket.c:2714 gio/gsocket.c:2795
#, c-format
msgid "Error sending message: %s"
msgstr "Napaka med poÅ¡iljanjem sporoÄ?ila: %s"
-#: ../gio/gsocket.c:2739
+#: gio/gsocket.c:2739
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage ni podprto na windows sistemih"
-#: ../gio/gsocket.c:2997
-#: ../gio/gsocket.c:3135
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "Napaka med prejemanjem sporoÄ?ila: %s"
-#: ../gio/gsocketclient.c:521
-#: ../gio/gsocketclient.c:770
+#: gio/gsocketclient.c:521 gio/gsocketclient.c:770
msgid "Unknown error on connect"
msgstr "Neznana napaka med povezovanjem"
-#: ../gio/gsocketlistener.c:192
+#: gio/gsocketlistener.c:192
msgid "Listener is already closed"
msgstr "Sledilnik je že zaprt"
-#: ../gio/gsocketlistener.c:233
+#: gio/gsocketlistener.c:233
msgid "Added socket is closed"
msgstr "Dodan vtiÄ? je zaprt"
-#: ../gio/gthemedicon.c:499
+#: gio/gthemedicon.c:499
#, c-format
msgid "Can't handle version %d of GThemedIcon encoding"
msgstr "Ni mogoÄ?e upravljati z razliÄ?ico %d kodiranja GThemedIcon"
-#: ../gio/gunixconnection.c:151
+#: gio/gunixconnection.c:151
#, c-format
msgid "Expecting 1 control message, got %d"
msgstr "PriÄ?akovano eno nadzorno sporoÄ?ilo, prejetih %d"
-#: ../gio/gunixconnection.c:164
+#: gio/gunixconnection.c:164
msgid "Unexpected type of ancillary data"
msgstr "NepriÄ?akovana vrsta dodatnih podatkov"
-#: ../gio/gunixconnection.c:182
+#: gio/gunixconnection.c:182
#, c-format
msgid "Expecting one fd, but got %d\n"
msgstr "PriÄ?akovan en fd, pridobljenih %d\n"
-#: ../gio/gunixconnection.c:198
+#: gio/gunixconnection.c:198
msgid "Received invalid fd"
msgstr "Prejet neveljeven fd"
-#: ../gio/gunixinputstream.c:354
-#: ../gio/gunixinputstream.c:374
-#: ../gio/gunixinputstream.c:452
-#: ../gio/gunixoutputstream.c:439
+#: gio/gunixinputstream.c:354 gio/gunixinputstream.c:374
+#: gio/gunixinputstream.c:452 gio/gunixoutputstream.c:439
#, c-format
msgid "Error reading from unix: %s"
msgstr "Napaka med branjem unix-a: %s"
-#: ../gio/gunixinputstream.c:407
-#: ../gio/gunixinputstream.c:589
-#: ../gio/gunixoutputstream.c:394
-#: ../gio/gunixoutputstream.c:545
+#: gio/gunixinputstream.c:407 gio/gunixinputstream.c:589
+#: gio/gunixoutputstream.c:394 gio/gunixoutputstream.c:545
#, c-format
msgid "Error closing unix: %s"
msgstr "Napaka med zapiranjem unix-a: %s"
-#: ../gio/gunixmounts.c:1846
-#: ../gio/gunixmounts.c:1883
+#: gio/gunixmounts.c:1846 gio/gunixmounts.c:1883
msgid "Filesystem root"
msgstr "Koren datoteÄ?nega sistema"
-#: ../gio/gunixoutputstream.c:340
-#: ../gio/gunixoutputstream.c:361
+#: gio/gunixoutputstream.c:340 gio/gunixoutputstream.c:361
#, c-format
msgid "Error writing to unix: %s"
msgstr "Napaka med pisanjem na unix: %s"
-#: ../gio/gunixsocketaddress.c:182
+#: gio/gunixsocketaddress.c:182
msgid "Abstract unix domain socket addresses not supported on this system"
msgstr "Abstraktni vtiÄ? naslova unix domene ni podprt na tem sistemu"
-#: ../gio/gvolume.c:452
+#: gio/gvolume.c:452
msgid "volume doesn't implement eject"
msgstr "medija ni mogoÄ?e izvreÄ?i"
#. Translators: This is an error
#. * message for volume objects that
#. * don't implement any of eject or eject_with_operation.
-#: ../gio/gvolume.c:531
+#: gio/gvolume.c:531
msgid "volume doesn't implement eject or eject_with_operation"
msgstr "medija ne prepozna ukaza izvrzi"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr "Ni mogoÄ?e najti programa"
-#: ../gio/gwin32appinfo.c:300
+#: gio/gwin32appinfo.c:300
#, c-format
msgid "Error launching application: %s"
msgstr "Napaka med zaganjanjem programa: %s"
-#: ../gio/gwin32appinfo.c:336
+#: gio/gwin32appinfo.c:336
msgid "URIs not supported"
msgstr "naslovi URI niso podprti"
-#: ../gio/gwin32appinfo.c:358
+#: gio/gwin32appinfo.c:358
msgid "association changes not supported on win32"
msgstr "Spreminjanje asociativnih povezav ni podprto na win32 sistemih"
-#: ../gio/gwin32appinfo.c:370
+#: gio/gwin32appinfo.c:370
msgid "Association creation not supported on win32"
msgstr "Ustvarjanje asociativnih povezav ni podprto na win32 sistemih"
#~ msgid "do not hide entries"
#~ msgstr "ne skrij vnosov"
+
#~ msgid "use a long listing format"
#~ msgstr "uporabi zapis v obliki dolgega seznama"
+
#~ msgid "[FILE...]"
#~ msgstr "[DATOTEKA ...]"
+
#~ 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 "
@@ -2096,52 +2032,64 @@ msgstr "Ustvarjanje asociativnih povezav ni podprto na win32 sistemih"
#~ msgstr ""
#~ "Znak '%s' ni veljaven na zaÄ?etku imena entitete; entiteto zaÄ?ne znak &; v "
#~ "primeru, da znak ne predstavlja entitete, mora biti zapisan kot &"
+
#~ msgid "Character '%s' is not valid inside an entity name"
#~ msgstr "Znak '%s' ni veljaven znotraj imena entitete"
+
#~ msgid "Empty character reference; should include a digit such as dž"
#~ msgstr "Prazna referenca znaka; vsebovati bi morala Å¡tevilko kot dž"
+
#~ msgid "Unfinished entity reference"
#~ msgstr "NedokonÄ?ano nanaÅ¡anje na entiteto"
+
#~ msgid "Unfinished character reference"
#~ msgstr "NedokonÄ?ano nanaÅ¡anje na znak"
+
#~ msgid "Invalid UTF-8 encoded text - overlong sequence"
#~ msgstr "Neveljavno UTF-8 kodirano besedilo - predolgo zaporedje"
+
#~ msgid "Invalid UTF-8 encoded text - not a start char"
#~ msgstr "Neveljavno UTF-8 kodirano besedilo - ni zaÄ?etnega znaka"
+
#~ msgid "file"
#~ msgstr "datoteka"
+
#~ msgid "The file containing the icon"
#~ msgstr "Datoteka, ki vsebuje ikono"
+
#~ msgid "name"
#~ msgstr "ime"
+
#~ msgid "The name of the icon"
#~ msgstr "Ime ikone"
+
#~ msgid "names"
#~ msgstr "imena"
+
#~ msgid "An array containing the icon names"
#~ msgstr "Vrsta, ki vsebuje imena ikon"
+
#~ msgid "use default fallbacks"
#~ msgstr "uporabi privzete povrnitve"
+
#~ msgid ""
#~ "Whether to use default fallbacks found by shortening the name at '-' "
#~ "characters. Ignores names after the first if multiple names are given."
#~ msgstr ""
#~ "Ali naj se uporabi povrnitev s skrajševanjem imena pri '-' znaku. Prezrta "
#~ "so imena za prvim, Ä?e je podanih veÄ? imen."
+
#~ msgid "File descriptor"
#~ msgstr "Opisnik datoteke"
+
#~ msgid "The file descriptor to read from"
#~ msgstr "Opisnik datotek iz katerega naj se bere"
+
#~ msgid "Close file descriptor"
#~ msgstr "ZApri opisnik datotek"
+
#~ msgid "Whether to close the file descriptor when the stream is closed"
#~ msgstr "Ali naj se zapre opisnik datoteke, ko je pretok konÄ?an"
+
#~ msgid "The file descriptor to write to"
#~ msgstr "DatoteÄ?ni opisnik kamor naj se izpiÅ¡e"
-#~ msgid "%u byte"
-#~ msgid_plural "%u bytes"
-#~ msgstr[0] "%u bajtov"
-#~ msgstr[1] "%u bajt"
-#~ msgstr[2] "%u bajta"
-#~ msgstr[3] "%u bajti"
-
diff --git a/po/sq.po b/po/sq.po
index 387fe73..b5a9cec 100644
--- a/po/sq.po
+++ b/po/sq.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\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"
@@ -86,70 +86,70 @@ msgstr "Asnjë aplikativ me emrin '%s' ka regjistruar një libërshënues për '
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:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, 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:441 glib/gconvert.c:519
#, 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:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Sekuencë byte e pavlefshme tek të dhënat për konvertim"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Gabim gjatë konvertimit: %s"
# (pofilter) doublewords: The word 'të' is repeated
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
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:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "I pamundur konvertimi i '%s' në familjen e simboleve '%s'"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, 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:1755
+#: glib/gconvert.c:1761
#, 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:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' është e pasaktë"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Emri i host të URI '%s' është i pasaktë"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' përmban simbole escape të pavlefshëm"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, 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:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Emër host i pasaktë"
@@ -158,100 +158,100 @@ msgstr "Emër host i pasaktë"
msgid "Error opening directory '%s': %s"
msgstr "Gabim gjatë hapjes së directory '%s': %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, 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:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Gabim gjatë leximit të file '%s': %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "File \"%s\" është tepër i madh"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "I pamundur leximi nga file '%s': %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "E pamundur hapja e file '%s': %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, 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:743
+#: glib/gfileutils.c:750
#, 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:851
+#: glib/gfileutils.c:858
#, 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:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Dështoi krijimi i file '%s': %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, 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:932
+#: glib/gfileutils.c:939
#, 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:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Shkrimi i file '%s' dështoi: fwrite() dështoi: %s"
# (pofilter) puncspacing: checks for bad spacing after punctuation
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Shkrimi i file '%s' dështoi: fwrite() dështoi: %s"
# (pofilter) puncspacing: checks for bad spacing after punctuation
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, 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:1117
+#: glib/gfileutils.c:1124
#, 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:1321
+#: glib/gfileutils.c:1328
#, 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:1334
+#: glib/gfileutils.c:1341
#, 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:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -259,29 +259,47 @@ msgstr[0] "%u byte"
msgstr[1] "%u byte"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+# (pofilter) untranslated: checks whether a string has been translated at all
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+# (pofilter) untranslated: checks whether a string has been translated at all
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+# (pofilter) untranslated: checks whether a string has been translated at all
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "I pamundur leximi i lidhjes simbolike '%s': %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Lidhjet simbolike nuk suportohen"
@@ -560,7 +578,7 @@ msgstr "u arrit kufiri i backtracking"
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:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "gabim i brendshëm"
@@ -1220,19 +1238,19 @@ msgstr "Vlera '%s' nuk mund të interpretohet si një boolean."
# (pofilter) untranslated: checks whether a string has been translated at all
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, 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:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
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:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "Operacioni është anulluar"
@@ -1261,22 +1279,22 @@ 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:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Paemër"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
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:890
+#: gio/gdesktopappinfo.c:905
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:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
@@ -1284,20 +1302,20 @@ msgstr ""
"(%s): %s"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, 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:1506
+#: gio/gdesktopappinfo.c:1525
#, 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:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "Përcaktimi i personalizuar për %s"
@@ -1358,13 +1376,13 @@ msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Veprimi nuk suportohet"
@@ -1378,55 +1396,55 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
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:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
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:2459
+#: gio/gfile.c:2501
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:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "File objektiv ekziston"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
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:2784
+#: gio/gfile.c:2826
#, fuzzy
msgid "Can't copy special file"
msgstr "I pamundur kopjimi mbi directory"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
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:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "Koshi nuk suportohet"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, 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:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "Volumi nuk suporton montimin"
@@ -1434,7 +1452,7 @@ 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:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "Nuk rezulton i regjistruar asnjë aplikativ për të manazhuar këtë file"
@@ -1532,7 +1550,7 @@ 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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "Stream prezanton një operacion në pritje"
@@ -1546,13 +1564,13 @@ msgid "Unsupported socket address"
msgstr ""
# (pofilter) untranslated: checks whether a string has been translated at all
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
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:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Emër file i pasaktë %s"
@@ -1561,13 +1579,13 @@ 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:974
+#: gio/glocalfile.c:968
#, 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:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "I pamundur riemërtimi i directory root"
@@ -1575,19 +1593,19 @@ msgstr "I pamundur riemërtimi i directory root"
# (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:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Gabim gjatë ndryshimit të emrit të file: %s"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
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:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
@@ -1597,13 +1615,13 @@ 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:1308
+#: gio/glocalfile.c:1302
#, 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:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "E pamundur hapja e directory"
@@ -1611,7 +1629,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:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Gabim gjatë fshirjes së file: %s"
@@ -1620,25 +1638,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:1808
+#: gio/glocalfile.c:1802
#, 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:1831
+#: gio/glocalfile.c:1825
#, 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:1852
+#: gio/glocalfile.c:1846
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:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "I pamundur krijimi apo gjetja e directory të koshit"
@@ -1646,7 +1664,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:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "I pamundur krijimi i një file me informacionet e hedhjes në kosh: %s"
@@ -1655,20 +1673,25 @@ 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:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, 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:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "Gabim gjatë krijimit të directory: %s"
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "I pamundur leximi i lidhjes simbolike '%s': %s"
+
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Gabim gjatë krijimit të lidhjes simbolike: %s"
@@ -1677,18 +1700,18 @@ 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:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, 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:2242
+#: gio/glocalfile.c:2240
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:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
@@ -1698,13 +1721,13 @@ 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:2288
+#: gio/glocalfile.c:2286
#, 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:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "Lëvizja midis objekteve mount nuk suportohet"
@@ -1730,13 +1753,13 @@ 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:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, 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:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (kodifikim i pavlefshëm)"
@@ -1744,88 +1767,88 @@ 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:1750
+#: gio/glocalfileinfo.c:1753
#, 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:1795
+#: gio/glocalfileinfo.c:1798
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:1813
+#: gio/glocalfileinfo.c:1816
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:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
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:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "Gabim gjatë caktimit të së drejtave: %s"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, 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:1953
+#: gio/glocalfileinfo.c:1956
#, 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:1976
+#: gio/glocalfileinfo.c:1979
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:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, 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:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "Gabim gjatë caktimit të symlink: file nuk është një lidhje simbolike"
# (pofilter) isfuzzy: Check if the unit has been marked fuzzy.
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "Gabim gjatë caktimit të së drejtave: %s"
# (pofilter) untranslated: checks whether a string has been translated at all
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
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:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Gabim gjatë përcaktimit të kontekstit SELinux: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
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:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Caktimi i atributit %s nuk suportohet"
@@ -1834,7 +1857,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:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Gabim gjatë leximit nga file: %s"
@@ -1843,8 +1866,8 @@ 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:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
@@ -1854,14 +1877,14 @@ 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:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, 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:191
msgid "Unable to find default local file monitor type"
msgstr "E pamundur gjetja e llojit të monitorit të paracaktuar për file lokalë"
@@ -1976,49 +1999,52 @@ 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:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "objekti mount nuk suporton zmontimin"
# (pofilter) untranslated: checks whether a string has been translated at all
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "objekti mount nuk suporton nxjerrjen jashtë"
# (pofilter) untranslated: checks whether a string has been translated at all
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
+#: gio/gmount.c:568
#, fuzzy
-msgid "mount doesn't implement unmount or unmount_with_operation"
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "objekti mount nuk suporton zmontimin"
# (pofilter) untranslated: checks whether a string has been translated at all
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
+#: gio/gmount.c:655
#, fuzzy
-msgid "mount doesn't implement eject or eject_with_operation"
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "objekti mount nuk suporton nxjerrjen jashtë"
# (pofilter) untranslated: checks whether a string has been translated at all
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+msgid "mount doesn't implement \"remount\""
msgstr "objekti mount nuk suporton rimontimin"
# (pofilter) untranslated: checks whether a string has been translated at all
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:797
+#: gio/gmount.c:828
msgid "mount doesn't implement content type guessing"
msgstr "objekti mount nuk suporton mbivendosjen e llojit të përmbajtjes"
@@ -2026,7 +2052,7 @@ 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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
"objekti mount nuk suporton mbivendosjen sinkrone të llojit të përmbajtjes"
@@ -2037,12 +2063,12 @@ msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
# (pofilter) untranslated: checks whether a string has been translated at all
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
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:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "Stream burues është i mbyllur"
@@ -2227,7 +2253,7 @@ msgstr "ndryshimi i shoqërimeve nuk suportohet në win32"
# (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/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "Gabim gjatë fshirjes së file: %s"
diff --git a/po/sr.po b/po/sr.po
index ee1506c..6d5de07 100644
--- a/po/sr.po
+++ b/po/sr.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.8\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-30 02:59+0000\n"
"Last-Translator: Ð?илоÑ? Ð?оповиÑ? <gpopac gmail com>\n"
"Language-Team: Serbian <gnome prevod org>\n"
@@ -92,70 +92,70 @@ msgstr "Ð?Ñ?огÑ?ам â??%sâ?? ниÑ?е Ñ?егиÑ?Ñ?Ñ?овао обележив
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Ð?е могÑ? да пÑ?оÑ?иÑ?им комаднÑ? линиÑ?Ñ? â??%sâ?? Ñ?а везом ка â??%sâ??"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Ð?Ñ?еÑ?ваÑ?аÑ?е из Ñ?кÑ?па знакова â??%sâ?? Ñ? â??%sâ?? ниÑ?е подÑ?жано"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Ð?е могÑ? да покÑ?енем пÑ?еÑ?ваÑ?аÑ?е из â??%sâ?? Ñ? â??%sâ??"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Ð?еиÑ?пÑ?аван низ баÑ?Ñ?ова Ñ? Ñ?лазÑ? коÑ?и пÑ?еÑ?ваÑ?ам"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и пÑ?еÑ?ваÑ?аÑ?Ñ?: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Ð?епоÑ?пÑ?н низ знакова на кÑ?аÑ?Ñ? Ñ?лаза"
# ово пÑ?еÑ?поÑ?Ñ?авÑ?ам да Ñ?е одноÑ?и на делимиÑ?ан УТФ8 запиÑ?
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Ð?е може пÑ?еÑ?воÑ?иÑ?и Ñ?езеÑ?вÑ? â??%sâ?? Ñ? запиÑ? â??%sâ??"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "Ð?дÑ?еÑ?а â??%sâ?? ниÑ?е апÑ?олÑ?Ñ?на адÑ?еÑ?а помоÑ?Ñ? â??fileâ?? Ñ?еме"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Ð?дÑ?еÑ?а локалне даÑ?оÑ?еке â??%sâ?? не Ñ?ме Ñ?адÑ?жаÑ?и â??#â??"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "Ð?дÑ?еÑ?а â??%sâ?? Ñ?е неиÑ?пÑ?авна"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Ð?ме домаÑ?ина из адÑ?еÑ?е â??%sâ?? Ñ?е неиÑ?пÑ?авно"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Ð?дÑ?еÑ?а â??%sâ?? Ñ?адÑ?жи неиÑ?пÑ?авно назнаÑ?ене знаке"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Ð?Ñ?Ñ?аÑ?а â??%sâ?? ниÑ?е апÑ?олÑ?Ñ?на пÑ?Ñ?аÑ?а"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Ð?еиÑ?пÑ?авно име домаÑ?ина"
@@ -165,119 +165,134 @@ msgid "Error opening directory '%s': %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и оÑ?ваÑ?аÑ?Ñ? диÑ?екÑ?оÑ?иÑ?Ñ?ма â??%sâ??: %s"
# bug: plural-forms
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Ð?е могÑ? да обезбедим %lu баÑ?Ñ?ова за Ñ?иÑ?аÑ?е даÑ?оÑ?еке â??%sâ??"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и Ñ?иÑ?аÑ?Ñ? даÑ?оÑ?еке â??%sâ??: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "Ð?аÑ?оÑ?ека â??%sâ?? Ñ?е пÑ?евелика"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Ð?е могÑ? да пÑ?оÑ?иÑ?ам из даÑ?оÑ?еке â??%sâ??: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Ð?е могÑ? да оÑ?воÑ?им даÑ?оÑ?екÑ? â??%sâ??: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Ð?е могÑ? да Ñ?азнам оÑ?обине даÑ?оÑ?еке â??%sâ??: неÑ?Ñ?пеÑ?ан fstat(): %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Ð?е могÑ? да оÑ?воÑ?им даÑ?оÑ?екÑ? â??%sâ??: неÑ?Ñ?пеÑ?ан fdopen(): %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Ð?е могÑ? да пÑ?еименÑ?Ñ?ем даÑ?оÑ?екÑ? â??%sâ?? Ñ? â??%sâ??: неÑ?Ñ?пеÑ?ан g_rename(): %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Ð?е могÑ? да напÑ?авим даÑ?оÑ?екÑ? â??%sâ??: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Ð?е могÑ? да оÑ?воÑ?им даÑ?оÑ?екÑ? â??%sâ?? Ñ?ади Ñ?пиÑ?а: неÑ?Ñ?пеÑ?ан fdopen(): %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Ð?е могÑ? да Ñ?пиÑ?ем Ñ? даÑ?оÑ?екÑ? â??%sâ??: неÑ?Ñ?пеÑ?ан fwrite(): %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Ð?е могÑ? да Ñ?пиÑ?ем Ñ? даÑ?оÑ?екÑ? â??%sâ??: неÑ?Ñ?пеÑ?ан fflush(): %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Ð?е могÑ? да Ñ?пиÑ?ем Ñ? даÑ?оÑ?екÑ? â??%sâ??: неÑ?Ñ?пеÑ?ан fsync(): %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Ð?е могÑ? да заÑ?воÑ?им даÑ?оÑ?екÑ? â??%sâ??: неÑ?Ñ?пеÑ?ан fclose(): %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Ð?оÑ?Ñ?оÑ?еÑ?а даÑ?оÑ?ека â??%sâ?? Ñ?е не може Ñ?клониÑ?и: неÑ?Ñ?пеÑ?ан g_unlink(): %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Ð?еиÑ?пÑ?аван Ñ?аблон â??%sâ??, не Ñ?ме Ñ?адÑ?жаÑ?и â??%sâ??"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Шаблон â??%sâ?? не Ñ?адÑ?жи XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ð?е могÑ? да пÑ?оÑ?иÑ?ам Ñ?имболиÑ?кÑ? везÑ? â??%sâ??: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "СимболиÑ?ке везе ниÑ?Ñ? подÑ?жане"
@@ -537,7 +552,7 @@ msgstr "доÑ?Ñ?игнÑ?Ñ? Ñ?е лимиÑ? пÑ?еÑ?Ñ?аживаÑ?а Ñ?назад
msgid "the pattern contains items not supported for partial matching"
msgstr "обÑ?азаÑ? Ñ?адÑ?жи Ñ?Ñ?авке коÑ?е ниÑ?Ñ? подÑ?жане за делимиÑ?но поклапаÑ?е"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "инÑ?еÑ?на гÑ?еÑ?ка"
@@ -1127,17 +1142,17 @@ msgstr "Ð?Ñ?едноÑ?Ñ? â??%sâ?? Ñ?е не може Ñ?маÑ?Ñ?аÑ?и иÑ?Ñ?ин
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "Ð?Ñ?евелика бÑ?оÑ?Ñ?ана вÑ?едноÑ?Ñ? Ñ?е пÑ?оÑ?леÑ?ена Ñ? %s"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "Ток Ñ?е веÑ? заÑ?воÑ?ен"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "РадÑ?а Ñ?е пÑ?екинÑ?Ñ?а"
@@ -1160,34 +1175,34 @@ msgstr "%s вÑ?Ñ?Ñ?а"
msgid "Unexpected early end-of-stream"
msgstr "Ð?еоÑ?екиван, пÑ?еÑ?ан кÑ?аÑ? Ñ?ока"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Ð?еименовано"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "Ð?аÑ?оÑ?ека за Ñ?аднÑ? повÑ?Ñ? не Ñ?адÑ?жи Exec Ñ?ноÑ?"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "Ð?е могÑ? да наÑ?ем Ñ?еÑ?минал Ñ?ади покÑ?еÑ?аÑ?а овог пÑ?огÑ?ама"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Ð?е могÑ? да напÑ?авим Ñ?аÑ?Ñ?иклÑ? за коÑ?иÑ?никова подеÑ?аваÑ?а %s: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Ð?е могÑ? да напÑ?авим Ñ?аÑ?Ñ?иклÑ? за коÑ?иÑ?никова Ð?Ð?Ð?Ð? подеÑ?аваÑ?а %s: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Ð?е могÑ? да напÑ?авим даÑ?оÑ?екÑ? Ñ?адне повÑ?Ñ?и %s"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "Ð?Ñ?оизвоÑ?не одÑ?едниÑ?е за %s"
@@ -1239,13 +1254,13 @@ msgstr "Ð?иÑ?е иÑ?пÑ?авно задаÑ? бÑ?оÑ? Ñ?окена (%d) Ñ? ко
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "Ð?Ñ?екивано Ñ?е GEmblem за GEmblemedIcon"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "РадÑ?а ниÑ?е подÑ?жана"
@@ -1258,49 +1273,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "СадÑ?жано монÑ?иÑ?аÑ?е не поÑ?Ñ?оÑ?и"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Ð?е могÑ? да Ñ?множим пÑ?еко диÑ?екÑ?оÑ?иÑ?Ñ?ма"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "не могÑ? да Ñ?множим диÑ?екÑ?оÑ?иÑ?Ñ?м пÑ?еко диÑ?екÑ?оÑ?иÑ?Ñ?ма"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "ЦиÑ?на даÑ?оÑ?ека веÑ? поÑ?Ñ?оÑ?и"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "Ð?е могÑ? да Ñ?множим диÑ?екÑ?оÑ?иÑ?Ñ?м и Ñ?егов Ñ?адÑ?жаÑ?"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "Ð?е могÑ? да Ñ?множим Ñ?пеÑ?иÑ?алнÑ? даÑ?оÑ?екÑ?"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "Ð?аÑ?а Ñ?е неиÑ?пÑ?авна Ñ?имболиÑ?ка веза"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "Ð?иÑ?е подÑ?жано Ñ?меÑ?е"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Ð?мена даÑ?оÑ?ека не могÑ? да Ñ?адÑ?же â??%câ??"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "ниÑ?е подÑ?жано монÑ?иÑ?аÑ?е диÑ?ка"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "Ð?и Ñ?едан пÑ?огÑ?ам не може да оÑ?воÑ?и овÑ? даÑ?оÑ?екÑ?"
@@ -1389,7 +1404,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "Ток Ñ?ади Ñ?ако добÑ?о"
@@ -1402,114 +1417,119 @@ msgstr "Ð?ема довоÑ?но меÑ?Ñ?а за адÑ?еÑ?Ñ? Ñ?Ñ?иÑ?ниÑ?е"
msgid "Unsupported socket address"
msgstr "Ð?иÑ?е подÑ?жана адÑ?еÑ?а Ñ?Ñ?иÑ?ниÑ?е"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "Ð?е могÑ? да наÑ?ем подÑ?азÑ?меванÑ? вÑ?Ñ?Ñ?Ñ? мониÑ?оÑ?а за локални диÑ?екÑ?оÑ?иÑ?Ñ?м"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Ð?еиÑ?пÑ?авно име даÑ?оÑ?еке %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?иликом добиÑ?аÑ?а подаÑ?ака о Ñ?иÑ?Ñ?емÑ? даÑ?оÑ?ека: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Ð?е могÑ? да пÑ?еименÑ?Ñ?ем коÑ?ени диÑ?екÑ?оÑ?иÑ?Ñ?м"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Ð?Ñ?еÑ?ка Ñ? пÑ?еименоваÑ?Ñ? даÑ?оÑ?еке: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "Ð?е могÑ? да пÑ?еименÑ?Ñ?ем даÑ?оÑ?екÑ?, Ñ?еÑ? она веÑ? поÑ?оÑ?оÑ?и"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Ð?ме даÑ?оÑ?еке Ñ?е неиÑ?пÑ?авно"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?иликом оÑ?ваÑ?аÑ?а даÑ?оÑ?еке: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Ð?е могÑ? да оÑ?воÑ?им диÑ?екÑ?оÑ?иÑ?Ñ?м"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?иликом Ñ?клаÑ?аÑ?а даÑ?оÑ?еке: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?иликом пÑ?емеÑ?Ñ?аÑ?а даÑ?оÑ?еке Ñ? Ñ?меÑ?е: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Ð?е могÑ? да напÑ?авим диÑ?екÑ?оÑ?иÑ?Ñ?м за Ñ?меÑ?е %s: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "Ð?е могÑ? да наÑ?ем коÑ?ени диÑ?екÑ?оÑ?иÑ?Ñ?м за Ñ?меÑ?е"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "Ð?е могÑ? да наÑ?ем или напÑ?авим диÑ?екÑ?оÑ?иÑ?Ñ?м за Ñ?меÑ?е"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Ð?е могÑ? да напÑ?авим даÑ?оÑ?екÑ? Ñ?а подаÑ?има о Ñ?меÑ?Ñ?: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Ð?е могÑ? да поÑ?аÑ?ем даÑ?оÑ?екÑ? Ñ? Ñ?меÑ?е: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?иликом обÑ?азоваÑ?а диÑ?екÑ?оÑ?иÑ?Ñ?ма: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Ð?е могÑ? да пÑ?оÑ?иÑ?ам Ñ?имболиÑ?кÑ? везÑ? â??%sâ??: %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?иликом обÑ?азоваÑ?а Ñ?имболиÑ?ке везе: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?иликом пÑ?емеÑ?Ñ?аÑ?а даÑ?оÑ?еке: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Ð?е могÑ? да пÑ?емеÑ?Ñ?им диÑ?екÑ?оÑ?иÑ?Ñ?м пÑ?еко диÑ?екÑ?оÑ?иÑ?Ñ?ма"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Ð?иÑ?е Ñ?Ñ?пела изÑ?ада Ñ?езеÑ?вне копиÑ?е даÑ?оÑ?еке"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?иликом Ñ?клаÑ?аÑ?а Ñ?иÑ?Ñ?е даÑ?оÑ?еке: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "Ð?иÑ?е подÑ?жано пÑ?емеÑ?Ñ?аÑ?е измеÑ?Ñ? монÑ?иÑ?аниÑ? Ñ?Ñ?еÑ?аÑ?а"
@@ -1530,102 +1550,102 @@ msgstr "Ð?иÑ?е иÑ?пÑ?авно пÑ?оÑ?иÑ?ено име оÑ?обине"
msgid "Error setting extended attribute '%s': %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?иликом поÑ?Ñ?авÑ?аÑ?а пÑ?оÑ?иÑ?ене оÑ?обине â??%sâ??: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?иликом поÑ?Ñ?авÑ?аÑ?а Ñ?Ñ?аÑ?а даÑ?оÑ?еке â??%sâ??: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (неиÑ?пÑ?авно кодиÑ?аÑ?е)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?иликом поÑ?Ñ?авÑ?аÑ?а Ñ?Ñ?аÑ?а опиÑ?иваÑ?а даÑ?оÑ?еке: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ð?иÑ?е иÑ?пÑ?авна вÑ?Ñ?Ñ?а оÑ?обине (оÑ?екивана Ñ?е uint32)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ð?иÑ?е иÑ?пÑ?авна вÑ?Ñ?Ñ?а оÑ?обине (оÑ?екивана Ñ?е uint64)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Ð?иÑ?е иÑ?пÑ?авна вÑ?Ñ?Ñ?а оÑ?обине (оÑ?екивана Ñ?е ниÑ?ка биÑ?ова)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "Ð?е могÑ? да поÑ?Ñ?авим овлаÑ?Ñ?еÑ?а за Ñ?имболиÑ?ке везе"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?иликом поÑ?Ñ?авÑ?аÑ?а овлаÑ?Ñ?еÑ?а: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?иликом поÑ?Ñ?авÑ?аÑ?а влаÑ?ника: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "Ñ?имболиÑ?ке везе моÑ?аÑ?Ñ? биÑ?и Ñ?азлиÑ?иÑ?е од NULL"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?иликом поÑ?Ñ?авÑ?аÑ?а Ñ?имболиÑ?ке везе: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "Ð?Ñ?еÑ?ка пÑ?и поÑ?Ñ?авÑ?аÑ?Ñ? Ñ?имболиÑ?ке везе: даÑ?оÑ?ека ниÑ?е Ñ?имболиÑ?ка веза"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и поÑ?Ñ?авÑ?аÑ?Ñ? даÑ?Ñ?ма измене или пÑ?иÑ?Ñ?Ñ?па: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux конÑ?екÑ?Ñ? не Ñ?ме биÑ?и NULL"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?иликом поÑ?Ñ?авÑ?аÑ?а SELinux конÑ?екÑ?Ñ?а: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux ниÑ?е Ñ?кÑ?Ñ?Ñ?ен на ваÑ?ем Ñ?иÑ?Ñ?емÑ?"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Ð?иÑ?е подÑ?жано поÑ?Ñ?авÑ?аÑ?е оÑ?обине %s"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?иликом Ñ?иÑ?аÑ?а даÑ?оÑ?еке: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?иликом пÑ?еÑ?Ñ?аге Ñ?нÑ?Ñ?аÑ? даÑ?оÑ?еке: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?иликом заÑ?ваÑ?аÑ?а даÑ?оÑ?еке: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "Ð?е могÑ? да пÑ?онаÑ?ем подÑ?азÑ?меванÑ?, локалнÑ? вÑ?Ñ?Ñ?Ñ? мониÑ?оÑ?а даÑ?оÑ?еке"
@@ -1706,49 +1726,54 @@ msgstr "Ð?е могÑ? да пÑ?оменим велиÑ?инÑ? излазног м
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "монÑ?иÑ?аÑ?е не подÑ?жава unmount"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "монÑ?иÑ?аÑ?е не подÑ?жава eject"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "монÑ?иÑ?аÑ?е не подÑ?жава unmount или unmount_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "монÑ?иÑ?аÑ?е не подÑ?жава eject или eject_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+msgid "mount doesn't implement \"remount\""
msgstr "монÑ?иÑ?аÑ?е не подÑ?жава remount"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "монÑ?иÑ?аÑ?е не подÑ?жава Ñ?инÑ?Ñ?онизовано налажеÑ?е вÑ?Ñ?Ñ?е Ñ?адÑ?жаÑ?а"
@@ -1757,11 +1782,11 @@ msgstr "монÑ?иÑ?аÑ?е не подÑ?жава Ñ?инÑ?Ñ?онизовано н
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "Ð?ме домаÑ?ина â??%sâ?? Ñ?адÑ?жи â??[â??, али не и â??]â??"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "Ð?злазни Ñ?ок не подÑ?жава Ñ?пиÑ?"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "Ð?звоÑ?ни Ñ?ок Ñ?е веÑ? заÑ?воÑ?ен"
@@ -1893,7 +1918,7 @@ msgstr "Ð?Ñ?еÑ?ка пÑ?и Ñ?лаÑ?Ñ? поÑ?Ñ?ке: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage ниÑ?е подÑ?жано Ñ? пÑ?озоÑ?има"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и пÑ?имаÑ?Ñ? поÑ?Ñ?ке: %s"
diff --git a/po/sr ije po b/po/sr ije po
index faf4399..8abec50 100644
--- a/po/sr ije po
+++ b/po/sr ije po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.4\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\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"
@@ -88,71 +88,71 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Ð?е могÑ? да пÑ?оÑ?иÑ?ам Ñ?имболиÑ?кÑ? везÑ? â??%sâ??: %s"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Ð?Ñ?еÑ?ваÑ?аÑ?е из Ñ?кÑ?па знакова â??%sâ?? Ñ? â??%sâ?? ниÑ?е подÑ?жано"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Ð?е могÑ? да покÑ?енем пÑ?еÑ?ваÑ?аÑ?е из â??%sâ?? Ñ? â??%sâ??"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Ð?еиÑ?пÑ?аван низ баÑ?Ñ?ова Ñ? Ñ?лазÑ? коÑ?и пÑ?еÑ?ваÑ?ам"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и пÑ?еÑ?ваÑ?аÑ?Ñ?: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Ð?епоÑ?пÑ?н низ знакова на кÑ?аÑ?Ñ? Ñ?лаза"
# ово пÑ?еÑ?поÑ?Ñ?авÑ?ам да Ñ?е одноÑ?и на делимиÑ?ан УТФ8 запиÑ?
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Ð?е може пÑ?еÑ?воÑ?иÑ?и Ñ?езеÑ?вÑ? â??%sâ?? Ñ? запиÑ? â??%sâ??"
# bug: "file" should be in quotes, if it's about "file:///"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "Ð?дÑ?еÑ?а â??%sâ?? ниÑ?е апÑ?олÑ?Ñ?на адÑ?еÑ?а помоÑ?Ñ? â??fileâ?? Ñ?еме"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Ð?дÑ?еÑ?а локалне даÑ?оÑ?еке â??%sâ?? не Ñ?миÑ?е Ñ?адÑ?жаÑ?и â??#â??"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "Ð?дÑ?еÑ?а â??%sâ?? Ñ?е неиÑ?пÑ?авна"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Ð?ме домаÑ?ина из адÑ?еÑ?е â??%sâ?? Ñ?е неиÑ?пÑ?авно"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Ð?дÑ?еÑ?а â??%sâ?? Ñ?адÑ?жи неиÑ?пÑ?авно назнаÑ?ене знаке"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Ð?Ñ?Ñ?аÑ?а â??%sâ?? ниÑ?е апÑ?олÑ?Ñ?на пÑ?Ñ?аÑ?а"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Ð?еиÑ?пÑ?авно име домаÑ?ина"
@@ -162,119 +162,134 @@ msgid "Error opening directory '%s': %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и оÑ?ваÑ?аÑ?Ñ? диÑ?екÑ?оÑ?иÑ?Ñ?ма â??%sâ??: %s"
# bug: plural-forms
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Ð?е могÑ? да обезбÑ?едим %lu баÑ?Ñ?ова за Ñ?иÑ?аÑ?е даÑ?оÑ?еке â??%sâ??"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и Ñ?иÑ?аÑ?Ñ? даÑ?оÑ?еке â??%sâ??: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Ð?е могÑ? да пÑ?оÑ?иÑ?ам из даÑ?оÑ?еке â??%sâ??: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Ð?е могÑ? да оÑ?воÑ?им даÑ?оÑ?екÑ? â??%sâ??: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Ð?е могÑ? да Ñ?азнам оÑ?обине даÑ?оÑ?еке â??%sâ??: неÑ?Ñ?пÑ?еÑ?ан fstat(): %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Ð?е могÑ? да оÑ?воÑ?им даÑ?оÑ?екÑ? â??%sâ??: неÑ?Ñ?пÑ?еÑ?ан fdopen(): %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, fuzzy, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Ð?е могÑ? да оÑ?воÑ?им даÑ?оÑ?екÑ? â??%sâ??: неÑ?Ñ?пÑ?еÑ?ан fdopen(): %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Ð?е могÑ? да напÑ?авим даÑ?оÑ?екÑ? â??%sâ??: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, fuzzy, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Ð?е могÑ? да оÑ?воÑ?им даÑ?оÑ?екÑ? â??%sâ??: неÑ?Ñ?пÑ?еÑ?ан fdopen(): %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, fuzzy, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Ð?е могÑ? да оÑ?воÑ?им даÑ?оÑ?екÑ? â??%sâ??: неÑ?Ñ?пÑ?еÑ?ан fdopen(): %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Ð?е могÑ? да оÑ?воÑ?им даÑ?оÑ?екÑ? â??%sâ??: неÑ?Ñ?пÑ?еÑ?ан fdopen(): %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Ð?е могÑ? да оÑ?воÑ?им даÑ?оÑ?екÑ? â??%sâ??: неÑ?Ñ?пÑ?еÑ?ан fdopen(): %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, fuzzy, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Ð?е могÑ? да оÑ?воÑ?им даÑ?оÑ?екÑ? â??%sâ??: неÑ?Ñ?пÑ?еÑ?ан fdopen(): %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Ð?еиÑ?пÑ?аван Ñ?аблон â??%sâ??, не Ñ?миÑ?е Ñ?адÑ?жаÑ?и â??%sâ??"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, fuzzy, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Шаблон â??%sâ?? Ñ?е не завÑ?Ñ?ава Ñ?а XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, c-format
+msgid "%.1f TB"
+msgstr ""
+
+#: glib/gfileutils.c:1802
+#, c-format
+msgid "%.1f PB"
+msgstr ""
+
+#: glib/gfileutils.c:1807
+#, c-format
+msgid "%.1f EB"
+msgstr ""
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ð?е могÑ? да пÑ?оÑ?иÑ?ам Ñ?имболиÑ?кÑ? везÑ? â??%sâ??: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "СимболиÑ?ке везе ниÑ?Ñ? подÑ?жане"
@@ -534,7 +549,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr ""
@@ -1130,17 +1145,17 @@ msgstr ""
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr ""
@@ -1163,34 +1178,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1242,13 +1257,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1262,50 +1277,50 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr ""
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr ""
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr ""
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
#, fuzzy
msgid "Trash not supported"
msgstr "СимболиÑ?ке везе ниÑ?Ñ? подÑ?жане"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr ""
@@ -1394,7 +1409,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr ""
@@ -1407,115 +1422,120 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Ð?еиÑ?пÑ?авно име домаÑ?ина"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, fuzzy, c-format
msgid "Error getting filesystem info: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и Ñ?иÑ?аÑ?Ñ? даÑ?оÑ?еке â??%sâ??: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr ""
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и Ñ?иÑ?аÑ?Ñ? даÑ?оÑ?еке â??%sâ??: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
#, fuzzy
msgid "Invalid filename"
msgstr "Ð?еиÑ?пÑ?авно име домаÑ?ина"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и Ñ?иÑ?аÑ?Ñ? даÑ?оÑ?еке â??%sâ??: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и Ñ?иÑ?аÑ?Ñ? даÑ?оÑ?еке â??%sâ??: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и Ñ?иÑ?аÑ?Ñ? даÑ?оÑ?еке â??%sâ??: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Ð?е могÑ? да напÑ?авим даÑ?оÑ?екÑ? â??%sâ??: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Ð?е могÑ? да напÑ?авим даÑ?оÑ?екÑ? â??%sâ??: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Ð?е могÑ? да напÑ?авим даÑ?оÑ?екÑ? â??%sâ??: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и оÑ?ваÑ?аÑ?Ñ? диÑ?екÑ?оÑ?иÑ?Ñ?ма â??%sâ??: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Ð?е могÑ? да пÑ?оÑ?иÑ?ам Ñ?имболиÑ?кÑ? везÑ? â??%sâ??: %s"
+
+#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и пÑ?еÑ?ваÑ?аÑ?Ñ?: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и Ñ?иÑ?аÑ?Ñ? даÑ?оÑ?еке â??%sâ??: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и Ñ?иÑ?аÑ?Ñ? даÑ?оÑ?еке â??%sâ??: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr ""
@@ -1537,103 +1557,103 @@ msgstr "Ð?окÑ?менÑ? завÑ?Ñ?ен неоÑ?екивано Ñ?Ñ?Ñ?ед име
msgid "Error setting extended attribute '%s': %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и оÑ?ваÑ?аÑ?Ñ? диÑ?екÑ?оÑ?иÑ?Ñ?ма â??%sâ??: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и Ñ?иÑ?аÑ?Ñ? даÑ?оÑ?еке â??%sâ??: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и Ñ?иÑ?аÑ?Ñ? даÑ?оÑ?еке â??%sâ??: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "Ð?Ñ?еÑ?ка пÑ?и пÑ?еÑ?ваÑ?аÑ?Ñ?: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и пÑ?еÑ?ваÑ?аÑ?Ñ?: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и пÑ?еÑ?ваÑ?аÑ?Ñ?: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Ð?Ñ?еÑ?ка Ñ? %d. Ñ?едÑ?: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и пÑ?еÑ?ваÑ?аÑ?Ñ?: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и пÑ?еÑ?ваÑ?аÑ?Ñ?: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "СимболиÑ?ке везе ниÑ?Ñ? подÑ?жане"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и Ñ?иÑ?аÑ?Ñ? даÑ?оÑ?еке â??%sâ??: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и Ñ?иÑ?аÑ?Ñ? даÑ?оÑ?еке â??%sâ??: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и Ñ?иÑ?аÑ?Ñ? даÑ?оÑ?еке â??%sâ??: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
@@ -1715,49 +1735,49 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+msgid "mount doesn't implement \"unmount\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+msgid "mount doesn't implement \"eject\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
@@ -1766,11 +1786,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr ""
@@ -1905,7 +1925,7 @@ msgstr "Ð?Ñ?еÑ?ка пÑ?и Ñ?иÑ?аÑ?Ñ? даÑ?оÑ?еке â??%sâ??: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr ""
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "Ð?Ñ?еÑ?ка пÑ?и Ñ?иÑ?аÑ?Ñ? даÑ?оÑ?еке â??%sâ??: %s"
diff --git a/po/sr latin po b/po/sr latin po
index 2276e00..7a40f02 100644
--- a/po/sr latin po
+++ b/po/sr latin po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 2.8\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-30 02:59+0000\n"
"Last-Translator: MiloÅ¡ PopoviÄ? <gpopac gmail com>\n"
"Language-Team: Serbian <gnome prevod org>\n"
@@ -92,70 +92,70 @@ msgstr "Program â??%sâ?? nije registrovao obeleživaÄ? ka â??%sâ??"
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Ne mogu da proÅ¡irim komadnu liniju â??%sâ?? sa vezom ka â??%sâ??"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Pretvaranje iz skupa znakova â??%sâ?? u â??%sâ?? nije podržano"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
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:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Neispravan niz bajtova u ulazu koji pretvaram"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Greška pri pretvaranju: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Nepotpun niz znakova na kraju ulaza"
# ovo pretpostavljam da se odnosi na delimiÄ?an UTF8 zapis
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Ne može pretvoriti rezervu â??%sâ?? u zapis â??%sâ??"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "Adresa â??%sâ?? nije apsolutna adresa pomoÄ?u â??fileâ?? Å¡eme"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Adresa lokalne datoteke â??%sâ?? ne sme sadržati â??#â??"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "Adresa â??%sâ?? je neispravna"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Ime domaÄ?ina iz adrese â??%sâ?? je neispravno"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Adresa â??%sâ?? sadrži neispravno naznaÄ?ene znake"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Putanja â??%sâ?? nije apsolutna putanja"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Neispravno ime domaÄ?ina"
@@ -165,119 +165,134 @@ msgid "Error opening directory '%s': %s"
msgstr "GreÅ¡ka pri otvaranju direktorijuma â??%sâ??: %s"
# bug: plural-forms
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Ne mogu da obezbedim %lu bajtova za Ä?itanje datoteke â??%sâ??"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "GreÅ¡ka pri Ä?itanju datoteke â??%sâ??: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "Datoteka â??%sâ?? je prevelika"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Ne mogu da proÄ?itam iz datoteke â??%sâ??: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Ne mogu da otvorim datoteku â??%sâ??: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Ne mogu da saznam osobine datoteke â??%sâ??: neuspeÅ¡an fstat(): %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Ne mogu da otvorim datoteku â??%sâ??: neuspeÅ¡an fdopen(): %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Ne mogu da preimenujem datoteku â??%sâ?? u â??%sâ??: neuspeÅ¡an g_rename(): %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Ne mogu da napravim datoteku â??%sâ??: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Ne mogu da otvorim datoteku â??%sâ?? radi upisa: neuspeÅ¡an fdopen(): %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Ne mogu da upiÅ¡em u datoteku â??%sâ??: neuspeÅ¡an fwrite(): %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Ne mogu da upiÅ¡em u datoteku â??%sâ??: neuspeÅ¡an fflush(): %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Ne mogu da upiÅ¡em u datoteku â??%sâ??: neuspeÅ¡an fsync(): %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Ne mogu da zatvorim datoteku â??%sâ??: neuspeÅ¡an fclose(): %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "PostojeÄ?a datoteka â??%sâ?? se ne može ukloniti: neuspeÅ¡an g_unlink(): %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Neispravan Å¡ablon â??%sâ??, ne sme sadržati â??%sâ??"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Å ablon â??%sâ?? ne sadrži XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ne mogu da proÄ?itam simboliÄ?ku vezu â??%sâ??: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "SimboliÄ?ke veze nisu podržane"
@@ -537,7 +552,7 @@ msgstr "dostignut je limit pretraživanja unazad"
msgid "the pattern contains items not supported for partial matching"
msgstr "obrazac sadrži stavke koje nisu podržane za delimiÄ?no poklapanje"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "interna greška"
@@ -1128,17 +1143,17 @@ msgstr "Vrednost â??%sâ?? se ne može smatrati istinitosnom."
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "Prevelika brojÄ?ana vrednost je prosleÄ?ena u %s"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "Tok je veÄ? zatvoren"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "Radnja je prekinuta"
@@ -1161,34 +1176,34 @@ msgstr "%s vrsta"
msgid "Unexpected early end-of-stream"
msgstr "NeoÄ?ekivan, preran kraj toka"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Neimenovano"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "Datoteka za radnu površ ne sadrži Exec unos"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "Ne mogu da naÄ?em terminal radi pokretanja ovog programa"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Ne mogu da napravim fasciklu za korisnikova podešavanja %s: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Ne mogu da napravim fasciklu za korisnikova MIME podešavanja %s: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Ne mogu da napravim datoteku radne površi %s"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "Proizvoljne odrednice za %s"
@@ -1240,13 +1255,13 @@ msgstr "Nije ispravno zadat broj tokena (%d) u kodiranju GEmblemedIcon"
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "OÄ?ekivano je GEmblem za GEmblemedIcon"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Radnja nije podržana"
@@ -1259,49 +1274,49 @@ msgstr "Radnja nije podržana"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: gio/gfile.c:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "Sadržano montiranje ne postoji"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Ne mogu da umnožim preko direktorijuma"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "ne mogu da umnožim direktorijum preko direktorijuma"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "Ciljna datoteka veÄ? postoji"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "Ne mogu da umnožim direktorijum i njegov sadržaj"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "Ne mogu da umnožim specijalnu datoteku"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "Data je neispravna simboliÄ?ka veza"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "Nije podržano smeÄ?e"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Imena datoteka ne mogu da sadrže â??%câ??"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "nije podržano montiranje diska"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "Ni jedan program ne može da otvori ovu datoteku"
@@ -1390,7 +1405,7 @@ msgstr "Ulazni tok ne podržava Ä?itanje"
#. 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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "Tok radi jako dobro"
@@ -1403,114 +1418,119 @@ msgstr "Nema dovoljno mesta za adresu utiÄ?nice"
msgid "Unsupported socket address"
msgstr "Nije podržana adresa utiÄ?nice"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "Ne mogu da naÄ?em podrazumevanu vrstu monitora za lokalni direktorijum"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Neispravno ime datoteke %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Greška prilikom dobijanja podataka o sistemu datoteka: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Ne mogu da preimenujem koreni direktorijum"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Greška u preimenovanju datoteke: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "Ne mogu da preimenujem datoteku, jer ona veÄ? posotoji"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Ime datoteke je neispravno"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Greška prilikom otvaranja datoteke: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Ne mogu da otvorim direktorijum"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Greška prilikom uklanjanja datoteke: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "GreÅ¡ka prilikom premeÅ¡tanja datoteke u smeÄ?e: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Ne mogu da napravim direktorijum za smeÄ?e %s: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "Ne mogu da naÄ?em koreni direktorijum za smeÄ?e"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "Ne mogu da naÄ?em ili napravim direktorijum za smeÄ?e"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Ne mogu da napravim datoteku sa podacima o smeÄ?u: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Ne mogu da poÅ¡aljem datoteku u smeÄ?e: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "Greška prilikom obrazovanja direktorijuma: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Ne mogu da proÄ?itam simboliÄ?ku vezu â??%sâ??: %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "GreÅ¡ka prilikom obrazovanja simboliÄ?ke veze: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Greška prilikom premeštanja datoteke: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Ne mogu da premestim direktorijum preko direktorijuma"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Nije uspela izrada rezervne kopije datoteke"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Greška prilikom uklanjanja ciljnje datoteke: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "Nije podržano premeÅ¡tanje izmeÄ?u montiranih ureÄ?aja"
@@ -1531,102 +1551,102 @@ msgstr "Nije ispravno prošireno ime osobine"
msgid "Error setting extended attribute '%s': %s"
msgstr "GreÅ¡ka prilikom postavljanja proÅ¡irene osobine â??%sâ??: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "GreÅ¡ka prilikom postavljanja stanja datoteke â??%sâ??: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (neispravno kodiranje)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "GreÅ¡ka prilikom postavljanja stanja opisivaÄ?a datoteke: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Nije ispravna vrsta osobine (oÄ?ekivana je uint32)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Nije ispravna vrsta osobine (oÄ?ekivana je uint64)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Nije ispravna vrsta osobine (oÄ?ekivana je niska bitova)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "Ne mogu da postavim ovlaÅ¡Ä?enja za simboliÄ?ke veze"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "GreÅ¡ka prilikom postavljanja ovlaÅ¡Ä?enja: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Greška prilikom postavljanja vlasnika: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "simboliÄ?ke veze moraju biti razliÄ?ite od NULL"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "GreÅ¡ka prilikom postavljanja simboliÄ?ke veze: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "GreÅ¡ka pri postavljanju simboliÄ?ke veze: datoteka nije simboliÄ?ka veza"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "Greška pri postavljanju datuma izmene ili pristupa: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux kontekst ne sme biti NULL"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Greška prilikom postavljanja SELinux konteksta: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux nije ukljuÄ?en na vaÅ¡em sistemu"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Nije podržano postavljanje osobine %s"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "GreÅ¡ka prilikom Ä?itanja datoteke: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Greška prilikom pretrage unutar datoteke: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Greška prilikom zatvaranja datoteke: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "Ne mogu da pronaÄ?em podrazumevanu, lokalnu vrstu monitora datoteke"
@@ -1707,49 +1727,54 @@ msgstr "Ne mogu da promenim veliÄ?inu izlaznog memorijskog toka"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "montiranje ne podržava unmount"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "montiranje ne podržava eject"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "montiranje ne podržava unmount ili unmount_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "montiranje ne podržava eject ili eject_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+msgid "mount doesn't implement \"remount\""
msgstr "montiranje ne podržava remount"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:797
+#: gio/gmount.c:828
msgid "mount doesn't implement content type guessing"
msgstr "montiranje ne podržava nalaženje vrste sadržaja"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "montiranje ne podržava sinhronizovano nalaženje vrste sadržaja"
@@ -1758,11 +1783,11 @@ msgstr "montiranje ne podržava sinhronizovano nalaženje vrste sadržaja"
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "Ime domaÄ?ina â??%sâ?? sadrži â??[â??, ali ne i â??]â??"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "Izlazni tok ne podržava upis"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "Izvorni tok je veÄ? zatvoren"
@@ -1894,7 +1919,7 @@ msgstr "Greška pri slanju poruke: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage nije podržano u prozorima"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "Greška pri primanju poruke: %s"
diff --git a/po/sv.po b/po/sv.po
index 9ca4a1f..1ff8040 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-11-08 21:27+0100\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-11-08 22:04+0100\n"
"Last-Translator: Daniel Nylander <po danielnylander se>\n"
"Language-Team: Swedish <tp-sv listor tp-sv se>\n"
@@ -16,1255 +16,1263 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../glib/gbookmarkfile.c:737
+#: glib/gbookmarkfile.c:737
#, c-format
msgid "Unexpected attribute '%s' for element '%s'"
msgstr "Oväntat attribut \"%s\" för elementet \"%s\""
-#: ../glib/gbookmarkfile.c:748
-#: ../glib/gbookmarkfile.c:819
-#: ../glib/gbookmarkfile.c:829
-#: ../glib/gbookmarkfile.c:936
+#: glib/gbookmarkfile.c:748 glib/gbookmarkfile.c:819 glib/gbookmarkfile.c:829
+#: glib/gbookmarkfile.c:936
#, c-format
msgid "Attribute '%s' of element '%s' not found"
msgstr "Attributet \"%s\" för elementet \"%s\" hittades inte"
-#: ../glib/gbookmarkfile.c:1106
-#: ../glib/gbookmarkfile.c:1171
-#: ../glib/gbookmarkfile.c:1235
-#: ../glib/gbookmarkfile.c:1245
+#: glib/gbookmarkfile.c:1106 glib/gbookmarkfile.c:1171
+#: glib/gbookmarkfile.c:1235 glib/gbookmarkfile.c:1245
#, c-format
msgid "Unexpected tag '%s', tag '%s' expected"
msgstr "Oväntad tagg \"%s\"\", taggen \"%s\" förväntades"
-#: ../glib/gbookmarkfile.c:1131
-#: ../glib/gbookmarkfile.c:1145
-#: ../glib/gbookmarkfile.c:1213
-#: ../glib/gbookmarkfile.c:1265
+#: glib/gbookmarkfile.c:1131 glib/gbookmarkfile.c:1145
+#: glib/gbookmarkfile.c:1213 glib/gbookmarkfile.c:1265
#, c-format
msgid "Unexpected tag '%s' inside '%s'"
msgstr "Oväntad tagg \"%s\" inom \"%s\""
-#: ../glib/gbookmarkfile.c:1793
+#: glib/gbookmarkfile.c:1793
msgid "No valid bookmark file found in data dirs"
msgstr "Ingen giltig bokmärkesfil hittades i datakataloger"
-#: ../glib/gbookmarkfile.c:1994
+#: glib/gbookmarkfile.c:1994
#, c-format
msgid "A bookmark for URI '%s' already exists"
msgstr "Ett bokmärke för uri \"%s\" finns redan"
-#: ../glib/gbookmarkfile.c:2040
-#: ../glib/gbookmarkfile.c:2198
-#: ../glib/gbookmarkfile.c:2283
-#: ../glib/gbookmarkfile.c:2363
-#: ../glib/gbookmarkfile.c:2448
-#: ../glib/gbookmarkfile.c:2531
-#: ../glib/gbookmarkfile.c:2609
-#: ../glib/gbookmarkfile.c:2688
-#: ../glib/gbookmarkfile.c:2730
-#: ../glib/gbookmarkfile.c:2827
-#: ../glib/gbookmarkfile.c:2953
-#: ../glib/gbookmarkfile.c:3143
-#: ../glib/gbookmarkfile.c:3219
-#: ../glib/gbookmarkfile.c:3384
-#: ../glib/gbookmarkfile.c:3473
-#: ../glib/gbookmarkfile.c:3563
-#: ../glib/gbookmarkfile.c:3691
+#: glib/gbookmarkfile.c:2040 glib/gbookmarkfile.c:2198
+#: glib/gbookmarkfile.c:2283 glib/gbookmarkfile.c:2363
+#: glib/gbookmarkfile.c:2448 glib/gbookmarkfile.c:2531
+#: glib/gbookmarkfile.c:2609 glib/gbookmarkfile.c:2688
+#: glib/gbookmarkfile.c:2730 glib/gbookmarkfile.c:2827
+#: glib/gbookmarkfile.c:2953 glib/gbookmarkfile.c:3143
+#: glib/gbookmarkfile.c:3219 glib/gbookmarkfile.c:3384
+#: glib/gbookmarkfile.c:3473 glib/gbookmarkfile.c:3563
+#: glib/gbookmarkfile.c:3691
#, c-format
msgid "No bookmark found for URI '%s'"
msgstr "Inget bokmärke hittades för uri \"%s\""
-#: ../glib/gbookmarkfile.c:2372
+#: glib/gbookmarkfile.c:2372
#, c-format
msgid "No MIME type defined in the bookmark for URI '%s'"
msgstr "Ingen Mime-typ definierad i bokmärket för uri \"%s\""
-#: ../glib/gbookmarkfile.c:2457
+#: glib/gbookmarkfile.c:2457
#, c-format
msgid "No private flag has been defined in bookmark for URI '%s'"
msgstr "Ingen privat flagga har definierats i bokmärket för uri \"%s\""
-#: ../glib/gbookmarkfile.c:2836
+#: glib/gbookmarkfile.c:2836
#, c-format
msgid "No groups set in bookmark for URI '%s'"
msgstr "Inga grupper inställda i bokmärket för uri \"%s\""
-#: ../glib/gbookmarkfile.c:3237
-#: ../glib/gbookmarkfile.c:3394
+#: glib/gbookmarkfile.c:3237 glib/gbookmarkfile.c:3394
#, c-format
msgid "No application with name '%s' registered a bookmark for '%s'"
msgstr "Inget program med namnet \"%s\" registrerade ett bokmärke för \"%s\""
-#: ../glib/gbookmarkfile.c:3417
+#: glib/gbookmarkfile.c:3417
#, c-format
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Misslyckades med att expandera exec-raden \"%s\" med URI \"%s\""
-#: ../glib/gconvert.c:437
-#: ../glib/gconvert.c:515
-#: ../glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, 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:441
-#: ../glib/gconvert.c:519
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Kunde inte öppna konverteraren från \"%s\" till \"%s\""
-#: ../glib/gconvert.c:638
-#: ../glib/gconvert.c:1031
-#: ../glib/giochannel.c:1402
-#: ../glib/giochannel.c:1444
-#: ../glib/giochannel.c:2288
-#: ../glib/gutf8.c:964
-#: ../glib/gutf8.c:1419
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
+#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
+#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Ogiltig bytesekvens i konverteringsindata"
-#: ../glib/gconvert.c:646
-#: ../glib/gconvert.c:956
-#: ../glib/giochannel.c:1409
-#: ../glib/giochannel.c:2300
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
+#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Fel vid konvertering: %s"
-#: ../glib/gconvert.c:678
-#: ../glib/gutf8.c:960
-#: ../glib/gutf8.c:1170
-#: ../glib/gutf8.c:1311
-#: ../glib/gutf8.c:1415
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gutf8.c:1415
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:928
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Kan inte konvertera reservsträngen \"%s\" till kodningen \"%s\""
-#: ../glib/gconvert.c:1751
+#: glib/gconvert.c:1751
#, 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:1761
+#: glib/gconvert.c:1761
#, 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:1778
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI:n \"%s\" är ogiltig"
-#: ../glib/gconvert.c:1790
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Värdnamnet i URI:n \"%s\" är ogiltigt"
-#: ../glib/gconvert.c:1806
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI:n \"%s\" innehåller ogiltigt kodade tecken"
-#: ../glib/gconvert.c:1901
+#: glib/gconvert.c:1901
#, 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:1911
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Ogiltigt värdnamn"
-#: ../glib/gdir.c:112
-#: ../glib/gdir.c:135
+#: glib/gdir.c:112 glib/gdir.c:135
#, c-format
msgid "Error opening directory '%s': %s"
msgstr "Fel vid öppning av katalogen \"%s\": %s"
-#: ../glib/gfileutils.c:536
-#: ../glib/gfileutils.c:624
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, 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:551
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Fel vid läsning av filen \"%s\": %s"
-#: ../glib/gfileutils.c:565
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "Filen \"%s\" är för stor"
-#: ../glib/gfileutils.c:648
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Misslyckades med att läsa från filen \"%s\": %s"
-#: ../glib/gfileutils.c:699
-#: ../glib/gfileutils.c:786
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Misslyckades med att öppna filen \"%s\": %s"
-#: ../glib/gfileutils.c:716
-#: ../glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, 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:750
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Misslyckades med att öppna filen \"%s\": fdopen() misslyckades: %s"
-#: ../glib/gfileutils.c:858
+#: glib/gfileutils.c:858
#, 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:900
-#: ../glib/gfileutils.c:1366
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Misslyckades med att skapa filen \"%s\": %s"
-#: ../glib/gfileutils.c:914
+#: glib/gfileutils.c:914
#, 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:939
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Misslyckades med att skriva filen \"%s\": fwrite() misslyckades: %s"
-#: ../glib/gfileutils.c:958
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Misslyckades med att skriva filen \"%s\": fflush() misslyckades: %s"
-#: ../glib/gfileutils.c:987
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Misslyckades med att skriva filen \"%s\": fsync() misslyckades: %s"
-#: ../glib/gfileutils.c:1006
+#: glib/gfileutils.c:1006
#, 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:1124
+#: glib/gfileutils.c:1124
#, 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:1328
+#: glib/gfileutils.c:1328
#, 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:1341
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Mallen \"%s\" innehåller inte XXXXXX"
-#: ../glib/gfileutils.c:1771
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u byte"
-#: ../glib/gfileutils.c:1779
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1784
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1789
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1832
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, 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:1853
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Symboliska länkar stöds inte"
-#: ../glib/giochannel.c:1234
+#: glib/giochannel.c:1234
#, 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:1579
+#: glib/giochannel.c:1579
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:1626
-#: ../glib/giochannel.c:1884
-#: ../glib/giochannel.c:1971
+#: glib/giochannel.c:1626 glib/giochannel.c:1884 glib/giochannel.c:1971
msgid "Leftover unconverted data in read buffer"
msgstr "�verbliven okonverterad data i läsbufferten"
-#: ../glib/giochannel.c:1707
-#: ../glib/giochannel.c:1784
+#: glib/giochannel.c:1707 glib/giochannel.c:1784
msgid "Channel terminates in a partial character"
msgstr "Kanalen slutar med ett ofullständigt tecken"
-#: ../glib/giochannel.c:1770
+#: glib/giochannel.c:1770
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:123
+#: glib/gmappedfile.c:123
#, c-format
msgid "Failed to open file '%s': open() failed: %s"
msgstr "Misslyckades med att öppna filen \"%s\": open() misslyckades: %s"
-#: ../glib/gmappedfile.c:201
+#: glib/gmappedfile.c:201
#, c-format
msgid "Failed to map file '%s': mmap() failed: %s"
msgstr "Misslyckades med att mappa filen \"%s\": mmap() misslyckades: %s"
-#: ../glib/gmarkup.c:303
-#: ../glib/gmarkup.c:343
+#: glib/gmarkup.c:303 glib/gmarkup.c:343
#, c-format
msgid "Error on line %d char %d: "
msgstr "Fel på rad %d tecken %d:"
-#: ../glib/gmarkup.c:363
-#: ../glib/gmarkup.c:441
+#: glib/gmarkup.c:363 glib/gmarkup.c:441
#, c-format
msgid "Invalid UTF-8 encoded text in name - not valid '%s'"
msgstr "Ogiltig UTF-8-kodad text i namnet - inte giltig \"%s\""
-#: ../glib/gmarkup.c:374
+#: glib/gmarkup.c:374
#, c-format
msgid "'%s' is not a valid name "
msgstr "\"%s\" är inte ett giltigt namn "
-#: ../glib/gmarkup.c:390
+#: glib/gmarkup.c:390
#, c-format
msgid "'%s' is not a valid name: '%c' "
msgstr "\"%s\" är inte ett giltigt namn: \"%c\" "
-#: ../glib/gmarkup.c:494
+#: glib/gmarkup.c:494
#, c-format
msgid "Error on line %d: %s"
msgstr "Fel på rad %d: %s"
-#: ../glib/gmarkup.c:578
+#: glib/gmarkup.c:578
#, c-format
-msgid "Failed to parse '%-.*s', which should have been a digit inside a character reference (ê for example) - perhaps the digit is too large"
-msgstr "Misslyckades med att tolka \"%-.*s\", som skulle ha varit ett tal inuti en teckenreferens (ê till exempel). Talet är kanske för stort"
+msgid ""
+"Failed to parse '%-.*s', which should have been a digit inside a character "
+"reference (ê for example) - perhaps the digit is too large"
+msgstr ""
+"Misslyckades med att tolka \"%-.*s\", som skulle ha varit ett tal inuti en "
+"teckenreferens (ê till exempel). Talet är kanske för stort"
-#: ../glib/gmarkup.c:590
-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 &"
-msgstr "Teckenreferensen slutade inte med ett semikolon. Troligtvis använde du ett &-tecken utan att avse att starta en entitet. Skriv om &-tecknet som &"
+#: glib/gmarkup.c:590
+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 &"
+msgstr ""
+"Teckenreferensen slutade inte med ett semikolon. Troligtvis använde du ett &-"
+"tecken utan att avse att starta en entitet. Skriv om &-tecknet som &"
-#: ../glib/gmarkup.c:616
+#: glib/gmarkup.c:616
#, c-format
msgid "Character reference '%-.*s' does not encode a permitted character"
msgstr "Teckenreferensen \"%-.*s\" kodar inte ett tillåtet tecken"
-#: ../glib/gmarkup.c:654
-msgid "Empty entity '&;' seen; valid entities are: & " < > '"
-msgstr "Tom entitet \"&;\" hittades, giltiga entiteter är: & " < > '"
+#: glib/gmarkup.c:654
+msgid ""
+"Empty entity '&;' seen; valid entities are: & " < > '"
+msgstr ""
+"Tom entitet \"&;\" hittades, giltiga entiteter är: & " < > "
+"'"
-#: ../glib/gmarkup.c:662
+#: glib/gmarkup.c:662
#, c-format
msgid "Entity name '%-.*s' is not known"
msgstr "Entitetsnamnet \"%-.*s\" är okänt"
-#: ../glib/gmarkup.c:667
-msgid "Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity - escape ampersand as &"
-msgstr "Entiteten slutade inte med ett semikolon. Troligtvis använde du ett &-tecken utan att avse att starta en entitet. Skriv om &-tecknet som &"
+#: glib/gmarkup.c:667
+msgid ""
+"Entity did not end with a semicolon; most likely you used an ampersand "
+"character without intending to start an entity - escape ampersand as &"
+msgstr ""
+"Entiteten slutade inte med ett semikolon. Troligtvis använde du ett &-tecken "
+"utan att avse att starta en entitet. Skriv om &-tecknet som &"
-#: ../glib/gmarkup.c:1014
+#: glib/gmarkup.c:1014
msgid "Document must begin with an element (e.g. <book>)"
msgstr "Dokumentet måste börja med ett element (exempelvis <book>)"
-#: ../glib/gmarkup.c:1054
+#: glib/gmarkup.c:1054
#, 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:1122
+#: glib/gmarkup.c:1122
#, 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:1206
+#: glib/gmarkup.c:1206
#, 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:1247
+#: glib/gmarkup.c:1247
#, 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:1291
+#: glib/gmarkup.c:1291
#, 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:1425
+#: glib/gmarkup.c:1425
#, 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:1461
+#: glib/gmarkup.c:1461
#, 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:1472
+#: glib/gmarkup.c:1472
#, 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:1481
+#: glib/gmarkup.c:1481
#, 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:1648
+#: glib/gmarkup.c:1648
msgid "Document was empty or contained only whitespace"
msgstr "Dokumentet var tomt eller innehöll endast tomrum"
-#: ../glib/gmarkup.c:1662
+#: glib/gmarkup.c:1662
msgid "Document ended unexpectedly just after an open angle bracket '<'"
msgstr "Dokumentet tog oväntat slut efter ett öppningsklammer \"<\""
-#: ../glib/gmarkup.c:1670
-#: ../glib/gmarkup.c:1715
+#: glib/gmarkup.c:1670 glib/gmarkup.c:1715
#, 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:1678
+#: glib/gmarkup.c:1678
#, 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:1684
+#: glib/gmarkup.c:1684
msgid "Document ended unexpectedly inside an element name"
msgstr "Dokumentet tog oväntat slut inuti ett elementnamn"
-#: ../glib/gmarkup.c:1690
+#: glib/gmarkup.c:1690
msgid "Document ended unexpectedly inside an attribute name"
msgstr "Dokumentet tog oväntat slut inuti ett attributnamn"
-#: ../glib/gmarkup.c:1695
+#: glib/gmarkup.c:1695
msgid "Document ended unexpectedly inside an element-opening tag."
msgstr "Dokumentet tog oväntat slut inuti en elementöppnande tagg."
-#: ../glib/gmarkup.c:1701
-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:1701
+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:1708
+#: glib/gmarkup.c:1708
msgid "Document ended unexpectedly while inside an attribute value"
msgstr "Dokumentet tog oväntat slut inuti ett attributvärde"
-#: ../glib/gmarkup.c:1724
+#: glib/gmarkup.c:1724
#, 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:1730
+#: glib/gmarkup.c:1730
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:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
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:522
-#: ../glib/gregex.c:1603
+#: glib/gregex.c:522 glib/gregex.c:1603
#, c-format
msgid "Error while matching regular expression %s: %s"
msgstr "Fel vid matchning av reguljära uttrycket %s: %s"
-#: ../glib/gregex.c:1094
+#: glib/gregex.c:1094
msgid "PCRE library is compiled without UTF8 support"
msgstr "PCRE-biblioteket är byggt utan stöd för UTF8"
-#: ../glib/gregex.c:1103
+#: glib/gregex.c:1103
msgid "PCRE library is compiled without UTF8 properties support"
msgstr "PCRE-biblioteket är byggt utan stöd för UTF8-egenskaper"
-#: ../glib/gregex.c:1157
+#: glib/gregex.c:1157
#, 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:1193
+#: glib/gregex.c:1193
#, c-format
msgid "Error while optimizing regular expression %s: %s"
msgstr "Fel vid optimering av reguljära uttrycket %s: %s"
-#: ../glib/gregex.c:2031
+#: glib/gregex.c:2031
msgid "hexadecimal digit or '}' expected"
msgstr "hexadecimal siffra eller \"}\" förväntades"
-#: ../glib/gregex.c:2047
+#: glib/gregex.c:2047
msgid "hexadecimal digit expected"
msgstr "hexadecimal siffra förväntades"
-#: ../glib/gregex.c:2087
+#: glib/gregex.c:2087
msgid "missing '<' in symbolic reference"
msgstr "saknar \"<\" i symbolisk referens"
-#: ../glib/gregex.c:2096
+#: glib/gregex.c:2096
msgid "unfinished symbolic reference"
msgstr "oavslutad symbolisk referens"
-#: ../glib/gregex.c:2103
+#: glib/gregex.c:2103
msgid "zero-length symbolic reference"
msgstr "symbolisk referens med noll-längd"
-#: ../glib/gregex.c:2114
+#: glib/gregex.c:2114
msgid "digit expected"
msgstr "siffra förväntades"
-#: ../glib/gregex.c:2132
+#: glib/gregex.c:2132
msgid "illegal symbolic reference"
msgstr "otillåten symbolisk referens"
-#: ../glib/gregex.c:2194
+#: glib/gregex.c:2194
msgid "stray final '\\'"
msgstr "felplacerad avslutande \"\\\""
-#: ../glib/gregex.c:2198
+#: glib/gregex.c:2198
msgid "unknown escape sequence"
msgstr "okänd escape-sekvens"
-#: ../glib/gregex.c:2208
+#: glib/gregex.c:2208
#, 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
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
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:300
-#: ../glib/gspawn.c:1480
+#: glib/gspawn-win32.c:300 glib/gspawn.c:1480
#, 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:339
-#: ../glib/gspawn-win32.c:347
-#: ../glib/gspawn.c:1139
+#: glib/gspawn-win32.c:339 glib/gspawn-win32.c:347 glib/gspawn.c:1139
#, 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:370
-#: ../glib/gspawn.c:1346
+#: glib/gspawn-win32.c:370 glib/gspawn.c:1346
#, c-format
msgid "Failed to change to directory '%s' (%s)"
msgstr "Misslyckades med att byta till katalogen \"%s\" (%s)"
-#: ../glib/gspawn-win32.c:376
-#: ../glib/gspawn-win32.c:495
+#: glib/gspawn-win32.c:376 glib/gspawn-win32.c:495
#, c-format
msgid "Failed to execute child process (%s)"
msgstr "Misslyckades med att köra barnprocess (%s)"
-#: ../glib/gspawn-win32.c:445
+#: glib/gspawn-win32.c:445
#, c-format
msgid "Invalid program name: %s"
msgstr "Ogiltigt programnamn: %s"
-#: ../glib/gspawn-win32.c:455
-#: ../glib/gspawn-win32.c:723
-#: ../glib/gspawn-win32.c:1279
+#: glib/gspawn-win32.c:455 glib/gspawn-win32.c:723 glib/gspawn-win32.c:1279
#, c-format
msgid "Invalid string in argument vector at %d: %s"
msgstr "Ogiltig sträng i argumentvektorn vid %d: %s"
-#: ../glib/gspawn-win32.c:466
-#: ../glib/gspawn-win32.c:738
-#: ../glib/gspawn-win32.c:1312
+#: glib/gspawn-win32.c:466 glib/gspawn-win32.c:738 glib/gspawn-win32.c:1312
#, c-format
msgid "Invalid string in environment: %s"
msgstr "Ogiltig sträng i miljön: %s"
-#: ../glib/gspawn-win32.c:719
-#: ../glib/gspawn-win32.c:1260
+#: glib/gspawn-win32.c:719 glib/gspawn-win32.c:1260
#, c-format
msgid "Invalid working directory: %s"
msgstr "Ogiltig arbetskatalog: %s"
-#: ../glib/gspawn-win32.c:784
+#: glib/gspawn-win32.c:784
#, c-format
msgid "Failed to execute helper program (%s)"
msgstr "Misslyckades med att köra hjälparprogram (%s)"
-#: ../glib/gspawn-win32.c:998
-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:998
+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:190
+#: glib/gspawn.c:190
#, 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:329
+#: glib/gspawn.c:329
#, 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:414
+#: glib/gspawn.c:414
#, c-format
msgid "Unexpected error in waitpid() (%s)"
msgstr "Oväntat fel i waitpid() (%s)"
-#: ../glib/gspawn.c:1206
+#: glib/gspawn.c:1206
#, c-format
msgid "Failed to fork (%s)"
msgstr "Misslyckades med att grena (%s)"
-#: ../glib/gspawn.c:1356
+#: glib/gspawn.c:1356
#, c-format
msgid "Failed to execute child process \"%s\" (%s)"
msgstr "Misslyckades med att köra barnprocessen \"%s\" (%s)"
-#: ../glib/gspawn.c:1366
+#: glib/gspawn.c:1366
#, 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:1375
+#: glib/gspawn.c:1375
#, c-format
msgid "Failed to fork child process (%s)"
msgstr "Misslyckades med att skapa barnprocess (%s)"
-#: ../glib/gspawn.c:1383
+#: glib/gspawn.c:1383
#, c-format
msgid "Unknown error executing child process \"%s\""
msgstr "Okänt fel vid körning av barnprocessen \"%s\""
-#: ../glib/gspawn.c:1407
+#: glib/gspawn.c:1407
#, 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:1038
+#: glib/gutf8.c:1038
msgid "Character out of range for UTF-8"
msgstr "Tecknet är utanför intervallet för UTF-8"
-#: ../glib/gutf8.c:1138
-#: ../glib/gutf8.c:1147
-#: ../glib/gutf8.c:1279
-#: ../glib/gutf8.c:1288
-#: ../glib/gutf8.c:1429
-#: ../glib/gutf8.c:1525
+#: glib/gutf8.c:1138 glib/gutf8.c:1147 glib/gutf8.c:1279 glib/gutf8.c:1288
+#: glib/gutf8.c:1429 glib/gutf8.c:1525
msgid "Invalid sequence in conversion input"
msgstr "Ogiltig sekvens i konverteringsindata"
-#: ../glib/gutf8.c:1440
-#: ../glib/gutf8.c:1536
+#: glib/gutf8.c:1440 glib/gutf8.c:1536
msgid "Character out of range for UTF-16"
msgstr "Tecknet är utanför intervallet för UTF-16"
-#: ../glib/goption.c:755
+#: glib/goption.c:755
msgid "Usage:"
msgstr "Användning:"
-#: ../glib/goption.c:755
+#: glib/goption.c:755
msgid "[OPTION...]"
msgstr "[FLAGGA...]"
-#: ../glib/goption.c:861
+#: glib/goption.c:861
msgid "Help Options:"
msgstr "Hjälpflaggor:"
-#: ../glib/goption.c:862
+#: glib/goption.c:862
msgid "Show help options"
msgstr "Visa hjälpflaggor"
-#: ../glib/goption.c:868
+#: glib/goption.c:868
msgid "Show all help options"
msgstr "Visa alla hjälpflaggor"
-#: ../glib/goption.c:930
+#: glib/goption.c:930
msgid "Application Options:"
msgstr "Programflaggor:"
-#: ../glib/goption.c:992
-#: ../glib/goption.c:1062
+#: glib/goption.c:992 glib/goption.c:1062
#, c-format
msgid "Cannot parse integer value '%s' for %s"
msgstr "Kan inte tolka heltalsvärdet \"%s\" för %s"
-#: ../glib/goption.c:1002
-#: ../glib/goption.c:1070
+#: glib/goption.c:1002 glib/goption.c:1070
#, 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:1027
+#: glib/goption.c:1027
#, c-format
msgid "Cannot parse double value '%s' for %s"
msgstr "Kan inte tolka dubbelvärdet \"%s\" för %s"
-#: ../glib/goption.c:1035
+#: glib/goption.c:1035
#, 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:1298
-#: ../glib/goption.c:1377
+#: glib/goption.c:1298 glib/goption.c:1377
#, c-format
msgid "Error parsing option %s"
msgstr "Fel vid tolkning av flaggan %s"
-#: ../glib/goption.c:1408
-#: ../glib/goption.c:1522
+#: glib/goption.c:1408 glib/goption.c:1522
#, c-format
msgid "Missing argument for %s"
msgstr "Argument saknas för %s"
-#: ../glib/goption.c:1917
+#: glib/goption.c:1917
#, c-format
msgid "Unknown option %s"
msgstr "Okänd flagga %s"
-#: ../glib/gkeyfile.c:362
+#: glib/gkeyfile.c:362
msgid "Valid key file could not be found in search dirs"
msgstr "Giltig nyckelfil kunde inte hittas i sökkatalogerna"
-#: ../glib/gkeyfile.c:397
+#: glib/gkeyfile.c:397
msgid "Not a regular file"
msgstr "Inte en vanlig fil"
-#: ../glib/gkeyfile.c:405
+#: glib/gkeyfile.c:405
msgid "File is empty"
msgstr "Filen är tom"
-#: ../glib/gkeyfile.c:764
+#: glib/gkeyfile.c:764
#, 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:824
+#: glib/gkeyfile.c:824
#, c-format
msgid "Invalid group name: %s"
msgstr "Ogiltigt gruppnamn: %s"
-#: ../glib/gkeyfile.c:846
+#: glib/gkeyfile.c:846
msgid "Key file does not start with a group"
msgstr "Nyckelfilen börjar inte med en grupp"
-#: ../glib/gkeyfile.c:872
+#: glib/gkeyfile.c:872
#, c-format
msgid "Invalid key name: %s"
msgstr "Ogiltigt nyckelnamn: %s"
-#: ../glib/gkeyfile.c:899
+#: glib/gkeyfile.c:899
#, c-format
msgid "Key file contains unsupported encoding '%s'"
msgstr "Nyckelfilen innehåller kodningen \"%s\" som inte stöds"
-#: ../glib/gkeyfile.c:1115
-#: ../glib/gkeyfile.c:1277
-#: ../glib/gkeyfile.c:2506
-#: ../glib/gkeyfile.c:2572
-#: ../glib/gkeyfile.c:2707
-#: ../glib/gkeyfile.c:2840
-#: ../glib/gkeyfile.c:2993
-#: ../glib/gkeyfile.c:3180
-#: ../glib/gkeyfile.c:3241
+#: glib/gkeyfile.c:1115 glib/gkeyfile.c:1277 glib/gkeyfile.c:2506
+#: glib/gkeyfile.c:2572 glib/gkeyfile.c:2707 glib/gkeyfile.c:2840
+#: glib/gkeyfile.c:2993 glib/gkeyfile.c:3180 glib/gkeyfile.c:3241
#, c-format
msgid "Key file does not have group '%s'"
msgstr "Nyckelfilen har inte gruppen \"%s\""
-#: ../glib/gkeyfile.c:1289
+#: glib/gkeyfile.c:1289
#, c-format
msgid "Key file does not have key '%s'"
msgstr "Nyckelfilen har inte nyckeln \"%s\""
-#: ../glib/gkeyfile.c:1396
-#: ../glib/gkeyfile.c:1511
+#: glib/gkeyfile.c:1396 glib/gkeyfile.c:1511
#, 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:1416
-#: ../glib/gkeyfile.c:1910
+#: glib/gkeyfile.c:1416 glib/gkeyfile.c:1910
#, c-format
msgid "Key file contains key '%s' which has value that cannot be interpreted."
-msgstr "Nyckelfilen innehåller nyckeln \"%s\" som innehåller ett värde som inte kan tolkas."
+msgstr ""
+"Nyckelfilen innehåller nyckeln \"%s\" som innehåller ett värde som inte kan "
+"tolkas."
-#: ../glib/gkeyfile.c:1531
+#: glib/gkeyfile.c:1531
#, c-format
-msgid "Key file contains key '%s' which has a value that cannot be interpreted."
-msgstr "Nyckelfilen innehåller nyckeln \"%s\" som innehåller ett värde som inte kan tolkas."
+msgid ""
+"Key file contains key '%s' which has a value that cannot be interpreted."
+msgstr ""
+"Nyckelfilen innehåller nyckeln \"%s\" som innehåller ett värde som inte kan "
+"tolkas."
-#: ../glib/gkeyfile.c:2125
-#: ../glib/gkeyfile.c:2337
+#: glib/gkeyfile.c:2125 glib/gkeyfile.c:2337
#, 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 innehåller ett 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 innehåller ett "
+"värde som inte kan tolkas."
-#: ../glib/gkeyfile.c:2521
-#: ../glib/gkeyfile.c:2722
-#: ../glib/gkeyfile.c:3252
+#: glib/gkeyfile.c:2521 glib/gkeyfile.c:2722 glib/gkeyfile.c:3252
#, 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:3486
+#: glib/gkeyfile.c:3486
msgid "Key file contains escape character at end of line"
msgstr "Nyckelfilen innehåller kontrolltecken i slutet på en rad"
-#: ../glib/gkeyfile.c:3508
+#: glib/gkeyfile.c:3508
#, c-format
msgid "Key file contains invalid escape sequence '%s'"
msgstr "Nyckelfilen innehåller ogiltiga kontrollsekvensen \"%s\""
-#: ../glib/gkeyfile.c:3650
+#: glib/gkeyfile.c:3650
#, c-format
msgid "Value '%s' cannot be interpreted as a number."
msgstr "Värdet \"%s\" kan inte tolkas som ett tal."
-#: ../glib/gkeyfile.c:3664
+#: glib/gkeyfile.c:3664
#, c-format
msgid "Integer value '%s' out of range"
msgstr "Heltalsvärdet \"%s\" är utanför intervallet"
-#: ../glib/gkeyfile.c:3697
+#: glib/gkeyfile.c:3697
#, 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:3721
+#: glib/gkeyfile.c:3721
#, 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:415
-#: ../gio/gbufferedinputstream.c:496
-#: ../gio/ginputstream.c:186
-#: ../gio/ginputstream.c:318
-#: ../gio/ginputstream.c:557
-#: ../gio/ginputstream.c:682
-#: ../gio/goutputstream.c:197
-#: ../gio/goutputstream.c:652
+#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
+#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "För stort räknevärde skickat till %s"
-#: ../gio/gbufferedinputstream.c:883
-#: ../gio/ginputstream.c:892
-#: ../gio/giostream.c:305
-#: ../gio/goutputstream.c:1081
+#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "Strömmen är redan stängd"
-#: ../gio/gcancellable.c:420
-#: ../gio/glocalfile.c:2095
-#: ../gio/gsimpleasyncresult.c:648
-#: ../gio/gsimpleasyncresult.c:674
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
+#: gio/gsimpleasyncresult.c:674
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:311
+#: gio/gdatainputstream.c:311
msgid "Unexpected early end-of-stream"
msgstr "Oväntat tidig end-of-stream"
-#: ../gio/gdesktopappinfo.c:463
-#: ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Namnlös"
-#: ../gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "Skrivbordsfilen angav inget Exec-fält"
-#: ../gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "Kunde inte hitta terminal som krävs för programmet"
-#: ../gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, 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:1102
+#: gio/gdesktopappinfo.c:1117
#, 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:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Kan inte skapa skrivbordsfil för användare %s"
-#: ../gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "Anpassad definition för %s"
-#: ../gio/gdrive.c:409
+#: gio/gdrive.c:409
msgid "drive doesn't implement eject"
msgstr "enheten har inte implementerat utmatning"
#. Translators: This is an error
#. * message for drive objects that
#. * don't implement any of eject or eject_with_operation.
-#: ../gio/gdrive.c:489
+#: gio/gdrive.c:489
msgid "drive doesn't implement eject or eject_with_operation"
msgstr "enheten har inte implementerat eject eller eject_with_operation"
-#: ../gio/gdrive.c:566
+#: gio/gdrive.c:566
msgid "drive doesn't implement polling for media"
msgstr "enheten har inte implementerat pollning av media"
-#: ../gio/gdrive.c:771
+#: gio/gdrive.c:771
msgid "drive doesn't implement start"
msgstr "enheten har inte implementerat start"
-#: ../gio/gdrive.c:873
+#: gio/gdrive.c:873
msgid "drive doesn't implement stop"
msgstr "enheten har inte implementerat stop"
-#: ../gio/gemblem.c:325
+#: gio/gemblem.c:325
#, c-format
msgid "Can't handle version %d of GEmblem encoding"
msgstr "Kan inte hantera version %d av GEmblem-kodning"
-#: ../gio/gemblem.c:335
+#: gio/gemblem.c:335
#, c-format
msgid "Malformed number of tokens (%d) in GEmblem encoding"
msgstr "Felformaterat antal token (%d) i GEmblem-kodning"
-#: ../gio/gemblemedicon.c:296
+#: gio/gemblemedicon.c:296
#, c-format
msgid "Can't handle version %d of GEmblemedIcon encoding"
msgstr "Kan inte hantera version %d av GEmblemedIcon-kodning"
-#: ../gio/gemblemedicon.c:306
+#: gio/gemblemedicon.c:306
#, c-format
msgid "Malformed number of tokens (%d) in GEmblemedIcon encoding"
msgstr "Felformaterat antal token (%d) i GEmblemedIcon-kodning"
-#: ../gio/gemblemedicon.c:329
+#: gio/gemblemedicon.c:329
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "Förväntade en GEmblem för GEmblemedIcon"
-#: ../gio/gfile.c:861
-#: ../gio/gfile.c:1091
-#: ../gio/gfile.c:1226
-#: ../gio/gfile.c:1462
-#: ../gio/gfile.c:1516
-#: ../gio/gfile.c:1573
-#: ../gio/gfile.c:1656
-#: ../gio/gfile.c:1711
-#: ../gio/gfile.c:1771
-#: ../gio/gfile.c:1825
-#: ../gio/gfile.c:3150
-#: ../gio/gfile.c:3204
-#: ../gio/gfile.c:3335
-#: ../gio/gfile.c:3375
-#: ../gio/gfile.c:3702
-#: ../gio/gfile.c:4104
-#: ../gio/gfile.c:4190
-#: ../gio/gfile.c:4279
-#: ../gio/gfile.c:4377
-#: ../gio/gfile.c:4464
-#: ../gio/gfile.c:4557
-#: ../gio/gfile.c:4887
-#: ../gio/gfile.c:5167
-#: ../gio/gfile.c:5236
-#: ../gio/gfile.c:6827
-#: ../gio/gfile.c:6917
-#: ../gio/gfile.c:7003
-#: ../gio/win32/gwinhttpfile.c:441
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
+#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "�tgärden stöds inte"
@@ -1276,140 +1284,128 @@ 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:1347
-#: ../gio/glocalfile.c:1066
-#: ../gio/glocalfile.c:1077
-#: ../gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "Infattande montering finns inte"
-#: ../gio/gfile.c:2399
-#: ../gio/glocalfile.c:2251
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Kan inte kopiera över katalog"
-#: ../gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "Kan inte kopiera katalog över katalog"
-#: ../gio/gfile.c:2467
-#: ../gio/glocalfile.c:2260
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "MÃ¥lfilen finns"
-#: ../gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "Kan inte kopiera katalogen rekursivt"
-#: ../gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "Kan inte kopiera specialfil"
-#: ../gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "Ogiltigt värde för symbolisk länk angivet"
-#: ../gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "Papperskorgen stöds inte"
-#: ../gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Filnamn får inte innehålla \"%c\""
-#: ../gio/gfile.c:5884
-#: ../gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "volymen har inte implementerat montering"
-#: ../gio/gfile.c:5995
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "Inget program är registrerat för hantering av denna fil"
-#: ../gio/gfileenumerator.c:206
+#: gio/gfileenumerator.c:206
msgid "Enumerator is closed"
msgstr "Numreraren är stängd"
-#: ../gio/gfileenumerator.c:213
-#: ../gio/gfileenumerator.c:272
-#: ../gio/gfileenumerator.c:372
-#: ../gio/gfileenumerator.c:481
+#: gio/gfileenumerator.c:213 gio/gfileenumerator.c:272
+#: gio/gfileenumerator.c:372 gio/gfileenumerator.c:481
msgid "File enumerator has outstanding operation"
msgstr "Filnumreraren har kvarstående åtgärd"
-#: ../gio/gfileenumerator.c:362
-#: ../gio/gfileenumerator.c:471
+#: gio/gfileenumerator.c:362 gio/gfileenumerator.c:471
msgid "File enumerator is already closed"
msgstr "Filnumreraren är redan strängd"
-#: ../gio/gfileicon.c:237
+#: gio/gfileicon.c:237
#, c-format
msgid "Can't handle version %d of GFileIcon encoding"
msgstr "Kan inte hantera version %d av GFileIcon-kodning"
-#: ../gio/gfileicon.c:247
+#: gio/gfileicon.c:247
msgid "Malformed input data for GFileIcon"
msgstr "Felformaterad inmatningsdata för GFileIcon"
-#: ../gio/gfileinputstream.c:155
-#: ../gio/gfileinputstream.c:422
-#: ../gio/gfileiostream.c:171
-#: ../gio/gfileoutputstream.c:170
-#: ../gio/gfileoutputstream.c:525
+#: gio/gfileinputstream.c:155 gio/gfileinputstream.c:422
+#: gio/gfileiostream.c:171 gio/gfileoutputstream.c:170
+#: gio/gfileoutputstream.c:525
msgid "Stream doesn't support query_info"
msgstr "Strömmen saknar stöd för query_info"
-#: ../gio/gfileinputstream.c:337
-#: ../gio/gfileiostream.c:389
-#: ../gio/gfileoutputstream.c:383
+#: gio/gfileinputstream.c:337 gio/gfileiostream.c:389
+#: gio/gfileoutputstream.c:383
msgid "Seek not supported on stream"
msgstr "Sökning stöds inte på strömmen"
-#: ../gio/gfileinputstream.c:381
+#: gio/gfileinputstream.c:381
msgid "Truncate not allowed on input stream"
msgstr "Kapning tillåts inte på inmatningsströmmen"
-#: ../gio/gfileiostream.c:465
-#: ../gio/gfileoutputstream.c:459
+#: gio/gfileiostream.c:465 gio/gfileoutputstream.c:459
msgid "Truncate not supported on stream"
msgstr "Kapning stöds inte på strömmen"
-#: ../gio/gicon.c:324
+#: gio/gicon.c:324
#, c-format
msgid "Wrong number of tokens (%d)"
msgstr "Fel antal token (%d)"
-#: ../gio/gicon.c:344
+#: gio/gicon.c:344
#, c-format
msgid "No type for class name %s"
msgstr "Ingen typ för klassnamnet %s"
-#: ../gio/gicon.c:354
+#: gio/gicon.c:354
#, c-format
msgid "Type %s does not implement the GIcon interface"
msgstr "Typen %s implementerar inte GIcon-gränssnittet"
-#: ../gio/gicon.c:365
+#: gio/gicon.c:365
#, c-format
msgid "Type %s is not classed"
msgstr "Typen %s är inte klassad"
-#: ../gio/gicon.c:379
+#: gio/gicon.c:379
#, c-format
msgid "Malformed version number: %s"
msgstr "Felformaterat versionsnummer: %s"
-#: ../gio/gicon.c:393
+#: gio/gicon.c:393
#, c-format
msgid "Type %s does not implement from_tokens() on the GIcon interface"
msgstr "Typen %s implementerar inte from_tokens() på GIcon-gränssnittet"
-#: ../gio/gicon.c:469
+#: gio/gicon.c:469
msgid "Can't handle the supplied version the icon encoding"
msgstr "Kan inte hantera angiven version för ikonkodningen"
-#: ../gio/ginputstream.c:195
+#: gio/ginputstream.c:195
msgid "Input stream doesn't implement read"
msgstr "Inmatningsströmmen har inte implementerat läsning"
@@ -1419,665 +1415,626 @@ 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:902
-#: ../gio/giostream.c:315
-#: ../gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "Strömmen har kvarstående åtgärd"
-#: ../gio/ginetsocketaddress.c:182
-#: ../gio/ginetsocketaddress.c:199
-#: ../gio/gunixsocketaddress.c:174
+#: gio/ginetsocketaddress.c:182 gio/ginetsocketaddress.c:199
+#: gio/gunixsocketaddress.c:174
msgid "Not enough space for socket address"
msgstr "Inte tillräckligt med utrymme för uttagsadress"
-#: ../gio/ginetsocketaddress.c:212
+#: gio/ginetsocketaddress.c:212
msgid "Unsupported socket address"
msgstr "Uttagsadressen stöds inte"
-#: ../gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "Kunde inte hitta standardtyp för lokal katalogövervakare"
-#: ../gio/glocalfile.c:600
-#: ../gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Ogiltigt filnamn %s"
-#: ../gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Fel vid hämtning av filsystemsinformation: %s"
-#: ../gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Kan inte byta namn på rotkatalog"
-#: ../gio/glocalfile.c:1130
-#: ../gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Fel vid namnbyte av fil: %s"
-#: ../gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "Kan inte byta namn på filen, filnamnet finns redan"
-#: ../gio/glocalfile.c:1152
-#: ../gio/glocalfile.c:2124
-#: ../gio/glocalfile.c:2153
-#: ../gio/glocalfile.c:2313
-#: ../gio/glocalfileoutputstream.c:550
-#: ../gio/glocalfileoutputstream.c:603
-#: ../gio/glocalfileoutputstream.c:648
-#: ../gio/glocalfileoutputstream.c:1130
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
+#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
+#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Ogiltigt filnamn"
-#: ../gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Fel vid öppnade av fil: %s"
-#: ../gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Kan inte öppna katalog"
-#: ../gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Fel vid borttagning av fil: %s"
-#: ../gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "Fel vid kastande av fil: %s"
-#: ../gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Kunde inte skapa papperskorgskatalogen %s: %s"
-#: ../gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "Kunde inte hitta toppnivåkatalog för papperskorg"
-#: ../gio/glocalfile.c:1931
-#: ../gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "Kunde inte hitta eller skapa papperskorgskatalog"
-#: ../gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Kunde inte skapa information om kastad fil: %s"
-#: ../gio/glocalfile.c:2014
-#: ../gio/glocalfile.c:2019
-#: ../gio/glocalfile.c:2094
-#: ../gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Kunde inte kasta fil: %s"
-#: ../gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "Fel vid skapande av katalog: %s"
-#: ../gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
#, c-format
msgid "Filesystem does not support symbolic links"
msgstr "Filsystemet saknar stöd för symboliska länkar"
-#: ../gio/glocalfile.c:2161
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Fel vid skapande av symbolisk länk: %s"
-#: ../gio/glocalfile.c:2223
-#: ../gio/glocalfile.c:2317
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Fel vid flyttning av fil: %s"
-#: ../gio/glocalfile.c:2246
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Kan inte flytta katalog över katalog"
-#: ../gio/glocalfile.c:2273
-#: ../gio/glocalfileoutputstream.c:928
-#: ../gio/glocalfileoutputstream.c:942
-#: ../gio/glocalfileoutputstream.c:957
-#: ../gio/glocalfileoutputstream.c:973
-#: ../gio/glocalfileoutputstream.c:987
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
+#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
+#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Misslyckades med att skapa säkerhetskopiefil"
-#: ../gio/glocalfile.c:2292
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Fel vid borttagning av målfil: %s"
-#: ../gio/glocalfile.c:2306
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "Flyttning mellan monteringar stöds inte"
-#: ../gio/glocalfileinfo.c:721
+#: gio/glocalfileinfo.c:721
msgid "Attribute value must be non-NULL"
msgstr "Attributvärde måste vara icke-NULL"
-#: ../gio/glocalfileinfo.c:728
+#: gio/glocalfileinfo.c:728
msgid "Invalid attribute type (string expected)"
msgstr "Ogiltig attributtyp (sträng förväntades)"
-#: ../gio/glocalfileinfo.c:735
+#: gio/glocalfileinfo.c:735
msgid "Invalid extended attribute name"
msgstr "Ogiltigt utökat attributnamn"
-#: ../gio/glocalfileinfo.c:775
+#: gio/glocalfileinfo.c:775
#, c-format
msgid "Error setting extended attribute '%s': %s"
msgstr "Fel vid inställning av utökat attribut \"%s\": %s"
-#: ../gio/glocalfileinfo.c:1481
-#: ../gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Fel vid tillståndsläsning av filen \"%s\": %s"
-#: ../gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (ogiltig kodning)"
-#: ../gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Fel vid tillståndsläsning av filhandtag: %s"
-#: ../gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ogiltig attributtyp (uint32 förväntades)"
-#: ../gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ogiltig attributtyp (uint64 förväntades)"
-#: ../gio/glocalfileinfo.c:1832
-#: ../gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Ogiltig attributtyp (bytesträng förväntades)"
-#: ../gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "Kan inte ställa in rättigheter på symboliska länkar"
-#: ../gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Fel vid inställning av rättigheter: %s"
-#: ../gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Fel vid inställning av ägare: %s"
-#: ../gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "symbolisk länk måste vara icke-NULL"
-#: ../gio/glocalfileinfo.c:1986
-#: ../gio/glocalfileinfo.c:2005
-#: ../gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Fel vid inställning av symbolisk länk: %s"
-#: ../gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
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:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "Fel vid inställning av ändrings- eller åtkomsttid: %s"
-#: ../gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux-kontext måste vara icke-NULL"
-#: ../gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Fel vid inställning av SELinux-kontext: %s"
-#: ../gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux är inte aktiverat på detta system"
-#: ../gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Inställning av attributet %s stöds inte"
-#: ../gio/glocalfileinputstream.c:165
-#: ../gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Fel vid läsning från fil: %s"
-#: ../gio/glocalfileinputstream.c:196
-#: ../gio/glocalfileinputstream.c:208
-#: ../gio/glocalfileinputstream.c:320
-#: ../gio/glocalfileoutputstream.c:449
-#: ../gio/glocalfileoutputstream.c:1005
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Fel vid sökning i fil: %s"
-#: ../gio/glocalfileinputstream.c:241
-#: ../gio/glocalfileoutputstream.c:235
-#: ../gio/glocalfileoutputstream.c:330
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Fel vid stängning av fil: %s"
-#: ../gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "Kunde inte hitta standardtyp för lokal filövervakare"
-#: ../gio/glocalfileoutputstream.c:181
-#: ../gio/glocalfileoutputstream.c:214
-#: ../gio/glocalfileoutputstream.c:722
+#: gio/glocalfileoutputstream.c:181 gio/glocalfileoutputstream.c:214
+#: gio/glocalfileoutputstream.c:722
#, c-format
msgid "Error writing to file: %s"
msgstr "Fel vid skrivning till fil: %s"
-#: ../gio/glocalfileoutputstream.c:262
+#: gio/glocalfileoutputstream.c:262
#, c-format
msgid "Error removing old backup link: %s"
msgstr "Fel vid borttagning av gamla länk till säkerhetskopia: %s"
-#: ../gio/glocalfileoutputstream.c:276
-#: ../gio/glocalfileoutputstream.c:289
+#: gio/glocalfileoutputstream.c:276 gio/glocalfileoutputstream.c:289
#, c-format
msgid "Error creating backup copy: %s"
msgstr "Fel vid skapande av säkerhetskopia: %s"
-#: ../gio/glocalfileoutputstream.c:307
+#: gio/glocalfileoutputstream.c:307
#, c-format
msgid "Error renaming temporary file: %s"
msgstr "Fel vid namnbyte på temporärfil: %s"
-#: ../gio/glocalfileoutputstream.c:495
-#: ../gio/glocalfileoutputstream.c:1056
+#: gio/glocalfileoutputstream.c:495 gio/glocalfileoutputstream.c:1056
#, c-format
msgid "Error truncating file: %s"
msgstr "Fel vid kapning av fil: %s"
-#: ../gio/glocalfileoutputstream.c:556
-#: ../gio/glocalfileoutputstream.c:609
-#: ../gio/glocalfileoutputstream.c:654
-#: ../gio/glocalfileoutputstream.c:794
-#: ../gio/glocalfileoutputstream.c:1037
-#: ../gio/glocalfileoutputstream.c:1136
+#: gio/glocalfileoutputstream.c:556 gio/glocalfileoutputstream.c:609
+#: gio/glocalfileoutputstream.c:654 gio/glocalfileoutputstream.c:794
+#: gio/glocalfileoutputstream.c:1037 gio/glocalfileoutputstream.c:1136
#, c-format
msgid "Error opening file '%s': %s"
msgstr "Fel vid öppning av filen \"%s\": %s"
-#: ../gio/glocalfileoutputstream.c:825
+#: gio/glocalfileoutputstream.c:825
msgid "Target file is a directory"
msgstr "Målfilen är en katalog"
-#: ../gio/glocalfileoutputstream.c:830
+#: gio/glocalfileoutputstream.c:830
msgid "Target file is not a regular file"
msgstr "Målfilen är inte en vanlig fil"
-#: ../gio/glocalfileoutputstream.c:842
+#: gio/glocalfileoutputstream.c:842
msgid "The file was externally modified"
msgstr "Filen blev externt ändrad"
-#: ../gio/glocalfileoutputstream.c:1021
+#: gio/glocalfileoutputstream.c:1021
#, c-format
msgid "Error removing old file: %s"
msgstr "Fel vid borttagning av gammal fil: %s"
-#: ../gio/gmemoryinputstream.c:487
-#: ../gio/gmemoryoutputstream.c:553
+#: gio/gmemoryinputstream.c:487 gio/gmemoryoutputstream.c:553
msgid "Invalid GSeekType supplied"
msgstr "Ogiltig GSeekType angavs"
-#: ../gio/gmemoryinputstream.c:497
-#: ../gio/gmemoryoutputstream.c:563
+#: gio/gmemoryinputstream.c:497 gio/gmemoryoutputstream.c:563
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:290
+#: gio/gmemoryoutputstream.c:290
msgid "Reached maximum data array limit"
msgstr "Nådde maximal gräns för datakedja"
-#: ../gio/gmemoryoutputstream.c:325
+#: gio/gmemoryoutputstream.c:325
msgid "Memory output stream not resizable"
msgstr "Storlek för minnesutmatningsström är inte ändringsbar"
-#: ../gio/gmemoryoutputstream.c:341
+#: gio/gmemoryoutputstream.c:341
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:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "mount har inte implementerat unmount"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: ../gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "mount har inte implementerat eject"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: ../gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "mount har inte implementerat unmount eller unmount_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: ../gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "mount har inte implementerat eject eller eject_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+msgid "mount doesn't implement \"remount\""
msgstr "mount har inte implementerat remount"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: ../gio/gmount.c:797
+#: gio/gmount.c:828
msgid "mount doesn't implement content type guessing"
msgstr "mount 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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "mount har inte implementerat synkron estimering av innehållstyp"
-#: ../gio/gnetworkaddress.c:295
+#: gio/gnetworkaddress.c:295
#, c-format
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "Värdnamnet \"%s\" innehåller \"[\" men inte \"]\""
-#: ../gio/goutputstream.c:206
-#: ../gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "Utmatningsström har inte implementerat skrivning"
-#: ../gio/goutputstream.c:368
-#: ../gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "Källströmmen är redan stängd"
-#: ../gio/gresolver.c:736
+#: gio/gresolver.c:736
#, c-format
msgid "Error resolving '%s': %s"
msgstr "Fel vid uppslag av \"%s\": %s"
-#: ../gio/gresolver.c:786
+#: gio/gresolver.c:786
#, c-format
msgid "Error reverse-resolving '%s': %s"
msgstr "Fel vid omvänt uppslag av \"%s\": %s"
-#: ../gio/gresolver.c:821
-#: ../gio/gresolver.c:899
+#: gio/gresolver.c:821 gio/gresolver.c:899
#, c-format
msgid "No service record for '%s'"
msgstr "Ingen tjänstepost för \"%s\""
-#: ../gio/gresolver.c:826
-#: ../gio/gresolver.c:904
+#: gio/gresolver.c:826 gio/gresolver.c:904
#, c-format
msgid "Temporarily unable to resolve '%s'"
msgstr "Kan för tillfället inte slå upp \"%s\""
-#: ../gio/gresolver.c:831
-#: ../gio/gresolver.c:909
+#: gio/gresolver.c:831 gio/gresolver.c:909
#, c-format
msgid "Error resolving '%s'"
msgstr "Fel vid uppslag av \"%s\""
-#: ../gio/gsocket.c:277
+#: gio/gsocket.c:277
msgid "Invalid socket, not initialized"
msgstr "Ogiltigt uttag, inte initierat"
-#: ../gio/gsocket.c:284
+#: gio/gsocket.c:284
#, c-format
msgid "Invalid socket, initialization failed due to: %s"
msgstr "Ogiltigt uttag, initiering misslyckades på grund av: %s"
-#: ../gio/gsocket.c:292
+#: gio/gsocket.c:292
msgid "Socket is already closed"
msgstr "Uttaget är redan stängt"
-#: ../gio/gsocket.c:405
+#: gio/gsocket.c:405
#, c-format
msgid "creating GSocket from fd: %s"
msgstr "skapar GSocket från fd: %s"
-#: ../gio/gsocket.c:439
-#: ../gio/gsocket.c:453
-#: ../gio/gsocket.c:1911
+#: gio/gsocket.c:439 gio/gsocket.c:453 gio/gsocket.c:1911
#, c-format
msgid "Unable to create socket: %s"
msgstr "Kunde inte skapa uttag: %s"
-#: ../gio/gsocket.c:439
+#: gio/gsocket.c:439
msgid "Unknown protocol was specified"
msgstr "Okänt protokoll angavs"
-#: ../gio/gsocket.c:758
+#: gio/gsocket.c:758
msgid "Cancellable initialization not supported"
msgstr "Avbrytningsbar initiering stöds inte"
-#: ../gio/gsocket.c:1112
+#: gio/gsocket.c:1112
#, c-format
msgid "could not get local address: %s"
msgstr "kunde inte få lokal adress: %s"
-#: ../gio/gsocket.c:1145
+#: gio/gsocket.c:1145
#, c-format
msgid "could not get remote address: %s"
msgstr "Kunde inte få fjärradress: %s"
-#: ../gio/gsocket.c:1203
+#: gio/gsocket.c:1203
#, c-format
msgid "could not listen: %s"
msgstr "kunde inte lyssna: %s"
-#: ../gio/gsocket.c:1277
+#: gio/gsocket.c:1277
#, c-format
msgid "Error binding to address: %s"
msgstr "Fel vid bindning till adress: %s"
-#: ../gio/gsocket.c:1397
+#: gio/gsocket.c:1397
#, c-format
msgid "Error accepting connection: %s"
msgstr "Fel vid godkännande av anslutning: %s"
-#: ../gio/gsocket.c:1510
+#: gio/gsocket.c:1510
msgid "Error connecting: "
msgstr "Fel vid anslutning: "
-#: ../gio/gsocket.c:1514
+#: gio/gsocket.c:1514
msgid "Connection in progress"
msgstr "Anslutningsförsök pågår"
-#: ../gio/gsocket.c:1519
+#: gio/gsocket.c:1519
#, c-format
msgid "Error connecting: %s"
msgstr "Fel vid anslutning: %s"
-#: ../gio/gsocket.c:1559
+#: gio/gsocket.c:1559
#, c-format
msgid "Unable to get pending error: %s"
msgstr "Kunde inte få tag på väntande fel: %s"
-#: ../gio/gsocket.c:1655
+#: gio/gsocket.c:1655
#, c-format
msgid "Error receiving data: %s"
msgstr "Fel vid mottagning av data: %s"
-#: ../gio/gsocket.c:1798
+#: gio/gsocket.c:1798
#, c-format
msgid "Error sending data: %s"
msgstr "Fel vid sändning av data: %s"
-#: ../gio/gsocket.c:1990
+#: gio/gsocket.c:1990
#, c-format
msgid "Error closing socket: %s"
msgstr "Fel vid stängning av uttag: %s"
-#: ../gio/gsocket.c:2475
+#: gio/gsocket.c:2475
#, c-format
msgid "Waiting for socket condition: %s"
msgstr "Väntar på uttagstillstånd: %s"
-#: ../gio/gsocket.c:2714
-#: ../gio/gsocket.c:2795
+#: gio/gsocket.c:2714 gio/gsocket.c:2795
#, c-format
msgid "Error sending message: %s"
msgstr "Fel vid sändning av meddelande: %s"
-#: ../gio/gsocket.c:2739
+#: gio/gsocket.c:2739
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage stöds inte på Windows"
-#: ../gio/gsocket.c:2997
-#: ../gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "Fel vid mottagning av meddelande: %s"
-#: ../gio/gsocketclient.c:521
-#: ../gio/gsocketclient.c:770
+#: gio/gsocketclient.c:521 gio/gsocketclient.c:770
msgid "Unknown error on connect"
msgstr "Okänt fel inträffade vid anslutning"
-#: ../gio/gsocketlistener.c:192
+#: gio/gsocketlistener.c:192
msgid "Listener is already closed"
msgstr "Lyssnaren är redan stängd"
-#: ../gio/gsocketlistener.c:233
+#: gio/gsocketlistener.c:233
msgid "Added socket is closed"
msgstr "Tillagt uttag är stängt"
-#: ../gio/gthemedicon.c:499
+#: gio/gthemedicon.c:499
#, c-format
msgid "Can't handle version %d of GThemedIcon encoding"
msgstr "Kan inte hantera version %d av GThemedIcon-kodning"
-#: ../gio/gunixconnection.c:151
+#: gio/gunixconnection.c:151
#, c-format
msgid "Expecting 1 control message, got %d"
msgstr "Förväntade 1 kontrollmeddelande, fick %d"
-#: ../gio/gunixconnection.c:164
+#: gio/gunixconnection.c:164
msgid "Unexpected type of ancillary data"
msgstr "Oväntad typ av underordnat data"
-#: ../gio/gunixconnection.c:182
+#: gio/gunixconnection.c:182
#, c-format
msgid "Expecting one fd, but got %d\n"
msgstr "Förväntade ett fd, men fick %d\n"
-#: ../gio/gunixconnection.c:198
+#: gio/gunixconnection.c:198
msgid "Received invalid fd"
msgstr "Tog emot ogiltig fd"
-#: ../gio/gunixinputstream.c:354
-#: ../gio/gunixinputstream.c:374
-#: ../gio/gunixinputstream.c:452
-#: ../gio/gunixoutputstream.c:439
+#: gio/gunixinputstream.c:354 gio/gunixinputstream.c:374
+#: gio/gunixinputstream.c:452 gio/gunixoutputstream.c:439
#, c-format
msgid "Error reading from unix: %s"
msgstr "Fel vid läsning från unix: %s"
-#: ../gio/gunixinputstream.c:407
-#: ../gio/gunixinputstream.c:589
-#: ../gio/gunixoutputstream.c:394
-#: ../gio/gunixoutputstream.c:545
+#: gio/gunixinputstream.c:407 gio/gunixinputstream.c:589
+#: gio/gunixoutputstream.c:394 gio/gunixoutputstream.c:545
#, c-format
msgid "Error closing unix: %s"
msgstr "Fel vid stängning av unix: %s"
-#: ../gio/gunixmounts.c:1846
-#: ../gio/gunixmounts.c:1883
+#: gio/gunixmounts.c:1846 gio/gunixmounts.c:1883
msgid "Filesystem root"
msgstr "Filsystemsrot"
-#: ../gio/gunixoutputstream.c:340
-#: ../gio/gunixoutputstream.c:361
+#: gio/gunixoutputstream.c:340 gio/gunixoutputstream.c:361
#, c-format
msgid "Error writing to unix: %s"
msgstr "Fel vid skrivning till unix: %s"
-#: ../gio/gunixsocketaddress.c:182
+#: gio/gunixsocketaddress.c:182
msgid "Abstract unix domain socket addresses not supported on this system"
msgstr "Abstrakta Unix-domänuttagsadresser stöds inte på detta system"
-#: ../gio/gvolume.c:452
+#: gio/gvolume.c:452
msgid "volume doesn't implement eject"
msgstr "volymen har inte implementerat eject"
#. Translators: This is an error
#. * message for volume objects that
#. * don't implement any of eject or eject_with_operation.
-#: ../gio/gvolume.c:531
+#: gio/gvolume.c:531
msgid "volume doesn't implement eject or eject_with_operation"
msgstr "volume har inte implementerat eject eller eject_with_operation"
-#: ../gio/gwin32appinfo.c:277
+#: gio/gwin32appinfo.c:277
msgid "Can't find application"
msgstr "Kan inte hitta programmet"
-#: ../gio/gwin32appinfo.c:300
+#: gio/gwin32appinfo.c:300
#, c-format
msgid "Error launching application: %s"
msgstr "Fel vid start av program: %s"
-#: ../gio/gwin32appinfo.c:336
+#: gio/gwin32appinfo.c:336
msgid "URIs not supported"
msgstr "URI:er stöds inte"
-#: ../gio/gwin32appinfo.c:358
+#: gio/gwin32appinfo.c:358
msgid "association changes not supported on win32"
msgstr "associeringsändringar stöds inte på win32"
-#: ../gio/gwin32appinfo.c:370
+#: gio/gwin32appinfo.c:370
msgid "Association creation not supported on win32"
msgstr "Associeringsskapanden stöds inte på win32"
#~ msgid "do not hide entries"
#~ msgstr "dölj inga poster"
+
#~ msgid "use a long listing format"
#~ msgstr "använd ett långt listningsformat"
+
#~ msgid "[FILE...]"
#~ msgstr "[FIL...]"
+
#~ 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 "
@@ -2086,32 +2043,46 @@ msgstr "Associeringsskapanden stöds inte på win32"
#~ "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 &."
+
#~ msgid "Character '%s' is not valid inside an entity name"
#~ msgstr "Tecknet \"%s\" är inte giltigt inuti ett entitetsnamn"
+
#~ msgid "Empty character reference; should include a digit such as dž"
#~ msgstr "Tom teckenreferens, mÃ¥ste innehÃ¥lla ett tal som exempelvis dž"
+
#~ msgid "Unfinished entity reference"
#~ msgstr "Oavslutad entitetsreferens"
+
#~ msgid "Unfinished character reference"
#~ msgstr "Oavslutad teckenreferens"
+
#~ msgid "Invalid UTF-8 encoded text - overlong sequence"
#~ msgstr "Ogiltigt UTF-8-kodad text - för lång sekvens"
+
#~ msgid "Invalid UTF-8 encoded text - not a start char"
#~ msgstr "Ogiltigt UTF-8-kodad text - inte ett starttecken"
+
#~ msgid "file"
#~ msgstr "fil"
+
#~ msgid "The file containing the icon"
#~ msgstr "Filen innehållandes ikonen"
+
#~ msgid "name"
#~ msgstr "namn"
+
#~ msgid "The name of the icon"
#~ msgstr "Namnet för ikonen"
+
#~ msgid "names"
#~ msgstr "namn"
+
#~ msgid "An array containing the icon names"
#~ msgstr "En kedja innehållandes ikonnamnen"
+
#~ msgid "use default fallbacks"
#~ msgstr "använd standardvärden att falla tillbaka på"
+
#~ msgid ""
#~ "Whether to use default fallbacks found by shortening the name at '-' "
#~ "characters. Ignores names after the first if multiple names are given."
@@ -2119,61 +2090,86 @@ msgstr "Associeringsskapanden stöds inte på win32"
#~ "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."
+
#~ msgid "File descriptor"
#~ msgstr "Filhandtag"
+
#~ msgid "The file descriptor to read from"
#~ msgstr "Filhandtaget att läsa från"
+
#~ msgid "Close file descriptor"
#~ msgstr "Stäng filhandtag"
+
#~ msgid "Whether to close the file descriptor when the stream is closed"
#~ msgstr "Huruvida filhandtaget ska stängas när strömmen stängs"
+
#~ msgid "The file descriptor to write to"
#~ msgstr "Filhandtaget att skriva till"
+
#~ msgid "cancelled"
#~ msgstr "avbröts"
+
#~ msgid "Error creating backup link: %s"
#~ msgstr "Fel vid skapande av länk till säkerhetskopia: %s"
+
#~ msgid "Can't load just created desktop file"
#~ msgstr "Kan inte läsa in nyligen skapad skrivbordsfil"
+
#~ msgid "Too large count value passed to g_input_stream_read_async"
#~ msgstr "För stort räknevärde skickat till g_input_stream_read_async"
+
#~ msgid "Too large count value passed to g_input_stream_skip"
#~ msgstr "För stort räknevärde skickat till g_input_stream_skip"
+
#~ msgid "Too large count value passed to g_input_stream_skip_async"
#~ msgstr "För stort räknevärde skickat till g_input_stream_skip_async"
+
#~ msgid "Target file already exists"
#~ msgstr "MÃ¥lfilen finns redan"
+
#~ msgid "Too large count value passed to g_output_stream_write"
#~ msgstr "För stort räknevärde skickat till g_output_stream_write"
+
#~ msgid "Too large count value passed to g_output_stream_write_async"
#~ msgstr "För stort räknevärde skickat till g_output_stream_write_async"
+
#~ msgid "Could not change file mode: fork() failed: %s"
#~ msgstr "Kunde inte byta filläge: fork() misslyckades: %s"
+
#~ msgid "Could not change file mode: 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 (ê for example) - perhaps the digit is too large"
#~ msgstr ""
#~ "Misslyckades med att tolka \"%s\", som skulle ha varit ett tal inuti en "
#~ "teckenreferens (ê 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 f3e083f..6115e9a 100644
--- a/po/ta.po
+++ b/po/ta.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.master.ta\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-17 15:47+0530\n"
"Last-Translator: \n"
"Language-Team: <en li org>\n"
@@ -102,69 +102,69 @@ msgstr "'%s' ப�யரில�ள�ள பயன�பா�� '%s'��
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "exec வரி '%s' � ய��ர�� (URI) '%s' ��ன� விரிவா����தல� த�ல�விய�ற�றத�"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "வரிய�ர� வ�� `%s' �லிர�ந�த� `%s' ���� மாற�ற�வதற��� �தரவளிப�ப� �ி��யாத�"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' லிர�ந�த� '%s'���� மாற�றிய� திற��� ம��ியவில�ல�"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "நில� மாற�றியின� �ள�ள������� தவறான ப��� வரி��ம�ற�"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "மாற�ற�ம� ப�த� பிழ�: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "�ள�ள��ின� ம��ிவில� ப�ர�த�தியா�ாத வரிய�ர� வரி��ம�ற�"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "பின�ன��ப�ப� '%s', '%s' ��றி�� �ணமிற��� மாற�ற ம��ியவில�ல�"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' \"��ப�ப�\"தி���த�த� பயன�ப��த�த�ம� ம�ழ�ம�யான URI �ல�ல"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "�ள�ளம��� ��ப�ப� வல� ம��வரி `%s' �ல� �ர� `#' �ல�லாமல� �ர����லாம�"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "`%s' ��ல�ல�ப�ியா�ாத வல� ம��வரி"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "`%s' வல� ம��வரியின� விர�ந�த�ம�ப�ப�-ப�யர� ��ல�ல�ப�ியா�ாதத�"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "வல� ம��வரி `%s' �ல� ��ல�ல�ப�ியா�ாத 'வி��ப��' வரிய�ர��ள�"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "'%s' பாத�ப�-ப�யர� �ர� தனிப� பாத� �ல�ல"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "பிழ�யான விர�ந�த�ம�ப�ப�-ப�யர�"
@@ -173,119 +173,134 @@ msgstr "பிழ�யான விர�ந�த�ம�ப�ப�-ப�
msgid "Error opening directory '%s': %s"
msgstr "'%s' ���வ� திற����ம�ப�த� பிழ�: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "%lu ப������ள� \"%s\" ��ப�ப� வா�ிப�பதற��� �த����ிவ���� ம��ியவில�ல�"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "'%s' ��ப�ப� வா�ி����ம� ப�த� பிழ�: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "��ப�ப� \"%s\" மி�ப�ப�ரியத�"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "'%s' ��ப�பிலிர�ந�த� வா�ி��� ம��ியவில�ல�: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "'%s' ��ப�ப� திற��� ம��ியவில�ல�: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "'%s' ��ப�பின� பண�ப��ள� ப�றம��ியவில�ல�: fstat() ��யலிழந�தத�: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "'%s' ��ப�ப� திற��� ம��ியவில�ல�: fdopen() ��யலிழந�தத�: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "'%s'��ப�பின� '%s'���� மற�ப�யரி� ம��ியவில�ல�: g_rename() ��யலிழந�தத�: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "'%s' ��ப�ப� ப����� ம��ியவில�ல�: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "'%s' ��ப�பின� திற��� ம��ியவில�ல�: fdopen() ��யலிழந�தத�: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "'%s' ��ப�பின� �ழ�த ம��ியவில�ல�: fwrite() ��யலிழந�தத�: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "��ப�ப� '%s' �ழ�த ம��ியவில�ல�: fflush() ��யலிழந�தத�: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "��ப�ப� '%s' �ழ�த ம��ியவில�ல�: fsync() ��யலிழந�தத�: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "'%s'��ப�பின� ம�� ம��ியவில�ல�: fclose() ��யலிழந�தத�: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "�ர�����ம� ��ப�ப� '%s' � ந���� ம��ியாத�: g_unlink() ��யலிழந�தத�: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "'%s' ப�ிம ����� ��ல�ல�ப�ியா�ாதத�; �தனில� '%s' �ர������ ���ாத�"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "'%s' ப�ிம ����ில� XXXXXX �ல�ல�"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "'%s' �ன�பதன�-��ற����ம� �ண�ப�ப� வா�ி��� ம��ியவில�ல�: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "�ன�பதன�-��ற����ம� �ண�ப�ப��ள����� �தரவ� �ி��யாத�"
@@ -545,7 +560,7 @@ msgstr "பின�ந����ி �ராய�ம� �ல�ல� �
msgid "the pattern contains items not supported for partial matching"
msgstr "த�ரணி �ள�ள�������ள� ப��தி ப�ர�த�தத�த����� �தரவ� தராத �ர�ப�ப�ி�ளா� �ள�ளன"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "�ள�ளம� தவற�"
@@ -1131,17 +1146,17 @@ msgstr "மதிப�ப� '%s' ப�லியனா� ��யல�ப
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "%s���� மி�ப�ப�ரிய �ண�ணி���� மதிப�ப� ��ல�த�தப�ப���த�"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "ஸ���ர�ம� �ற��னவ� ம��ப�ப���த�"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "��யல�பா�� ரத�த� ��ய�யப�ப���த�"
@@ -1164,34 +1179,34 @@ msgstr "%s வ��"
msgid "Unexpected early end-of-stream"
msgstr "�திர�ப�பார����ப�ப�ாத ம��ிவ� ஸ���ர�ம�"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "ப�யரில�லாதத�"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "பணிம��� ��ப�ப� Exec ப�லம� ��றிப�பி�ப�ப�வில�ல�"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "விண�ணப�பத�திற��� த�வ�ப�ப��ம� ம�ன�யத�த� �ண���பி�ி��� �யலவில�ல�"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "பயனர� விண�ணப�ப ����ம�ப�ப� ��ப�ப�ற� %s� �ர�வா��� �யலவில�ல�: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "பயனர� MIME ����ம�ப�ப� ��ப�ப�ற� %s �ர�வா��� �யலவில�ல�: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "பயனர� ��ஸ����ாப� ��ப�ப� %s �ர�வா��� ம��ியாத�"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "%s���� தனிபயன� விள���ம�"
@@ -1243,13 +1258,13 @@ msgstr "தவறான �����ன� �ண�ணி���� (%d) G
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "GEmblemedIcon ���ா� �ர� GEmblem �திர�பார����ப�ப���ிறத�"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "��யல�பா���ிற��� �தரவ� �ி��யாத�"
@@ -1262,49 +1277,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "��ண���ள�ள மவ�ண��� �ல�ல�"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "���வ����� ம�லா� ந�ல������ ம��ியாத�"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "���வ����� ம�லா� ���வின� ந�ல������ ம��ியாத�"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "�ல���� ��ப�ப� வ�ளிய�ற�றப�ப���த�"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "���வ� ம�ண���ம� ந�ல������ ம��ியவில�ல�"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "�ிறப�ப� ��ப�ப� ந�ல������ ம��ியவில�ல�"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "தவறான symlink மதிப�ப� �������ப�ப����ள�ளத�"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "��ப�ப� �தரவ� �ி��யாத�"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "'%c' ��ப�பின� ப�யர��ள� ப�ற�றிர����வில�ல�"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "த���தி மவ�ண��� ��யல�ப��த�தவில�ல�"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "�ந�த ��ப�ப��� ��யாள �ந�த பதிவ� ��ய�யப�ப��� விண�ணப�பம�ம� �ல�ல�"
@@ -1393,7 +1408,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "ஸ���ர�ம� �ிறந�த ��யல�பா���� ��ண���ள�ளத�"
@@ -1406,114 +1421,119 @@ msgstr "�ா������ ம��வரி���� ப�திய
msgid "Unsupported socket address"
msgstr "த�ண�ப�ரியாத �ா������ ம��வரி"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "ம�ன�னிர�ப�ப� �ள�ளம� ���வ� மானி���ர� வ��ய� த�� ம��ியவில�ல�"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "��ல�ல�ப�ியா�ாத ��ப�ப� ப�யர� %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "��ப�ப� ம�ற�ம� த�வல� ப�ற�ம� ப�த� பிழ�: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "ர��� ���வ� மற�ப�யரி� ம��ியவில�ல�"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "��ப�ப� மற�ப�யரி��ம� ப�த� பிழ�: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "��ப�ப� மற�ப�யரி� ம��ியவில�ல�, ��ப�ப�ப�யர� �ற��னவ� வ�ளிய�ற�றப�ப���த�"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "தவறான ��ப�ப� ப�யர�"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "��ப�ப� திற����ம� ப�த� பிழ�: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "���வ� திற��� �யலவில�ல�"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "��ப�ப� ந�����ம� ப�த� பிழ�: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "��ப�பின� ��ப�ப����� �ன�ப�ப�ம� ப�த� பிழ�: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "��ப�ப� ���வ� %s� �ர�வா��� ம��ியவில�ல�: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "��ப�ப����� ம�ல� நில� ���வ� த�� ம��ியவில�ல�"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "��ப�ப� ���வ� த�� �ல�லத� �ர�வா��� ம��ியவில�ல�"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "��ப�ப� த�வல� ��ப�பின� �ர�வா��� ம��ியவில�ல�: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "��ப�ப� �ழ���� ம��ியவில�ல�: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "���வ� �ர�வா����ம�ப�த� பிழ�: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "'%s' �ன�பதன�-��ற����ம� �ண�ப�ப� வா�ி��� ம��ியவில�ல�: %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "��றிப�ப����ின� �ண�ப�ப� �ற�ப��த�த�வத�ல� பிழ�: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "பிழ� ந�ர�த�த�ம� ��ப�ப�: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "���வில� ���வ� ந�ர�த�த ம��ியவில�ல�"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "பின���மிப�ப� ��ப�ப� �ர�வா��� ம��ியவில�ல�"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "பிழ� ந�����ம� �ல���� ��ப�ப� : %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "மவ�ண��ிற��ி��ய� ந�ர�த�த ம��ியவில�ல�"
@@ -1534,102 +1554,102 @@ msgstr "பண�ப� ப�யர� �ள�ள� �வணம� தி
msgid "Error setting extended attribute '%s': %s"
msgstr "விரிவான �ளவ�ர�'%s' �ம�ப�பதில� பிழ�: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' ��ப�ப� த�வ����வதில� பிழ� : %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (தவறான ��றிம�ற�)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "��ப�ப� விவரிப�பவர� த�வ����வதில� பிழ�: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "தவறான �ளவ�ர� வ�� (uint32 �திர�ப�பார����ப�ப���த�)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "தவறான �ளவ�ர� வ�� (uint64 �திர�பார����ப�ப���த�)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "தவறான �ளவ�ர� வ�� (ப��� �ரம� �திர�பார����ப�ப���த�)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "symlinks���� �ன�மதி�ள� �ம���� ம��ியவில�ல�"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "பிழ� �ம�ப�பதில� �ன�மதி: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "மாற�ற�ம� ப�த� பிழ�: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "symlink ப����ியமா� �ர���������ாத�"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "symlink: %s �� �ம�ப�பதில� பிழ�"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "symlink �ம�ப�பதில� பிழ�: ��ப�ப� �ர� symlink�� �ல�ல�"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "மாற�றத�த� �ம�����ம� ப�த� �ல�லத� �ண��ல� ந�ரத�தில� பிழ�: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux ��ழல� ப����ியமா� �ர���������ாத�"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "SELinux ��ழல� �ம�ப�பதில� பிழ�: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux �ந�த �ணினியில� ��யல�ப��த�தப�ப�வில�ல�"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "�ளவ�ர� %s � �ம�ப�பதில� �தரவ� �ி��யாத�"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "��ப�பிலிர�ந�த� வா�ி����ம� ப�த� பிழ�: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "��ப�ப� பார�����ம� ப�த� பிழ�: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "��ப�ப� ம��ி����ம� ப�த� பிழ�: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "ம�ன�னிர�ப�ப� �ள�ளம� ��ப�ப� மானி���ர� வ��ய� த�� ம��ியவில�ல�"
@@ -1710,49 +1730,54 @@ msgstr "நின�வ� வ�ளிப�பா�� ஸ���ர�ம
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "mount unmount� ��யல�ப��த�தவில�ல�"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "mount வ�ளிய�ற�றத�த� ��யல�ப��த�தவில�ல�"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "mount unmount �ல�லத� unmount_with_operation� ��யல�ப��த�தவில�ல�"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "mount eject_with_operation �ல�லத� வ�ளிய�ற�றத�த� ��யல�ப��த�தவில�ல�"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+msgid "mount doesn't implement \"remount\""
msgstr "mount remount � ��யல�ப��த�தவில�ல�"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:797
+#: gio/gmount.c:828
msgid "mount doesn't implement content type guessing"
msgstr "mount �ள�ள���� வ��ய� ��யல�ப��த�தவில�ல�"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "mount �ர����ிண�த�தல� �ள�ள���� வ��ய� ��யல�ப��த�தவில�ல�"
@@ -1761,11 +1786,11 @@ msgstr "mount �ர����ிண�த�தல� �ள�ள���
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "ப�ரவலன� ப�யர� '%s' '[' but not ']'� ��ண���ள�ளத�"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "வ�ளிப�பா�� ஸ���ர�ம� �ழ�த�தல� ��யல�ப��த�தவில�ல�"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "ம�ல ஸ���ர�ம� �ற��னவ� ம��ப�ப���த�"
@@ -1897,7 +1922,7 @@ msgstr "��ய�தி �ன�ப�ப�ம� ப�த� பிழ�
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage windows�ல� த�ண�ப�ரிவதில�ல�"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "��ய�தி ப�ற�ம� ப�த� பிழ�: %s"
diff --git a/po/te.po b/po/te.po
index 76236d0..da9837e 100644
--- a/po/te.po
+++ b/po/te.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.master.te\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-17 14:15+0530\n"
"Last-Translator: Krishna Babu K <kkrothap redhat com>\n"
"Language-Team: Telugu <en li org>\n"
@@ -96,69 +96,69 @@ msgstr "���వ��ి �న�వర�తనమ� '%s' నామమ
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "exec వర�స '%s'న� URI '%s'త� ప�డి�ి������ విఫలమ��ది"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "���షరమాలల� �ల '%s' న��డి '%s' �� పరివర�తి��డాని�ి సహ�రి��ద�"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s' న��డి '%s' �� పరివర�తి��డ� సాధ�య� �ాద� "
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "���బడి బ��� ��రమ�న� పరివర�తి���� నిస�సారమ��న�"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "పరివర�తన� న�ద� ద�ష� �లద�: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "�ివరి ���బడి న�ద� పా��షి�మ��ా ���షర ��రమమ� �లద�."
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "ఫాల� బ�యా�� '%s' న� '%s'"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "\"దస�త�ర�\" య��నన� �పయ��ి��ిన య��ర�� '%s' స�ప�ర�ణమ�న య��ర�� �ాద�"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "స�థాని� య��ర�� '%s' '#' న� �ల�ప���నియ�డల�ద� "
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr " '%s' య��ర�� నిస�సారమ�"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "�తిథ�య నామ� య���� య��ర�� '%s' నిస�సారమ�"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "య��ర�� '%s' నిస�సారమ�న �స���ప� ���షరాల� �లి�ియ�న�నాయి."
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr " '%s' త�ర�వ నామ� సరి�నది �ాద�."
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "నిస�సారమ�న �తిథ�య నామమ�"
@@ -167,119 +167,134 @@ msgstr "నిస�సారమ�న �తిథ�య నామమ�"
msgid "Error opening directory '%s': %s"
msgstr " వివరణ త�ర���ల� ద�ష� '%s': %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "%lu బ���లని దస�త�ర� \"%s\" �ద�వ���� �వ�వల�మ�"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "దస�త�ర� '%s': %s �ద�వ��ల� ద�ష�"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "దస�త�రమ� \"%s\" �ాలా ప�ద�దది"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr " దస�త�ర� '%s': %s న��డి �ద�వ��ల� విఫలమ�నార�"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr " దస�త�ర� '%s': %s త�ర����ల� విఫలమ�నార�"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "దస�త�ర �పాదనల� విఫలమ��న� '%s': �ఫ� స��ా��() విఫలమ�నది: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "దస�త�ర� '%s' త�ర����ల� విఫలమ�నార�: �ఫ� డి�పన�() విఫలమ�నది: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "దస�త�రమ�న� '%s'న��డి '%s'�� ప�న�నామ�రణ ��య��ల� విఫలమ��ది: g_rename() విఫలమ��ది: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr " '%s' దస�త�రమ�న� స�ష��ి����ల� విఫలమయినావ�. :%s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "దస�త�రమ� '%s'న� వ�రాయ����ర�� త�ర����ల� విఫలమ��ది: fdopen() విఫలమ��ది:%s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "దస�త�రమ� '%s'�� వ�రాయ�ల� విఫలమ��ది: fwrite() విఫలమ��ది:%s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "దస�త�రమ� '%s'�� వ�రాయ���� విఫలమ��ది: fflush() విఫలమ��ది: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "దస�త�రమ� '%s'�� వ�రాయ�ల� విఫలమ��ది: fsync() విఫలమ��ది:%s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "దస�త�రమ� '%s'న� మ�య��ల� విఫలమ��ది: fclose() విఫలమ��ది: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "�న�న దస�త�రమ� '%s' త�ల�ి��బడ ల��ప�యి�ది: g_unlink() విఫలమ��ది: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr " '%s' మాదిరి, '%s' �లి�ియ��డల�ద�. "
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "మాదిరి '%s' XXXXXX �లి�ిల�ద�"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr " '%s' �ిహ�న ప�రిత��డి �ద�వ��ల� విఫలమయినావ� : %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "�ిహ�న ప�రిత��డి సహ�రి��ల�ద�. "
@@ -527,7 +542,7 @@ msgstr "à°¬à±?యాà°?à±?â??à°?à±?à°°à°¾à°?à°¿à°?à°?à±? పరిమితి
msgid "the pattern contains items not supported for partial matching"
msgstr "పా��షి� సరి��డి�ి మద�దత�యని ��శమ�లన� మాదిరి �లి�ివ��ది"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "��తర��త ద�షమ�"
@@ -1107,17 +1122,17 @@ msgstr "%s' విల�వన� బ�లియన� �ా �ద�వ�
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "�ాలప�ద�ద ల����ి�ప� విల�వ %s�� ప�పబడి�ది"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "స���ర�మ� యిప�ప�ి�� మ�యబడి�ది"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "�పర�షన� రద�ద�నది"
@@ -1140,34 +1155,34 @@ msgstr "%s ర�మ�"
msgid "Unexpected early end-of-stream"
msgstr "స���ర�మ� య���� �న���ని త�వరిత మ��ి�ప�"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "నామమ�ల�ని"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "డ�స����ాప� దస�త�రమ� Exec ��ష�త�రమ�న� త�ల�పల�ద�"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "à°?à°¨à±?వరà±?తనà°?à°?à±? à°?ావలిసిన â??à°?à±?à°°à±?మినలà±?â??à°¨à±? à°?à°¨à±?à°?à±?నలà±?à°? à°ªà±?యిà°?ది"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "వినియ��దారి �న�వర�తన ���త��రణ స��య� %sన� స�ష��ి��ల��ప�యి�ది: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "వినియ��దారి MIME ���త��రణ స��య� %sన� స�ష��ి��ల��ప�యి�ది: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "వినియ��దారి డ�స����ాప� దస�త�రమ�న� స�ష��ి��ల��ప�యి�ది %s"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "%s ��ర�� మలి�ిన నిర�వ�నమ�"
@@ -1219,13 +1234,13 @@ msgstr "GEmblemedIcon à°?à°¨à±?à°?à±?à°¡à°¿à°?à°?à±?â??à°¨à°?à°¦à±? à°?à±?à°?à±?
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "GEmblemedIcon ��ర�� GEmblem �ావలసివ��ది"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "�పర�షన� మద�దత�యబడల�ద�"
@@ -1238,49 +1253,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "వినియ��దారి�ి ద������రమ�� మ���� ల�ద�"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "డ�ర����ర�న�ద� న�ల� త�యల�ద�"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "డ�ర����ర�ని డ�ర����ర��ి న�ల� త�యల�మ�"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "ల��ష�యప� దస�త�రమ� వ��ది"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "డ�ర����ర�ని ప�నరావ�తమ��ా న�ల�త�యల�ద�"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "ప�రత�య�� దస�త�రమ�న� న�ల�త�యల�ద�"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "à°?à±?à°²à±?లని సిమà±?â??లిà°?à°?à±? విలà±?à°µ యివà±?వబడినది"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "��రాష� మద�దత�యల�ద�"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "దస�త�రమ� నామమ�ల� '%c'ని �లి�ిల�వ�"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "వాలà±?à°¯à±?à°®à±? à°®à±?à°?à°?à±?â??à°¨à±? à°?à±?యలà±?à°?à°ªà±?యిà°?ది"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "� దస�త�రమ� స�బాలి���త�న�న��ల� య���వ��ి �న�వర�తనమ� నమ�ద��ాల�ద�"
@@ -1369,7 +1384,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "à°? à°¸à±?à°?à±?à°°à±?à°®à±? యిపà±?à°ªà°?à°¿à°?à±? à°µà±?à°? à°?పరà±?à°·à°¨à±?â??à°¨à±? à°?లిà°?à°¿à°µà±?à°?ది"
@@ -1382,114 +1397,119 @@ msgstr "సా���� �ిర�నామా ��ర�� సరిప
msgid "Unsupported socket address"
msgstr "మద�దత�యని సా���� �ిర�నామా"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "�ప�రమ�య స�థాని� మాని�ర� ర�మ�న� �న���నల�� ప�యి�ది"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "��ల�లని దస�త�రనామమ� %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "దస�త�రవ�యవస�థ సమా�ార�న� �న���న��ల� ద�షమ� : %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "ర��� డ�ర����ర�ని ప�న�నామ�రణ ��యల�మ�"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "దస�త�రమ�న� ప�న�నామ�రణ ��య��ల� ద�షమ�: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "దస�త�రమ�న� ప�న�నామ�రణ ��యల�మ�, దస�త�రనామమ� యిప�ప�ి�� వ��ది"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "��ల�లని దస�త�రనామమ�"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "దస�త�రమ�న� త�ర����ల� ద�షమ� : %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "డ�ర����ర�ని త�ర�వల�మ�"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "దస�త�రమ�న� త�ల�ి����ల� ద�షమ�: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "దస�త�రమ�న� ��రాష� ��య��ల� ద�షమ� : %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "��రాష� డ�ర����ర�(dir)న� స�ష��ి��ల�� ప�యి�ది %s: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "��రాష� ��ర�� ప�స�థాయి డ�ర����ర�ని �న���నల�� ప�యి�ది"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "��రాష� డ�ర�����ని �న���నల�� ప�యి�ది ల�దా స�ష��ి��ల�� ప�యి�ది"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "��రాషి��� సమా�ారప� దస�త�రమ�న� స�ష��ి��ల�� ప�యి�ది: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "దస�త�రమ�న� ��రాష� ��యల�� ప�యి�ది: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "డ�ర����ర�ని స�ష��ి����ల� ద�షమ�: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr " '%s' �ిహ�న ప�రిత��డి �ద�వ��ల� విఫలమయినావ� : %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "�ిహ�నర�ప లి���న� ��య��ల� ద�షమ�: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "దస�త�రమ�న� �ద�ప��ల� ద�షమ�: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "డ�ర����ర�ని డ�ర����ర��ి �ద�పల�మ�"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "బ�యా�ప� దస�త�రమ� స�ష����రణ విఫలమ��ది"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "�ార����� దస�త�రమ�న� త�ల�ి����ల� ద�షమ�: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "à°®à±?à°?à°?à±?à°¸à±?â?? మధà±?à°¯ à°?దలిà°? మదà±?దతà±?యబడదà±?"
@@ -1510,102 +1530,102 @@ msgstr "ప�డి�ి��ిన యా��రిబ�య��� �
msgid "Error setting extended attribute '%s': %s"
msgstr "ప�డి�ి��ిన యా��రిబ�య��� �మర����ల� ద�షమ� '%s': %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "దసà±?à°¤à±?à°°à°®à±? '%s'à°¨à±? à°ªà±?రారà°?à°à°¿à°?à°?à±?à°?à°²à±? à°¦à±?à°·à°®à±?: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (��ల�లని య�న���డి���)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "దస�త�రమ� వివరణిని ప�రతిపాది����ల� ద�షమ�: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "��ల�లని యా��రిబ�య��� ర�మ� (uint32 �న���బడినది)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "��ల�లని యా��రిబ�య��� ర�మ� (uint64 �న���బడినది)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "��ల�లని యా��రిబ�య��� ర�మ� (బ��� స���రి��� �న���బడినది)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "సిమà±?â??లిà°?à°?à±?à°² à°¨à°?à°¦à±? à°?à°¨à±?మతà±?లనà±? à°?మరà±?à°?à°²à±?à°¦à±?"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "�న�మత�లన� �మర����ల� ద�షమ�: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "య�మానిని �మర����ల� ద�షమ�: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "సిమà±?â??లిà°?à°?à±? తపà±?à°ªà°? NULL-à°?à°¾à°?à±?à°¡à°¦à±?"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "సిà°?à°®à±?â??లిà°?à°?à±? à°?మరà±?à°?à±?à°?à°²à±? à°¦à±?à°·à°®à±?: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "సిà°?à°®à±?â??లిà°?à°?à±? à°?మరà±?à°?à±?à°?à°²à±? à°¦à±?à°·à°®à±?: దసà±?à°¤à±?à°°à°®à±? సిమà±?â??లిà°?à°?à±? à°?ాదà±?"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "సవరణ ల�దా యా��స�స� సమయ� �మర����ల� ద�షమ�: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux à°¸à°?దరà±?à°à°? తపà±?à°ªà°? NULL-à°?à°¾à°?à±?à°¡à°¦à±?"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "SELinux à°¸à°?దరà±?à°à°? à°?మరà±?à°?à±?à°?à°²à±? à°¦à±?à°·à°®à±?: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux à°? సిసà±?à°?à°®à±?â??à°ªà±?à°¨ à°?à±?తనపరà°? బడిలà±?à°¦à±?"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "యా��రిబ�య��� %sన� �మర���� మద�దత�య��ల�ద�"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "దస�త�రమ� న��డి �ద�వ��ల� ద�షమ�: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "దస�త�రమ��� ��డ��ల� ద�షమ�: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "దస�త�రమ� మ�య��ల� ద�షమ�: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "�ప�రమ�య స�థాని� దస�త�రప� మాని�ర� ర�మ�న� �న���నల�� ప�యి�ది"
@@ -1686,49 +1706,54 @@ msgstr "à°®à±?à°®à±?à°°à±? à°?à°µà±?à°?à±?â??à°ªà±?à°?à±? à°¸à±?à°?à±?à°°à±?à°®
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "à°®à±?à°?à°?à±? à°?à°¨à±?â??à°®à±?à°?à°?à±?â??à°¨à±? à°?à°à°¿à°µà±?à°¦à±?దిà°?à±?à°¯à±?à°? à°²à±?à°¦à±?"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "à°®à±?à°?à°?à±? నిషà±?à°?à±?రమణనà±? à°?à°à°¿à°µà±?à°¦à±?ది à°?à±?à°¯à±?à°?à°²à±?à°¦à±?"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "à°?à°¨à±?â??à°®à±?à°?à°?à±? à°²à±?దా à°?పరà±?à°·à°¨à±?_à°¤à±?_à°?à°¨à±?â??à°®à±?à°?à°?à±?â??à°¨à±? à°®à±?à°?à°?à±? à°?à°à°¿à°µà±?à°¦à±?ది పరà°?à°²à±?à°¦à±?"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "à°®à±?à°?à°?à±? బయà°?à°?à±?à°ªà°?à°ªà±? à°²à±?దా à°?పరà±?à°·à°¨à±?â??à°¤à±?_బయà°?à°?à±?_à°ªà°?à°ªà±?à°¨à±? à°?à°à°¿à°µà±?à°¦à±?దిపరà°?à±?à°?à°²à±?à°¦à±?"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "à°?à°?à°?ాల సారమà±? à°°à°?à°? à°?హిà°?à°ªà±?à°¨à±? à°®à±?à°?à°?à±? à°?à°à°¿à°µà±?à°¦à±?ది à°?à±?à°¯à±?à°?à°²à±?à°¦à±?"
@@ -1737,11 +1762,11 @@ msgstr "���ాల సారమ� ర�� �హి�ప�న� మ
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "హ�స���నామమ� '%s' �లి�ివ��ది '[' but not ']'"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "à°?à°µà±?à°?à±?â??à°ªà±?à°?à±? à°¸à±?à°?à±?à°°à±?à°®à±? à°µà±?రాయà±?à°?à°¨à±? à°?à°à°¿à°µà±?à°¦à±?దిà°?à±?à°¯à±?à°?à°²à±?à°¦à±?"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "మ�ల స���ర�మ� యిప�ప�ి�� మ�యబడివ��ది"
@@ -1873,7 +1898,7 @@ msgstr "స�ద�శమ�న� ప�ప��ల� ద�షమ�: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "వి�డ�స� న�ద� GSocketControlMessage మద�దత�యద�"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "స�ద�శమ�న� స�వ��రి����ల� ద�షమ�: %s"
diff --git a/po/th.po b/po/th.po
index 1bebb7e..fe4ceae 100644
--- a/po/th.po
+++ b/po/th.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.14.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-15 14:29+0700\n"
"Last-Translator: Theppitak Karoonboonyanan <thep linux thai net>\n"
"Language-Team: Thai <thai-l10n googlegroups com>\n"
@@ -87,69 +87,69 @@ msgstr "à¹?มà¹?มีà¹?à¸?รà¹?à¸?รมà¸?ระยุà¸?à¸?à¹?à¸?ืà¹?à¸
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "�ระ�าย�รร�ั��ำสั�� '%s' ��วย URI '%s' �ม�สำ�ร��"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "à¹?มà¹?รà¸à¸?รัà¸?à¸?ารà¹?à¸?ลà¸?รหัสà¸à¸±à¸?à¸?ระà¸?าà¸? '%s' à¹?à¸?à¹?à¸?à¹?à¸? '%s'"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "à¹?มà¹?สามารà¸?à¹?à¸?ิà¸?à¸?ัวà¹?à¸?ลà¸?รหัสà¸à¸±à¸?à¸?ระà¸?าà¸? '%s' à¹?à¸?à¹?à¸?à¹?à¸? '%s' à¹?à¸?à¹?"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "มีลำà¸?ัà¸?à¹?à¸?à¸?à¹?à¸?ีà¹?à¹?มà¹?à¸?ูà¸?à¸?à¹?à¸à¸?à¹?à¸?à¸?à¹?à¸à¸¡à¸¹à¸¥à¸?ีà¹?à¸?à¹?à¸à¸?à¹?หà¹?à¸?ัวà¹?à¸?ลà¸?รหัส"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "à¹?à¸?ิà¸?à¸?à¹?à¸à¸?ิà¸?à¸?ลาà¸?ระหวà¹?าà¸?à¹?à¸?ลà¸?รหัส: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "มีลำà¸?ัà¸?à¹?à¸?à¸?à¹?à¹?มà¹?à¹?à¸?à¹?มà¸à¸±à¸?à¸?ระà¸à¸¢à¸¹à¹?à¸?ีà¹?à¸?à¹?ายà¸?à¹?à¸à¸¡à¸¹à¸¥à¹?à¸?à¹?า"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "à¹?มà¹?สามารà¸?à¹?à¸?ลà¸?สà¸?ริà¸?à¸?à¹?à¸à¸¡à¹?สริม '%s' à¹?หà¹?à¹?à¸?à¹?à¸?รหัส '%s' à¹?à¸?à¹?"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s' �ม���� URI สัม�ูร���ี���� scheme \"file\""
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "URI à¸?à¸à¸?à¹?à¸?à¹?มà¸?à¹?à¸à¸?à¸?ิà¹?à¸? '%s' à¸?à¹?à¸à¸?à¹?มà¹?มี '#'"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' ����ม����"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "à¸?ืà¹?à¸à¹?ฮสà¸?à¹?à¸?à¸à¸? URI '%s' à¹?à¸?à¹?à¹?มà¹?à¹?à¸?à¹?"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' มีà¸à¸±à¸?à¸?ระหลีà¸?à¸?ีà¹?à¹?มà¹?à¸?ูà¸?à¸?à¹?à¸à¸?"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "à¸?ืà¹?à¸à¸?าà¸? '%s' à¹?มà¹?à¹?à¸?à¹?à¸?าà¸?à¹?à¸?à¹?ม"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "à¸?ืà¹?à¸à¹?ฮสà¸?à¹?à¸?ิà¸?รูà¸?à¹?à¸?à¸?"
@@ -158,118 +158,133 @@ msgstr "à¸?ืà¹?à¸à¹?ฮสà¸?à¹?à¸?ิà¸?รูà¸?à¹?à¸?à¸?"
msgid "Error opening directory '%s': %s"
msgstr "à¹?à¸?ิà¸?à¸?à¹?à¸à¸?ิà¸?à¸?ลาà¸?à¸?à¸?ะà¹?à¸?ิà¸?à¹?à¸?à¹?รà¸?à¸?à¸à¸£à¸µ '%s': %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "à¹?มà¹?สามารà¸?à¸?à¸à¸?หà¸?à¹?วยà¸?วามà¸?ำ %lu à¹?à¸?à¸?à¹?à¹?à¸?ืà¹?à¸à¸à¹?าà¸?à¹?à¸?à¹?ม \"%s\" à¹?à¸?à¹?"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "à¹?à¸?ิà¸?à¸?à¹?à¸à¸?ิà¸?à¸?ลาà¸?à¸?à¸?ะà¸à¹?าà¸?à¹?à¸?à¹?ม '%s': %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "���ม \"%s\" �ห����ิ���"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "à¸à¹?าà¸?à¸?à¹?à¸à¸¡à¸¹à¸¥à¸?าà¸?à¹?à¸?à¹?ม '%s' à¹?มà¹?สำà¹?รà¹?à¸?: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "��ิ����ม '%s' �ม�สำ�ร��: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "à¸à¹?าà¸?à¹?à¸à¸?à¸?ริà¸?ิวà¸?à¹?à¸?à¸à¸?à¹?à¸?à¹?ม '%s' à¹?มà¹?สำà¹?รà¹?à¸?: fstat() ลà¹?มà¹?หลว: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "��ิ����ม '%s' �ม�สำ�ร��: fdopen() ล�ม�หลว: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "à¹?à¸?ลีà¹?ยà¸?à¸?ืà¹?à¸à¹?à¸?à¹?ม '%s' à¹?à¸?à¹?à¸?à¹?à¸? '%s' à¹?มà¹?สำà¹?รà¹?à¸?: g_rename() ลà¹?มà¹?หลว: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "สร�า����ม '%s' �ม�สำ�ร��: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "à¹?à¸?ิà¸?à¹?à¸?à¹?ม '%s' à¹?à¸?ืà¹?à¸à¹?à¸?ียà¸?à¹?มà¹?สำà¹?รà¹?à¸?: fdopen() ลà¹?มà¹?หลว: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "��ีย����ม '%s' �ม�สำ�ร��: fwrite() ล�ม�หลว: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "��ีย����ม '%s' �ม�สำ�ร��: fflush() ล�ม�หลว: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "��ีย����ม '%s' �ม�สำ�ร��: fsync() ล�ม�หลว: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "�ิ����ม '%s' �ม�สำ�ร��: fclose() ล�ม�หลว: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "à¹?มà¹?สามารà¸?ลà¸?à¹?à¸?à¹?ม '%s' à¸?ีà¹?มีà¸à¸¢à¸¹à¹?à¹?à¸?à¹?: g_unlink() ลà¹?มà¹?หลว: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "�ม���� '%s' ����ม���� �ม��วรมี '%s'"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "�ม���� '%s' �ม�มี XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u ����"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "à¸à¹?าà¸?ลิà¸?à¸?à¹?สัà¸?ลัà¸?ษà¸?à¹? '%s' à¹?มà¹?สำà¹?รà¹?à¸?: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "à¹?มà¹?รà¸à¸?รัà¸?ลิà¸?à¸?à¹?สัà¸?ลัà¸?ษà¸?à¹?"
@@ -511,7 +526,7 @@ msgstr "à¹?à¸?ิà¸?à¸?à¸à¸?à¹?à¸?à¸?à¸?ารà¸?à¸à¸¢à¸?ืà¸?"
msgid "the pattern contains items not supported for partial matching"
msgstr "à¹?à¸?à¸?à¹?à¸?ิรà¹?à¸?มีรายà¸?ารà¸?ีà¹?à¹?มà¹?รà¸à¸?รัà¸?à¹?à¸?à¸?ารà¸?ัà¸?à¸?ูà¹?à¸?ีละสà¹?วà¸?"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "à¸?à¹?à¸à¸?ิà¸?à¸?ลาà¸?ภายà¹?à¸?"
@@ -1090,17 +1105,17 @@ msgstr "��า '%s' �ม�สามาร��ี�วาม����
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "มี�ารส����า count �ี�สู���ิ���มา�ห� %s"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "ส�รีม�ู��ิ����ล�ว"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "�าร�ระ�ำ�ู�ย��ลิ�"
@@ -1123,34 +1138,34 @@ msgstr "��ิ� %s"
msgid "Unexpected early end-of-stream"
msgstr "à¸?à¸?à¸?ุà¸?à¸?à¸?สà¸?รีมà¸?à¹?à¸à¸?à¸?ำหà¸?à¸?"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "à¹?มà¹?มีà¸?ืà¹?à¸"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "à¹?à¸?à¹?มà¹?à¸?สà¸?à¹?à¸?à¹?à¸à¸?à¹?มà¹?à¹?à¸?à¹?ระà¸?ุà¹?à¸?à¸?à¸?à¹?à¸à¸¡à¸¹à¸¥ Exec"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "หาà¹?à¸?à¸à¸£à¹?มิà¸?ัลà¸?ึà¹?à¸?à¸?à¹?à¸à¸?à¹?à¸?à¹?à¹?à¸?à¸?ารà¹?à¸?ิà¸?à¹?à¸?รà¹?à¸?รมà¹?มà¹?à¸?à¸?"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "à¹?มà¹?สามารà¸?สรà¹?าà¸?à¹?à¸?ลà¹?à¸?à¸à¸£à¹? %s สำหรัà¸?à¹?à¸?à¹?à¸?à¸?à¹?าà¸?ัà¹?à¸?à¹?à¸?รà¹?à¸?รมà¸?à¸à¸?à¸?ูà¹?à¹?à¸?à¹?: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "à¹?มà¹?สามารà¸?สรà¹?าà¸?à¹?à¸?ลà¹?à¸?à¸à¸£à¹? %s สำหรัà¸?à¹?à¸?à¹?à¸?à¸?à¹?าà¸?ัà¹?à¸? MIME à¸?à¸à¸?à¸?ูà¹?à¹?à¸?à¹?: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "à¹?มà¹?สามารà¸?สรà¹?าà¸?à¹?à¸?à¹?มà¹?à¸?สà¸?à¹?à¸?à¹?à¸à¸? %s สำหรัà¸?à¸?ูà¹?à¹?à¸?à¹?"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "à¸?à¹?à¸à¸?ำหà¸?à¸?à¸?ำหà¸?à¸?à¹?à¸à¸?สำหรัà¸? %s"
@@ -1202,13 +1217,13 @@ msgstr "à¸?ำà¸?วà¸?à¹?à¸?à¹?à¸?à¸?à¹?à¸?รหัสà¸?à¸à¸? GEmblemedIcon
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "à¸?à¹?à¸à¸?à¸?ารà¸?à¹?à¸à¸¡à¸¹à¸¥ GEmblem สำหรัà¸? GEmblemedIcon"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "à¹?มà¹?รà¸à¸?รัà¸?à¸?ารà¸?ระà¸?ำà¸?ีà¹?"
@@ -1221,49 +1236,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "à¹?มà¹?มีà¸?ุà¸?à¹?มาà¸?à¸?à¹?à¸?ีà¹?à¸?รรà¸?ุà¹?à¸?à¹?มà¸à¸¢à¸¹à¹?"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "à¹?มà¹?สามารà¸?à¸?ัà¸?ลà¸à¸?à¸?ัà¸?à¹?à¸?à¹?รà¸?à¸?à¸à¸£à¸µ"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "à¹?มà¹?สามารà¸?à¸?ัà¸?ลà¸à¸?à¹?à¸?à¹?รà¸?à¸?à¸à¸£à¸µà¸?ัà¸?à¹?à¸?à¹?รà¸?à¸?à¸à¸£à¸µ"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "มีà¹?à¸?à¹?มà¸?ลายà¸?าà¸?à¸à¸¢à¸¹à¹?à¸?à¹?à¸à¸?à¹?ลà¹?ว"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "à¹?มà¹?สามารà¸?à¸?ัà¸?ลà¸à¸?à¹?à¸?à¹?รà¸?à¸?à¸à¸£à¸µà¸?ัà¹?à¸?ยวà¸?"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "à¹?มà¹?สามารà¸?à¸?ัà¸?ลà¸à¸?à¹?à¸?à¹?มà¸?ิà¹?ศษà¹?à¸?à¹?"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "���รั��ื�ภsymlink �ี�����าร�ม����"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "à¹?มà¹?รà¸à¸?รัà¸?à¸?ารà¹?à¸?à¹?à¸?ัà¸?à¸?ยะ"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "à¸?ืà¹?à¸à¹?à¸?à¹?มà¸?ะมีà¸à¸±à¸?à¸?ระ '%c' à¹?มà¹?à¹?à¸?à¹?"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "à¹?วลุมà¹?มà¹?รà¸à¸?รัà¸?à¸?ารà¹?มาà¸?à¸?à¹?"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "�ม�มี��ร��รม�ี�ล��ะ��ีย�สำหรั��ั��าร���ม�ระ�ภ��ี��ว�"
@@ -1352,7 +1367,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "สà¸?รีมมีà¸?ารà¸?ระà¸?ำà¸?à¹?าà¸?à¸à¸¢à¸¹à¹?"
@@ -1365,114 +1380,119 @@ msgstr "มีà¸?ีà¹?วà¹?าà¸?à¹?มà¹?à¸?à¸à¸ªà¸³à¸«à¸£à¸±à¸?à¸?ีà¹?à¸
msgid "Unsupported socket address"
msgstr "à¹?มà¹?รà¸à¸?รัà¸?à¸?ีà¹?à¸à¸¢à¸¹à¹?à¸?à¹?à¸à¸?à¹?à¸?à¹?à¸?"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "à¹?มà¹?สามารà¸?หาà¸?à¸?ิà¸?à¸?ริยายà¸?à¸à¸?à¸?ารà¹?à¸?à¹?ามà¸à¸?à¹?à¸?à¹?รà¸?à¸?à¸à¸£à¸µà¹?à¸?à¹?à¸?รืà¹?à¸à¸?"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "à¸?ืà¹?à¸à¹?à¸?à¹?ม %s à¸?ิà¸?รูà¸?à¹?à¸?à¸?"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "à¹?à¸?ิà¸?à¸?à¹?à¸à¸?ิà¸?à¸?ลาà¸?à¸?à¸?ะà¸à¹?าà¸?à¸?à¹?à¸à¸¡à¸¹à¸¥à¸?à¸à¸?ระà¸?à¸?à¹?à¸?à¹?ม: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "à¹?มà¹?สามารà¸?à¹?à¸?ลีà¹?ยà¸?à¸?ืà¹?à¸à¹?à¸?à¹?รà¸?à¸?à¸à¸£à¸µà¸£à¸²à¸?"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "à¹?à¸?ิà¸?à¸?à¹?à¸à¸?ิà¸?à¸?ลาà¸?à¸?à¸?ะà¹?à¸?ลีà¹?ยà¸?à¸?ืà¹?à¸à¹?à¸?à¹?ม: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "à¹?มà¹?สามารà¸?à¹?à¸?ลีà¹?ยà¸?à¸?ืà¹?à¸à¹?à¸?à¹?ม à¹?à¸?ืà¹?à¸à¸?à¸?าà¸?มีà¹?à¸?à¹?มà¸?ืà¹?à¸à¹?à¸?ียวà¸?ัà¸?à¸à¸¢à¸¹à¹?à¸?à¹?à¸à¸?à¹?ลà¹?ว"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "à¸?ืà¹?à¸à¹?à¸?à¹?มà¸?ิà¸?รูà¸?à¹?à¸?à¸?"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "à¹?à¸?ิà¸?à¸?à¹?à¸à¸?ิà¸?à¸?ลาà¸?à¸?à¸?ะà¹?à¸?ิà¸?à¹?à¸?à¹?ม: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "à¹?มà¹?สามารà¸?à¹?à¸?ิà¸?à¹?à¸?à¹?รà¸?à¸?à¸à¸£à¸µ"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "à¹?à¸?ิà¸?à¸?à¹?à¸à¸?ิà¸?à¸?ลาà¸?à¸?à¸?ะลà¸?à¹?à¸?à¹?ม: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "à¹?à¸?ิà¸?à¸?à¹?à¸à¸?ิà¸?à¸?ลาà¸?à¸?à¸?ะà¸?ิà¹?à¸?à¹?à¸?à¹?มลà¸?à¸?ัà¸?à¸?ยะ: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "สรà¹?าà¸?à¹?à¸?à¹?รà¸?à¸?à¸à¸£à¸µà¸?ัà¸?à¸?ยะ '%s' à¹?มà¹?สำà¹?รà¹?à¸?: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "หาà¹?à¸?à¹?รà¸?à¸?à¸à¸£à¸µà¸£à¸°à¸?ัà¸?à¸?à¸?สุà¸?สำหรัà¸?à¸?ัà¸?à¸?ยะà¹?มà¹?สำà¹?รà¹?à¸?"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "หาหรืà¸à¸ªà¸£à¹?าà¸?à¹?à¸?à¹?รà¸?à¸?à¸à¸£à¸µà¸?ัà¸?à¸?ยะà¹?มà¹?สำà¹?รà¹?à¸?"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "สรà¹?าà¸?à¹?à¸?à¹?มà¸?à¹?à¸à¸¡à¸¹à¸¥à¸?ารà¸?ิà¹?à¸?à¸?ยะà¹?มà¹?สำà¹?รà¹?à¸?: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "�ิ�����มล��ั��ยะ�ม�สำ�ร��: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "à¹?à¸?ิà¸?à¸?à¹?à¸à¸?ิà¸?à¸?ลาà¸?à¸?à¸?ะสรà¹?าà¸?à¹?à¸?à¹?รà¸?à¸?à¸à¸£à¸µ: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "à¸à¹?าà¸?ลิà¸?à¸?à¹?สัà¸?ลัà¸?ษà¸?à¹? '%s' à¹?มà¹?สำà¹?รà¹?à¸?: %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "à¹?à¸?ิà¸?à¸?à¹?à¸à¸?ิà¸?à¸?ลาà¸?à¸?à¸?ะสรà¹?าà¸? symbolic link: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "à¹?à¸?ิà¸?à¸?à¹?à¸à¸?ิà¸?à¸?ลาà¸?à¸?à¸?ะยà¹?ายà¹?à¸?à¹?ม: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "à¹?มà¹?สามารà¸?ยà¹?ายà¹?à¸?à¹?รà¸?à¸?à¸à¸£à¸µà¸?ัà¸?à¹?à¸?à¹?รà¸?à¸?à¸à¸£à¸µ"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "สรà¹?าà¸?à¹?à¸?à¹?มสำรà¸à¸?à¹?มà¹?สำà¹?รà¹?à¸?"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "à¹?à¸?ิà¸?à¸?à¹?à¸à¸?ิà¸?à¸?ลาà¸?à¸?à¸?ะลà¸?à¹?à¸?à¹?มà¸?ลายà¸?าà¸?: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "à¹?มà¹?รà¸à¸?รัà¸?à¸?ารยà¹?ายà¹?à¸?à¹?มà¸?à¹?ามà¸à¸¸à¸?à¸?รà¸?à¹?"
@@ -1493,102 +1513,102 @@ msgstr "à¸?ืà¹?à¸à¹?à¸à¸?à¸?ริà¸?ิวà¸?à¹?สà¹?วà¸?à¸?ยายà¹?
msgid "Error setting extended attribute '%s': %s"
msgstr "à¹?à¸?ิà¸?à¸?à¹?à¸à¸?ิà¸?à¸?ลาà¸?à¸?à¸?ะà¸?ำหà¸?à¸?à¹?à¸à¸?à¸?ริà¸?ิวà¸?à¹?สà¹?วà¸?à¸?ยาย '%s': %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "à¹?à¸?ิà¸?à¸?à¹?à¸à¸?ิà¸?à¸?ลาà¸?à¸?à¸?ะ stat à¹?à¸?à¹?ม '%s': %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (รหัสà¸à¸±à¸?à¸?ระà¹?มà¹?à¸?ูà¸?à¸?à¹?à¸à¸?)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "à¹?à¸?ิà¸?à¸?à¹?à¸à¸?ิà¸?à¸?ลาà¸?à¸?à¸?ะ stat file descriptor: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "à¸?à¸?ิà¸?à¸?à¸à¸?à¹?à¸à¸?à¸?ริà¸?ิวà¸?à¹?à¹?มà¹?à¸?ูà¸?à¸?à¹?à¸à¸? (à¸?à¹?à¸à¸?à¸?าร uint32)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "à¸?à¸?ิà¸?à¸?à¸à¸?à¹?à¸à¸?à¸?ริà¸?ิวà¸?à¹?à¹?มà¹?à¸?ูà¸?à¸?à¹?à¸à¸? (à¸?à¹?à¸à¸?à¸?าร uint64)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "à¸?à¸?ิà¸?à¸?à¸à¸?à¹?à¸à¸?à¸?ริà¸?ิวà¸?à¹?à¹?มà¹?à¸?ูà¸?à¸?à¹?à¸à¸? (à¸?à¹?à¸à¸?à¸?ารสà¸?ริà¸?à¸?à¸à¸?à¹?à¸?à¸?à¹?)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "�ม�สามาร��ำห��สิ��ิ��ห��ั� symlink ���"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "à¹?à¸?ิà¸?à¸?à¹?à¸à¸?ิà¸?à¸?ลาà¸?à¸?à¸?ะà¸?ำหà¸?à¸?สิà¸?à¸?ิà¹?: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "à¹?à¸?ิà¸?à¸?à¹?à¸à¸?ิà¸?à¸?ลาà¸?à¸?à¸?ะà¸?ำหà¸?à¸?à¹?à¸?à¹?าà¸?à¸à¸?: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "symlink à¸?à¹?à¸à¸?à¹?มà¹?à¹?à¸?à¹?à¸?ัวà¸?ีà¹?ศูà¸?ยà¹?"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "à¹?à¸?ิà¸?à¸?à¹?à¸à¸?ิà¸?à¸?ลาà¸?à¸?à¸?ะà¸?ำหà¸?à¸? symlink: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "à¹?à¸?ิà¸?à¸?à¹?à¸à¸?ิà¸?à¸?ลาà¸?à¸?à¸?ะà¸?ำหà¸?à¸? symlink: à¹?à¸?à¹?มà¹?มà¹?à¹?à¸?à¹? symlink"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "à¹?à¸?ิà¸?à¸?à¹?à¸à¸?ิà¸?à¸?ลาà¸?à¸?à¸?ะà¸?ำหà¸?à¸?à¹?วลาà¹?à¸?ลีà¹?ยà¸?à¹?à¸?ลà¸?หรืà¸à¹?à¸?à¹?าà¸?ึà¸?: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux context à¸?à¹?à¸à¸?à¹?มà¹?à¹?à¸?à¹?à¸?ัวà¸?ีà¹?ศูà¸?ยà¹?"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "à¹?à¸?ิà¸?à¸?à¹?à¸à¸?ิà¸?à¸?ลาà¸?à¸?à¸?ะà¸?ำหà¸?à¸? SELinux context: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "�ม������ิ�����า� SELinux ��ระ���ี�"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "à¹?มà¹?รà¸à¸?รัà¸?à¸?ารà¸?ำหà¸?à¸?à¹?à¸à¸?à¸?ริà¸?ิวà¸?à¹? %s"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "à¹?à¸?ิà¸?à¸?à¹?à¸à¸?ิà¸?à¸?ลาà¸?à¸?à¸?ะà¸à¹?าà¸?à¸?à¹?à¸à¸¡à¸¹à¸¥à¸?าà¸?à¹?à¸?à¹?ม: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "à¹?à¸?ิà¸?à¸?à¹?à¸à¸?ิà¸?à¸?ลาà¸?à¸?à¸?ะà¹?ลืà¹?à¸à¸?à¸?ำà¹?หà¸?à¹?à¸?à¸à¹?าà¸?à¹?à¸?ียà¸?à¹?à¸?à¹?ม: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "à¹?à¸?ิà¸?à¸?à¹?à¸à¸?ิà¸?à¸?ลาà¸?à¸?à¸?ะà¸?ิà¸?à¹?à¸?à¹?ม: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "à¹?มà¹?สามารà¸?หาà¸?à¸?ิà¸?à¸?ริยายà¸?à¸à¸?à¸?ารà¹?à¸?à¹?ามà¸à¸?à¹?à¸?à¹?มà¹?à¸?à¹?à¸?รืà¹?à¸à¸?"
@@ -1669,49 +1689,54 @@ msgstr "à¹?à¸?ลีà¹?ยà¸?à¸?à¸?าà¸?สà¸?รีมà¸?à¹?à¸à¸¡à¸¹à¸¥à¸à¸
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "à¸?ารà¹?มาà¸?à¸?à¹?à¸?ีà¹?ยัà¸?à¹?มà¹?รà¸à¸?รัà¸?à¸?ารà¹?ลิà¸?à¹?มาà¸?à¸?à¹?"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "à¸?ารà¹?มาà¸?à¸?à¹?à¸?ีà¹?ยัà¸?à¹?มà¹?รà¸à¸?รัà¸?à¸?ารà¸?ัà¸?สืà¹?à¸à¸à¸à¸?"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "à¸?ารà¹?มาà¸?à¸?à¹?à¸?ีà¹?ยัà¸?à¹?มà¹?รà¸à¸?รัà¸?à¸?ำสัà¹?à¸? unmount หรืภunmount_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "à¸?ารà¹?มาà¸?à¸?à¹?à¸?ีà¹?ยัà¸?à¹?มà¹?รà¸à¸?รัà¸?à¸?ำสัà¹?à¸? eject หรืภeject_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "à¸?ารà¹?มาà¸?à¸?à¹?à¸?ีà¹?ยัà¸?à¹?มà¹?รà¸à¸?รัà¸?à¸?ารà¹?à¸?าà¸?à¸?ิà¸?à¹?à¸?ืà¹?à¸à¸«à¸²à¹?à¸?à¸?à¸?ิà¸?à¹?à¸?รà¸?ัส"
@@ -1720,11 +1745,11 @@ msgstr "à¸?ารà¹?มาà¸?à¸?à¹?à¸?ีà¹?ยัà¸?à¹?มà¹?รà¸à¸?รัà¸?
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "à¸?ืà¹?à¸à¹?ฮสà¸?à¹? '%s' มี '[' à¹?à¸?à¹?à¹?มà¹?มี ']'"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "สà¸?รีมà¸?à¹?à¸à¸¡à¸¹à¸¥à¸à¸à¸?ยัà¸?à¹?มà¹?รà¸à¸?รัà¸?à¸?ารà¹?à¸?ียà¸?à¸?à¹?à¸à¸¡à¸¹à¸¥"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "ส�รีม����า��ู��ิ����ล�ว"
@@ -1856,7 +1881,7 @@ msgstr "à¹?à¸?ิà¸?à¸?à¹?à¸à¸?ิà¸?à¸?ลาà¸?à¸?à¸?ะสà¹?à¸?à¸?à¹?à¸à¸?
msgid "GSocketControlMessage not supported on windows"
msgstr "à¹?มà¹?รà¸à¸?รัà¸? GSocketControlMessage à¸?à¸?วิà¸?à¹?à¸?วสà¹?"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "à¹?à¸?ิà¸?à¸?à¹?à¸à¸?ิà¸?à¸?ลาà¸?à¸?à¸?ะรัà¸?à¸?à¹?à¸à¸?วาม: %s"
diff --git a/po/tl.po b/po/tl.po
index 8b9c11b..e010561 100644
--- a/po/tl.po
+++ b/po/tl.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\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"
@@ -90,69 +90,69 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Sawi ang pagbasa ng symbolic link '%s': %s"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Pagsalin mula sa character set '%s' patungong '%s' ay hindi suportado"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
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:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Hindi tanggap na byte sequence sa conversion input"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Error habang nagco-convert: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Hindi kumpletong karakter sequence sa dulo ng input"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Hindi maka-balik '%s' sa codeset '%s'"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "Ang URI '%s' ay hindi absolute URI na gamit ang paraang \"file\""
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Ang lokal na talaksang URI '%s' ay hindi maaaring maglaman ng '#'"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "Ang URI '%s' ay hindi tanggap"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Ang hostname ng URI '%s' ay hindi tanggap"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Ang URI '%s' ay may hindi tanggap na escaped karakter"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Ang pathname '%s' ay hindi absolute path"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Hindi tanggap na hostname"
@@ -161,123 +161,138 @@ msgstr "Hindi tanggap na hostname"
msgid "Error opening directory '%s': %s"
msgstr "Error sa pagbukas ng directory '%s': %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Hindi makapag-tabi ng %lu byte upang basahin ang talaksang \"%s\""
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Sawi ang pagbabasa ng talaksang '%s': %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Sawi ang pagbukas ng talaksang '%s': %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"Sawi ang pagkuha ng mga attribute ng talaksang '%s': sawi ang fstat(): %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Sawi ang pagbukas ng talaksang '%s': sawi ang fdopen(): %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
"Bigo ang papalit ng pangalan ng talaksang '%s' sa '%s': bigo ang g_rename(): "
"%s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Sawi ang paglikha ng talaksang '%s': %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr ""
"Bigo ang pagbukas ng talaksang '%s' para sa pagsusulat: bigo ang fdopen(): %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Bigo sa pagsusulat ng talaksang '%s': bigo ang fwrite(): %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Bigo sa pagsusulat ng talaksang '%s': bigo ang fwrite(): %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Bigo sa pagsusulat ng talaksang '%s': bigo ang fwrite(): %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Bigo ang pagsara ng talaksang '%s': bigo ang fclose(): %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Hindi matanggal ang talaksang '%s': bigo ang g_unlink(): %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Hindi tanggap ang template '%s', wala dapat na '%s'"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, fuzzy, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Hindi XXXXXX ang dulo ng template '%s'"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, c-format
+msgid "%.1f TB"
+msgstr ""
+
+#: glib/gfileutils.c:1802
+#, c-format
+msgid "%.1f PB"
+msgstr ""
+
+#: glib/gfileutils.c:1807
+#, c-format
+msgid "%.1f EB"
+msgstr ""
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Sawi ang pagbasa ng symbolic link '%s': %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Hindi suportado ang mga symbolic link"
@@ -556,7 +571,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr ""
@@ -1157,17 +1172,17 @@ msgstr "Ang halagang '%s' ay hindi mabasa bilang boolean."
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr ""
@@ -1191,34 +1206,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1270,13 +1285,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1290,50 +1305,50 @@ msgstr "Hindi suportado ang mga symbolic link"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: gio/gfile.c:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr ""
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr ""
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr ""
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
#, fuzzy
msgid "Trash not supported"
msgstr "Hindi suportado ang mga symbolic link"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr ""
@@ -1422,7 +1437,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr ""
@@ -1435,115 +1450,120 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Imbalidong pangalan ng programa: %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, fuzzy, c-format
msgid "Error getting filesystem info: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr ""
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
#, fuzzy
msgid "Invalid filename"
msgstr "Hindi tanggap na hostname"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Sawi ang paglikha ng talaksang '%s': %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Sawi ang paglikha ng talaksang '%s': %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Sawi ang paglikha ng talaksang '%s': %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Error sa pagbukas ng directory '%s': %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Sawi ang pagbasa ng symbolic link '%s': %s"
+
+#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Error habang nagco-convert: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr ""
@@ -1566,103 +1586,103 @@ msgstr ""
msgid "Error setting extended attribute '%s': %s"
msgstr "Error sa pagbukas ng directory '%s': %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "Error habang nagco-convert: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Error habang nagco-convert: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Error habang nagco-convert: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Error sa linya %d: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "Error habang nagco-convert: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Error habang nagco-convert: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Hindi suportado ang mga symbolic link"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
@@ -1745,49 +1765,49 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+msgid "mount doesn't implement \"unmount\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+msgid "mount doesn't implement \"eject\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
@@ -1796,11 +1816,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr ""
@@ -1934,7 +1954,7 @@ msgstr "Error sa pagbasa ng talaksang '%s': %s"
msgid "GSocketControlMessage not supported on windows"
msgstr ""
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "Error sa pagbasa ng talaksang '%s': %s"
diff --git a/po/tr.po b/po/tr.po
index 78b40cd..a6dc4a1 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-08-25 00:32+0300\n"
"Last-Translator: Baris Cicek <baris teamforce name tr>\n"
"Language-Team: Turkish <gnome-turk gnome org>\n"
@@ -88,70 +88,70 @@ msgstr "'%s' adında hiçbir uygulama '%s' için yer imi kaydetmedi"
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Exec satırı '%s' URI %s ile geniÅ?letilirken baÅ?arısız olundu"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "'%s' karakter kümesinden '%s' karakter kümesine dönüÅ?üm desteklenmiyor"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "'%s'--'%s' dönüÅ?türücüsü açılamıyor"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "DönüÅ?üm girdisinde geçersiz bayt dizisi"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "DönüÅ?üm sırasında hata oluÅ?tu: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Girdinin sonunda parçalı karakter dizisi"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr ""
"GeridönüÅ? karakter kümesi '%s', '%s' karakter kümesine dönüÅ?türülemiyor"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URI '%s', \"file\" Å?emasını kullanan kesin bir URI deÄ?il"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Yerel dosya URI'si '%s', '#' içeremez"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' geçersiz"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URI makine adı '%s' geçersiz"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI '%s' geçersiz olarak çıkıÅ? yapılmıÅ? karakterler içeriyor"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Yol adı '%s', kesin bir yol deÄ?il"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Geçersiz makine adı"
@@ -160,121 +160,136 @@ msgstr "Geçersiz makine adı"
msgid "Error opening directory '%s': %s"
msgstr "'%s' dizini açılamadı: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "%lu bayt \"%s\" dosyasını okumak için ayrılamadı"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "'%s' dosyası okunurken hata: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "Dosya \"%s\" çok büyük"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "'%s' dosyasından okuma baÅ?arısız: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "'%s' dosyasını açma baÅ?arısız: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"'%s' dosyasının özniteliklerini alma baÅ?arısız: fstat() baÅ?arısızlıÄ?ı: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "'%s' dosyasını açma baÅ?arısız: fdopen() baÅ?arısızlıÄ?ı: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr ""
"'%s' dosyasının adı '%s' olarak deÄ?iÅ?tirilirken hata: g_rename() "
"baÅ?arısızlıÄ?ı: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "'%s' dosyasını oluÅ?turma baÅ?arısız: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "'%s' dosyası yazma için açılamadı: fdopen() baÅ?arısızlıÄ?ı: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "'%s' dosyasına yazılamadı: fwrite() baÅ?arısızlıÄ?ı: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Dosya '%s' yazılamadı: fflush() baÅ?arısız: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Dosya '%s' yazılamadı: fsync() baÅ?arısız: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "'%s' dosyası kapatılamadı: fclose() baÅ?arısızlıÄ?ı: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Varolan dosya '%s' silinemedi: g_unlink() baÅ?arısızlıÄ?ı: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Å?ablon '%s' geçersiz, '%s' içermemeli"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Å?ablon '%s' XXXXXX içermiyor"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "'%s' sembolik baÄ?ını okuma baÅ?arısız: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Sembolik baÄ?lar desteklenmiyor"
@@ -538,7 +553,7 @@ msgstr "geri takip sınırına ulaÅ?ıldı"
msgid "the pattern contains items not supported for partial matching"
msgstr "doku (pattern), kısmi eÅ?leme için desteklenmeyen öÄ?eler içeriyor"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "dahili hata"
@@ -1126,17 +1141,17 @@ msgstr "'%s' deÄ?eri mantıksal deÄ?er olarak yorumlanamıyor."
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, 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:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "AkıÅ? zaten kapalı"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "Ä°Å?lem iptal edildi"
@@ -1159,34 +1174,34 @@ msgstr "%s türü"
msgid "Unexpected early end-of-stream"
msgstr "Beklenmeyen erken akıÅ?-sonu"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Ä°simlendirilmemiÅ?"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "Desktop dosyası Exec alanı belirtmemiÅ?"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "Uygulama için gerekli uçbirim bulunamadı"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Kullanıcı uygulaması yapılandırma klasörü %s oluÅ?turulamıyor: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Kullanıcı MIME yapılandırma klasörü %s oluÅ?turulamıyor: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Kullanıcı masaüstü dosyası %s oluÅ?turulamıyor"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "%s için özel tanım"
@@ -1238,13 +1253,13 @@ msgstr "GEmblemedIcon kodlaması içerisinde bozuk sayıda token (%d)"
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "GEmblemedIcon için bir Gemblem beklendi"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Ä°Å?lem desteklenmiyor"
@@ -1257,49 +1272,49 @@ msgstr "Ä°Å?lem desteklenmiyor"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: gio/gfile.c:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "BaÄ?lama mevcut deÄ?il içeriyor"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Dizin üzerine kopyalanamıyor"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "Dizin dizin üzerine kopyalanamıyor"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "Hedef dosya mevcut"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "Dizin iç içe kopyalanamıyor"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "�zel dosya kopyalanamıyor"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "Geçersiz sembolik baÄ? deÄ?eri verildi"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "�öp desteklenmiyor"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Dosy adları '%c' içeremez"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "sistem baÄ?lama uygulamıyor"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "Bu dosyayı iÅ?lemek için hiçbir uygulama kayıtlı deÄ?il"
@@ -1388,7 +1403,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "AkıÅ?ın sıradıÅ?ı iÅ?lemi var"
@@ -1401,114 +1416,119 @@ msgstr "Soket adresi için yeterli alan yok"
msgid "Unsupported socket address"
msgstr "Desteklenmeyen soket adresi"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "�ntanımlı yerel dizin izleme tipi bulunamadı"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Geçersiz dosya adı %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Dosya sistemi bilgisi alınırken hata: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Kök dizini yeniden adlandırılamıyor"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Dosya yeniden adlandırılırken hata: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "Dosya yeniden adlandırılamıyor, dosya ismi zaten mevcut"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Geçersiz dosya adı"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Dosya açılırken hata: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Dizin açılamıyor"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Dosya silinirken hata: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "Dosya çöpe atılırken hata: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Ã?öp dizini %s oluÅ?turulamıyor: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "�öp için en üst seviye dizin bulunamıyor"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "Ã?öp dizini bulunamıyor ya da oluÅ?turulamıyor"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Ã?öp bilgi dosyası oluÅ?turulamıyor: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Dosya çöpe atılamıyor: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "Dizin oluÅ?turulurken hata: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "'%s' sembolik baÄ?ını okuma baÅ?arısız: %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Sembolik baÄ? yaparken hata: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Dosya taÅ?ınırken hata: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Dizin dizin üzerine taÅ?ınamıyor"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Yedek dosyası oluÅ?turma baÅ?arısız oldu"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Hedef dosya silerken hata: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "BaÄ?lı sistemler arasında taÅ?ıma desteklenmiyor"
@@ -1529,103 +1549,103 @@ msgstr "Geçersiz geniÅ?letilmiÅ? öznitelik ismi"
msgid "Error setting extended attribute '%s': %s"
msgstr "GeniÅ?letilmiÅ? öznitelik '%s' atanırken hata: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' dosyası durumlandırılırken hata: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (geçersiz kodlama)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Dosya tanımlayıcı durumlandırılırken hata: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Geçersiz öznitelik türü (uint32 beklendi)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Geçersiz öznitelik türü (uint64 beklendi)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Geçersiz öznitelik türü (byte dizisi beklendi)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "İzinler atanırken hata: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "İzinler atanırken hata: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Sahip atanırken hata: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "sembolik baÄ? NULL olmamalı"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Sembolik baÄ? atanırken hata: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "Sembolik baÄ? atanırken hata: dosya bir sembolik baÄ? deÄ?il"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "DeÄ?iÅ?tirme veya eriÅ?im süresi atanırken hata: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux baÄ?lamı NULL olmamalı"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "SELinux baÄ?lamı atanırken hata: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux bu sistede etkin deÄ?il"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "�znitelik %s ataması desteklenmiyor"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Dosyadan okunurken hata: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Dosya içinde atlama yapılırken hata: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Dosya kapatılırken hata: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "�ntanımlı yerel dosya izleme türü bulunamadı"
@@ -1706,49 +1726,54 @@ msgstr "Hafız çıktı açıÅ?ı yeniden boyutlandırma baÅ?arısız oldu"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "mount unmount uygulamıyor"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "mount eject uygulamıyor"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "mount, unmount veya unmount_with_operation uygulamıyor"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "mount, eject veya eject_with_operation uygulamıyor"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+msgid "mount doesn't implement \"remount\""
msgstr "mount remount uygulamıyor"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:797
+#: gio/gmount.c:828
msgid "mount doesn't implement content type guessing"
msgstr "mount içerik türü tahminini uygulamıyor"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "mount senkron içerik türü tahminini uygulamıyor"
@@ -1757,11 +1782,11 @@ msgstr "mount senkron içerik türü tahminini uygulamıyor"
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "Makine ismi '%s' içeriyor '[' var ama ']' yok"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "Ã?ıktı akıÅ?ı write uygulamıyor"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "Kaynak akıÅ?ı zaten kapalı"
@@ -1893,7 +1918,7 @@ msgstr "Mesaj gönderme hatası: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage windows'ta desteklenmiyor"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "Mesaj alma hatası: %s"
diff --git a/po/tt.po b/po/tt.po
index e01da1c..f5e9006 100644
--- a/po/tt.po
+++ b/po/tt.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: libgnome\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\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"
@@ -83,69 +83,69 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "'%s' biremennän uqıp bulmadı: %s"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "'%s' -â?º '%s' digän bilge äyländerü totılmÃ"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
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:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr ""
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "�yländergändä xata çıqtı: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr ""
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr ""
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr ""
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "'%s' digän cirle birem URI'sında '#' bilgese bula almÃ"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "'%s' digän URI yaraqsız"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "'%s' digän URI'nıñ host adı yaraqsız"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr ""
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "'%s' digän yul töptän tügel"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Host adı yaraqsız"
@@ -154,119 +154,134 @@ msgstr "Host adı yaraqsız"
msgid "Error opening directory '%s': %s"
msgstr "'%s' törgägen açıp bulmadı: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr ""
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "'%s' biremen uqıÄ?anda xata: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "'%s' biremennän uqıp bulmadı: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "'%s' biremen açıp bulmadı: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "'%s' birem üzençälegen belep bulmadı: fstat() uzmadı: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "'%s' biremen açıp bulmadı: fdopen() uzmadı: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "'%s' birem adın '%s' itep üzgärtep bulmadı: g_rename() uzmadı: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "'%s' biremen yasap bulmadı: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Yazu öçen '%s' biremen açıp bulmadı: fdopen() uzmadı: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "'%s' biremen yazıp bulmadı: fwrite() uzmadı: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "'%s' biremen yazıp bulmadı: fwrite() uzmadı: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "'%s' biremen yazıp bulmadı: fwrite() uzmadı: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "'%s' biremen yabıp bulmadı: fclose() uzmadı: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "BarlıqtaÄ?ı '%s' biremen beterep bulmadı: g_unlink() uzmadı: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "'%s' ürçetmäse yaraqsız, eçendä '%s' bula almÃ"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, fuzzy, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "'%s' ürçetmäneñ azaÄ?ında XXXXXX tügel"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, c-format
+msgid "%.1f TB"
+msgstr ""
+
+#: glib/gfileutils.c:1802
+#, c-format
+msgid "%.1f PB"
+msgstr ""
+
+#: glib/gfileutils.c:1807
+#, c-format
+msgid "%.1f EB"
+msgstr ""
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr ""
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr ""
@@ -497,7 +512,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr ""
@@ -1075,17 +1090,17 @@ msgstr "'%s' digän bäyäsen yuqbar itep tanıp bulmÃ."
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr ""
@@ -1109,34 +1124,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1188,13 +1203,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr ""
@@ -1207,49 +1222,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr ""
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr ""
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr ""
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr ""
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr ""
@@ -1338,7 +1353,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr ""
@@ -1351,115 +1366,120 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Yazılım adı yaraqsız: %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, fuzzy, c-format
msgid "Error getting filesystem info: %s"
msgstr "'%s' biremen uqıÄ?anda xata: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr ""
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "'%s' biremen uqıÄ?anda xata: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
#, fuzzy
msgid "Invalid filename"
msgstr "Host adı yaraqsız"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "'%s' biremen uqıÄ?anda xata: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "'%s' biremen uqıÄ?anda xata: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "'%s' biremen uqıÄ?anda xata: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "'%s' biremen yasap bulmadı: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "'%s' biremen yasap bulmadı: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "'%s' biremen yasap bulmadı: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "'%s' törgägen açıp bulmadı: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr ""
+
+#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "�yländergändä xata çıqtı: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "'%s' biremen uqıÄ?anda xata: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "'%s' biremen uqıÄ?anda xata: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr ""
@@ -1480,103 +1500,103 @@ msgstr ""
msgid "Error setting extended attribute '%s': %s"
msgstr "'%s' törgägen açıp bulmadı: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "'%s' biremen uqıÄ?anda xata: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "'%s' biremen uqıÄ?anda xata: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "�yländergändä xata çıqtı: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "�yländergändä xata çıqtı: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "�yländergändä xata çıqtı: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "%d. yulda xata: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "�yländergändä xata çıqtı: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "�yländergändä xata çıqtı: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "'%s' biremen uqıÄ?anda xata: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "'%s' biremen uqıÄ?anda xata: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "'%s' biremen uqıÄ?anda xata: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
@@ -1659,49 +1679,49 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+msgid "mount doesn't implement \"unmount\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+msgid "mount doesn't implement \"eject\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
@@ -1710,11 +1730,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr ""
@@ -1847,7 +1867,7 @@ msgstr "'%s' biremen uqıÄ?anda xata: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr ""
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "'%s' biremen uqıÄ?anda xata: %s"
diff --git a/po/uk.po b/po/uk.po
index 6191ad0..aa6ee5f 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-07-06 14:56+0300\n"
"Last-Translator: Maxim Dziumanenko <dziumanenko gmail com>\n"
"Language-Team: ukrainian <Ukrainian <uk li org>>\n"
@@ -88,71 +88,71 @@ msgstr "Ð?е заÑ?еÑ?Ñ?Ñ?Ñ?овано пÑ?огÑ?амÑ? з назвоÑ? '%s' д
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Ð?омилка Ñ?озкÑ?иваннÑ? Ñ?Ñ?дка виконаннÑ? \"%s\" длÑ? URI %s"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Ð?еÑ?еÑ?воÑ?еннÑ? з набоÑ?Ñ? Ñ?имволÑ?в \"%s\" Ñ? \"%s\" не пÑ?дÑ?Ñ?имÑ?Ñ?Ñ?Ñ?Ñ?Ñ?"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Ð?е вдаÑ?Ñ?Ñ?Ñ?Ñ? вÑ?дкÑ?иÑ?и модÑ?лÑ? пеÑ?еÑ?воÑ?еннÑ? з \"%s\" Ñ? \"%s\""
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Ð?епÑ?авилÑ?на поÑ?лÑ?довнÑ?Ñ?Ñ?Ñ? байÑ?Ñ?в Ñ? пеÑ?еÑ?воÑ?Ñ?ваниÑ? вÑ?Ñ?дниÑ? даниÑ?"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Ð?омилка пÑ?д Ñ?аÑ? пеÑ?еÑ?воÑ?еннÑ?: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Ð?езавеÑ?Ñ?ена Ñ?имволÑ?на поÑ?лÑ?довнÑ?Ñ?Ñ?Ñ? на кÑ?нÑ?Ñ? вводÑ?"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Ð?еможливо коÑ?екÑ?но пеÑ?еÑ?воÑ?иÑ?и Ñ?имвол \"%s\" Ñ? Ñ?имвол з набоÑ?Ñ? \"%s\""
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr ""
"Ð?денÑ?иÑ?Ñ?каÑ?оÑ? URI \"%s\" не Ñ? абÑ?олÑ?Ñ?ним Ñ?денÑ?иÑ?Ñ?каÑ?оÑ?ом пÑ?и викоÑ?иÑ?Ñ?аннÑ? "
"Ñ?Ñ?еми \"file\""
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Ð?денÑ?иÑ?Ñ?каÑ?оÑ? URI \"%s\" локалÑ?ного Ñ?айла не може мÑ?Ñ?Ñ?иÑ?и Ñ?имвол \"#\""
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI \"%s\" - непÑ?авилÑ?ний"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Ð?епÑ?авилÑ?на назва вÑ?зла в URI \"%s\""
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "Ð?денÑ?иÑ?Ñ?каÑ?оÑ? URI \"%s\" мÑ?Ñ?Ñ?иÑ?Ñ? непÑ?авилÑ?но екÑ?анований Ñ?имвол"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "ШлÑ?Ñ? \"%s\" не Ñ? абÑ?олÑ?Ñ?ним"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Ð?епÑ?авилÑ?на назва вÑ?зла"
@@ -161,92 +161,92 @@ msgstr "Ð?епÑ?авилÑ?на назва вÑ?зла"
msgid "Error opening directory '%s': %s"
msgstr "Ð?омилка вÑ?дкÑ?иваннÑ? каÑ?алогÑ? \"%s\": %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Ð?е вдаÑ?Ñ?Ñ?Ñ?Ñ? видÑ?лиÑ?и %lu байÑ?Ñ?в длÑ? зÑ?иÑ?Ñ?ваннÑ? Ñ?айла \"%s\""
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Ð?омилка зÑ?иÑ?Ñ?ваннÑ? Ñ?айлÑ? \"%s\": %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "Файл \"%s\" занадÑ?о великий"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Ð?омилка зÑ?иÑ?Ñ?ваннÑ? з Ñ?айлÑ? \"%s\": %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Ð?омилка вÑ?дкÑ?иваннÑ? Ñ?айлÑ? \"%s\": %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Ð?омилка оÑ?Ñ?иманнÑ? аÑ?Ñ?ибÑ?Ñ?Ñ?в Ñ?айлÑ? \"%s\": помилка fstat(): %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Ð?омилка вÑ?дкÑ?иваннÑ? Ñ?айлÑ? \"%s\": помилка fdopen(): %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Ð?омилка пеÑ?ейменÑ?ваннÑ? Ñ?айлÑ? \"%s\" на \"%s\": помилка g_rename(): %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Ð?омилка Ñ?Ñ?воÑ?еннÑ? Ñ?айлÑ? \"%s\": %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Ð?омилка вÑ?дкÑ?иваннÑ? Ñ?айлÑ? \"%s\" длÑ? запиÑ?Ñ?: помилка fdopen(): %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Ð?омилка запиÑ?Ñ? Ñ? Ñ?айл \"%s\": помилка fwrite(): %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Ð?омилка запиÑ?Ñ? Ñ? Ñ?айл '%s': помилка fflush(): %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Ð?омилка запиÑ?Ñ? Ñ? Ñ?айл '%s': помилка fsync(): %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Ð?омилка закÑ?иваннÑ? Ñ?айлÑ? \"%s\": помилка fclose(): %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Ð?е вдаÑ?Ñ?Ñ?Ñ?Ñ? видалиÑ?и Ñ?Ñ?нÑ?Ñ?Ñ?ий Ñ?айл \"%s\": помилка g_unlink(): %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Шаблон \"%s\" непÑ?авилÑ?ний, бо не може мÑ?Ñ?Ñ?иÑ?и \"%s\""
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Шаблон \"%s\" не мÑ?Ñ?Ñ?иÑ?Ñ? XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -254,27 +254,42 @@ msgstr[0] "%u байÑ?"
msgstr[1] "%u байÑ?и"
msgstr[2] "%u байÑ?Ñ?в"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f кбайÑ?"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f Ð?байÑ?"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f Ð?байÑ?"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f кбайÑ?"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f кбайÑ?"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f кбайÑ?"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ð?омилка Ñ?иÑ?аннÑ? Ñ?имволÑ?Ñ?ного поÑ?иланнÑ? \"%s\": %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "СимволÑ?Ñ?нÑ? поÑ?иланнÑ? не пÑ?дÑ?Ñ?имÑ?Ñ?Ñ?Ñ?Ñ?Ñ?"
@@ -544,7 +559,7 @@ msgstr ""
"Ñ?аблон мÑ?Ñ?Ñ?иÑ?Ñ? елеменÑ?и, Ñ?кÑ? не пÑ?дÑ?Ñ?имÑ?Ñ?Ñ?Ñ?Ñ?Ñ? пÑ?и поÑ?Ñ?кÑ? Ñ?аÑ?Ñ?ковоÑ? "
"вÑ?дповÑ?дноÑ?Ñ?Ñ?"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "внÑ?Ñ?Ñ?Ñ?Ñ?нÑ? помилка"
@@ -1141,17 +1156,17 @@ msgstr "Ð?е вдаÑ?Ñ?Ñ?Ñ?Ñ? Ñ?озÑ?бÑ?аÑ?и знаÑ?еннÑ? '%s' Ñ?к ло
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "Ð?о %s пеÑ?едано надÑ?о велике знаÑ?еннÑ? лÑ?Ñ?илÑ?ника"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "Ð?оÑ?Ñ?к вже закÑ?иÑ?о"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "Ð?пеÑ?аÑ?Ñ?Ñ? Ñ?каÑ?овано"
@@ -1174,34 +1189,34 @@ msgstr "Ñ?ип %s"
msgid "Unexpected early end-of-stream"
msgstr "Ð?еоÑ?Ñ?кÑ?ваний пеÑ?едÑ?аÑ?ний кÑ?неÑ?Ñ? поÑ?окÑ?"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Ð?ез назви"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "У Desktop-Ñ?айлÑ? не визнаÑ?ено поле Exec"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "Ð?еможливо знайÑ?и Ñ?еÑ?мÑ?нал, Ñ?о поÑ?Ñ?Ñ?бен пÑ?огÑ?амÑ?"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Ð?е вдаÑ?Ñ?Ñ?Ñ?Ñ? Ñ?Ñ?воÑ?иÑ?и Ñ?екÑ? паÑ?амеÑ?Ñ?Ñ?в пÑ?огÑ?ами %s: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Ð?е вдаÑ?Ñ?Ñ?Ñ?Ñ? Ñ?Ñ?воÑ?иÑ?и Ñ?екÑ? паÑ?амеÑ?Ñ?Ñ?в MIME %s: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Ð?е вдаÑ?Ñ?Ñ?Ñ?Ñ? Ñ?Ñ?воÑ?иÑ?и длÑ? коÑ?иÑ?Ñ?Ñ?ваÑ?а desktop-Ñ?айл %s"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "Ð?лаÑ?не визнаÑ?еннÑ? %s"
@@ -1254,13 +1269,13 @@ msgstr "Ð?епÑ?авилÑ?на кÑ?лÑ?кÑ?Ñ?Ñ?Ñ? лекÑ?ем (%d) Ñ? кодÑ?
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "Ð?Ñ?Ñ?кÑ?Ñ?Ñ?Ñ?Ñ?Ñ? GEmblem длÑ? GEmblemedIcon"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Ð?пеÑ?аÑ?Ñ?Ñ? не пÑ?дÑ?Ñ?имÑ?Ñ?Ñ?Ñ?Ñ?Ñ?"
@@ -1273,49 +1288,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "Ð?кладена Ñ?оÑ?ка монÑ?Ñ?ваннÑ? не Ñ?Ñ?нÑ?Ñ?"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Ð?е вдаÑ?Ñ?Ñ?Ñ?Ñ? копÑ?Ñ?ваÑ?и Ñ? каÑ?алог"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "Ð?е вдаÑ?Ñ?Ñ?Ñ?Ñ? копÑ?Ñ?ваÑ?и каÑ?алог Ñ? каÑ?алог"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "ЦÑ?лÑ?овий Ñ?айл Ñ?Ñ?нÑ?Ñ?"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "Ð?е вдаÑ?Ñ?Ñ?Ñ?Ñ? Ñ?екÑ?Ñ?Ñ?ивно Ñ?копÑ?Ñ?ваÑ?и каÑ?алог"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "Ð?е вдаÑ?Ñ?Ñ?Ñ?Ñ? Ñ?копÑ?Ñ?ваÑ?и Ñ?пеÑ?Ñ?алÑ?ний Ñ?айл"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "Ð?епÑ?авилÑ?не знаÑ?еннÑ? Ñ?имволÑ?ного поÑ?иланнÑ?"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "СмÑ?Ñ?ник не пÑ?дÑ?Ñ?имÑ?Ñ?Ñ?Ñ?Ñ?Ñ?"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "назви Ñ?айлÑ?в не можÑ?Ñ?Ñ? мÑ?Ñ?Ñ?иÑ?и Ñ?имвол '%c'"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "Ñ?ом не пÑ?дÑ?Ñ?имÑ?Ñ? опеÑ?аÑ?Ñ?Ñ? монÑ?Ñ?ваннÑ?"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "Ð?е заÑ?еÑ?Ñ?Ñ?Ñ?овано пÑ?огÑ?амÑ? длÑ? обÑ?обки Ñ?Ñ?ого Ñ?айлÑ?"
@@ -1404,7 +1419,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "Ð?лÑ? поÑ?окÑ? Ñ? незавеÑ?Ñ?ена опеÑ?аÑ?Ñ?Ñ?"
@@ -1417,114 +1432,119 @@ msgstr "Ð?Ñ?акÑ?Ñ? пÑ?оÑ?Ñ?оÑ?Ñ? длÑ? адÑ?еÑ?и Ñ?океÑ?Ñ?"
msgid "Unsupported socket address"
msgstr "Ð?епÑ?дÑ?Ñ?имÑ?вана адÑ?еÑ?а Ñ?океÑ?Ñ?"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "Ð?е вдаÑ?Ñ?Ñ?Ñ?Ñ? знайÑ?и Ñ?иповий Ñ?Ñ?зновид монÑ?Ñ?оÑ?Ñ? локалÑ?ного каÑ?алогÑ?"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Ð?епÑ?авилÑ?на назва Ñ?айлÑ? %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Ð?омилка пÑ?и оÑ?Ñ?иманнÑ? Ñ?нÑ?оÑ?маÑ?Ñ?Ñ? з Ñ?айловоÑ? Ñ?иÑ?Ñ?еми: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Ð?е можна пеÑ?ейменовÑ?ваÑ?и коÑ?еневий каÑ?алог"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Ð?омилка пÑ?и пеÑ?ейменÑ?ваннÑ? Ñ?айлÑ?: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "Ð?е вдаÑ?Ñ?Ñ?Ñ?Ñ? пеÑ?ейменÑ?ваÑ?и Ñ?айлÑ?, Ñ?айл з Ñ?акоÑ? назвоÑ? вже Ñ?Ñ?нÑ?Ñ?"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Ð?епÑ?авилÑ?на назва Ñ?айлÑ?"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Ð?омилка пÑ?и вÑ?дкÑ?иваннÑ? Ñ?айлÑ?: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Ð?е вдаÑ?Ñ?Ñ?Ñ?Ñ? вÑ?дкÑ?иÑ?и каÑ?алог"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Ð?омилка пÑ?и видаленнÑ? Ñ?айлÑ?: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "Ð?омилка пÑ?и пеÑ?емÑ?Ñ?еннÑ? Ñ?айлÑ? до Ñ?мÑ?Ñ?ника: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Ð?омилка пÑ?и Ñ?Ñ?воÑ?еннÑ? каÑ?алогÑ? Ñ?мÑ?Ñ?ника %s: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "Ð?е вдаÑ?Ñ?Ñ?Ñ?Ñ? знайÑ?и каÑ?алог веÑ?Ñ?нÑ?ого Ñ?Ñ?внÑ? длÑ? Ñ?мÑ?Ñ?ника"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "не вдаÑ?Ñ?Ñ?Ñ?Ñ? знайÑ?и Ñ?и Ñ?Ñ?воÑ?иÑ?и каÑ?алог Ñ?мÑ?Ñ?ника"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Ð?омилка Ñ?Ñ?воÑ?еннÑ? Ñ?айл Ñ? Ñ?мÑ?Ñ?никÑ?: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Ð?е вдаÑ?Ñ?Ñ?Ñ?Ñ? пеÑ?емÑ?Ñ?Ñ?иÑ?и Ñ?айл до Ñ?мÑ?Ñ?ника: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "Ð?омилка пÑ?и Ñ?Ñ?воÑ?еннÑ? каÑ?алогÑ?: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Ð?омилка Ñ?иÑ?аннÑ? Ñ?имволÑ?Ñ?ного поÑ?иланнÑ? \"%s\": %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Ð?омилка пÑ?и Ñ?Ñ?воÑ?еннÑ? Ñ?имволÑ?ного поÑ?иланнÑ?: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Ð?омилка пÑ?и пеÑ?емÑ?Ñ?еннÑ? Ñ?айлÑ?: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Ð?е вдаÑ?Ñ?Ñ?Ñ?Ñ? пеÑ?емÑ?Ñ?Ñ?иÑ?и каÑ?алог Ñ? каÑ?алог"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Ð?омилка пÑ?и Ñ?Ñ?воÑ?еннÑ? Ñ?айлÑ? Ñ?езеÑ?вноÑ? копÑ?Ñ?"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Ð?омилка пÑ?и зÑ?иÑ?Ñ?ваннÑ? Ñ?Ñ?лÑ?ового Ñ?айлÑ?: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "Ð?еÑ?емÑ?Ñ?еннÑ? мÑ?ж Ñ?Ñ?зними Ñ?оÑ?ками монÑ?Ñ?ваннÑ? не пÑ?дÑ?Ñ?имÑ?Ñ?Ñ?Ñ?Ñ?Ñ?"
@@ -1545,104 +1565,104 @@ msgstr "Ð?епÑ?авилÑ?на назва Ñ?озÑ?иÑ?еного аÑ?Ñ?ибÑ?Ñ?
msgid "Error setting extended attribute '%s': %s"
msgstr "Ð?омилка пÑ?и вÑ?Ñ?ановленнÑ? Ñ?озÑ?иÑ?еного аÑ?Ñ?ибÑ?Ñ?Ñ? \"%s\": %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Ð?омилка оÑ?Ñ?иманнÑ? Ñ?нÑ?оÑ?маÑ?Ñ?Ñ? пÑ?о Ñ?айл \"%s\": %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (непÑ?авилÑ?не кодÑ?ваннÑ?)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Ð?омилка оÑ?Ñ?иманнÑ? Ñ?нÑ?оÑ?маÑ?Ñ?Ñ? длÑ? деÑ?кÑ?ипÑ?оÑ?Ñ? Ñ?айлÑ?: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Ð?епÑ?авилÑ?ний Ñ?ип аÑ?Ñ?ибÑ?Ñ?а (оÑ?Ñ?кÑ?вавÑ?Ñ? uint32)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Ð?епÑ?авилÑ?ний Ñ?ип аÑ?Ñ?ибÑ?Ñ?Ñ? (оÑ?Ñ?кÑ?вавÑ?Ñ? uint64)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Ð?епÑ?авилÑ?ний Ñ?ип аÑ?Ñ?ибÑ?Ñ?Ñ? (оÑ?Ñ?кÑ?вавÑ?Ñ? Ñ?Ñ?док байÑ?Ñ?в)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "Ð?омилка пÑ?и вÑ?Ñ?ановленнÑ? пÑ?ав доÑ?Ñ?Ñ?пÑ? на Ñ?имволÑ?Ñ?не поÑ?иланнÑ?"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Ð?омилка вÑ?Ñ?ановленнÑ? пÑ?ав доÑ?Ñ?Ñ?пÑ?: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Ð?омилка вÑ?Ñ?ановленнÑ? влаÑ?ник: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "Ñ?имволÑ?не поÑ?иланнÑ? не може маÑ?и знаÑ?еннÑ? NULL"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Ð?омилка пÑ?и вÑ?Ñ?ановленнÑ? Ñ?имволÑ?ного поÑ?иланнÑ?: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"помилка пÑ?и вÑ?Ñ?ановленнÑ? Ñ?имволÑ?ного поÑ?иланнÑ?: Ñ?айл не Ñ? Ñ?имволÑ?ним "
"поÑ?иланнÑ?м"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "Ð?омилка пÑ?и вÑ?Ñ?ановленнÑ? Ñ?аÑ?Ñ? змÑ?ни або доÑ?Ñ?Ñ?пÑ?: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "Ð?онÑ?екÑ?Ñ? SELinux не може знаÑ?еннÑ? NULL"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Ð?омилка пÑ?и вÑ?Ñ?ановленнÑ? конÑ?екÑ?Ñ?Ñ? SELinux: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux не Ñ?вÑ?мкнено Ñ? Ñ?Ñ?й Ñ?иÑ?Ñ?емÑ?"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Ð?Ñ?Ñ?ановленнÑ? аÑ?Ñ?ибÑ?Ñ?Ñ? %s не пÑ?дÑ?Ñ?имÑ?Ñ?Ñ?Ñ?Ñ?Ñ?"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Ð?омилка пÑ?и Ñ?иÑ?аннÑ? Ñ?айлÑ?: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Ð?омилка пÑ?и вÑ?Ñ?ановленнÑ? позиÑ?Ñ?Ñ? Ñ? Ñ?айлÑ?: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Ð?омилка пÑ?и закÑ?иваннÑ? Ñ?айлÑ?: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "Ð?е вдаÑ?Ñ?Ñ?Ñ?Ñ? знайÑ?и Ñ?иповий Ñ?Ñ?зновид монÑ?Ñ?оÑ?Ñ? локалÑ?ного Ñ?айлÑ?"
@@ -1723,29 +1743,33 @@ msgstr "Ð?омилка пÑ?и змÑ?нÑ? Ñ?озмÑ?Ñ?Ñ? поÑ?окÑ? вивод
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "длÑ? Ñ?оÑ?ки монÑ?Ñ?ваннÑ? не Ñ?еалÑ?зовано опеÑ?аÑ?Ñ?Ñ? вÑ?дмонÑ?Ñ?ваннÑ?"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "длÑ? Ñ?оÑ?ки монÑ?Ñ?ваннÑ? не Ñ?еалÑ?зовано опеÑ?аÑ?Ñ?Ñ? виÑ?Ñ?гÑ?ваннÑ? ноÑ?Ñ?Ñ?"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "У mount не Ñ?еалÑ?зовано Ñ?Ñ?нкÑ?Ñ?Ñ? вÑ?д'Ñ?днаннÑ? або вÑ?д'Ñ?днаннÑ? з опеÑ?аÑ?Ñ?Ñ?Ñ?"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
"длÑ? Ñ?оÑ?ки монÑ?Ñ?ваннÑ? не Ñ?еалÑ?зовано опеÑ?аÑ?Ñ?Ñ? виÑ?Ñ?гÑ?ваннÑ? ноÑ?Ñ?Ñ? або "
"виÑ?Ñ?гÑ?ваннÑ? з опеÑ?аÑ?Ñ?Ñ?Ñ?"
@@ -1753,14 +1777,15 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+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:797
+#: gio/gmount.c:828
msgid "mount doesn't implement content type guessing"
msgstr ""
"длÑ? Ñ?оÑ?ки монÑ?Ñ?ваннÑ? не Ñ?еалÑ?зовано авÑ?омаÑ?иÑ?не визнаÑ?еннÑ? Ñ?ипÑ? конÑ?екÑ?Ñ?Ñ?"
@@ -1768,7 +1793,7 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
"длÑ? Ñ?оÑ?ки монÑ?Ñ?ваннÑ? не Ñ?еалÑ?зовано авÑ?омаÑ?иÑ?не визнаÑ?еннÑ? Ñ?ипÑ? Ñ?инÑ?Ñ?онного "
@@ -1779,11 +1804,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "Ð?азва вÑ?зла '%s' мÑ?Ñ?Ñ?иÑ?Ñ? '[' але не мÑ?Ñ?Ñ?иÑ?Ñ? ']'"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "У поÑ?оÑ?Ñ? виводÑ? не Ñ?еалÑ?зовано опеÑ?аÑ?Ñ?Ñ? запиÑ?Ñ?"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "Ð?Ñ?Ñ?дний поÑ?Ñ?к вже закÑ?иÑ?ий"
@@ -1915,7 +1940,7 @@ msgstr "Ð?омилка пÑ?и надÑ?иланнÑ? повÑ?домленнÑ?: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "GSocketControlMessage не пÑ?дÑ?Ñ?имÑ?Ñ?Ñ?Ñ?Ñ?Ñ? Ñ? windows"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "Ð?омилка пÑ?и оÑ?Ñ?иманнÑ? повÑ?домленнÑ?: %s"
diff --git a/po/vi.po b/po/vi.po
index 16f37d8..482563f 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.19.6\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-02-07 19:26+0930\n"
"Last-Translator: Clytie Siddall <clytie riverland net au>\n"
"Language-Team: Vietnamese <vi-VN googlegroups com>\n"
@@ -87,70 +87,70 @@ msgstr "Không có ứng dụng tên « %s » Ä?ã Ä?Ä?ng ký má»?t liên kết
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "L�i m� r�ng dòng thực hi�n « %s » bằng URI « %s »"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Không há»? trợ khả nÄ?ng chuyá»?n Ä?á»?i từ bá»? ký tá»± « %s » sang « %s »"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "Không thá»? má»? bá»? chuyá»?n Ä?á»?i từ « %s » sang « %s »"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Gặp dây byte không hợp lá»? trong dữ liá»?u nháºp chuyá»?n Ä?á»?i"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Gặp lá»?i khi chuyá»?n Ä?á»?i: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Dây ký tá»± riêng phần á»? cuá»?i dữ liá»?u nháºp"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Không thá»? chuyá»?n Ä?á»?i Ä?á»? dữ trữ « %s » thà nh bá»? mã « %s »"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr ""
"URI « %s » không phải là má»?t URI tuyá»?t Ä?á»?i sá» dụng lược Ä?á»? « file » (táºp tin)"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "Không cho phép URI táºp tin cục bá»? « %s » chứa dấu thÄ?ng « # »"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI « %s » không hợp l�"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Tên máy của URI « %s » không hợp l�"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URI « %s » chứa má»?t sá»? ký tá»± Ä?ã thoát không hợp lá»?"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Tên Ä?Æ°á»?ng dẫn « %s » không phải là má»?t Ä?Æ°á»?ng dẫn tuyá»?t Ä?á»?i"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Tên máy không hợp l�"
@@ -159,118 +159,133 @@ msgstr "Tên máy không hợp l�"
msgid "Error opening directory '%s': %s"
msgstr "Gặp l�i khi m� thư mục « %s »: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Không thẻ cấp phát %lu byte Ä?á»? Ä?á»?c táºp tin « %s »"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Gặp lá»?i khi Ä?á»?c táºp tin « %s »: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "Táºp tin \"%s\" quá lá»?n"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Lá»?i Ä?á»?c từ táºp tin « %s »: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Lá»?i má»? táºp tin « %s »: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "Lá»?i lấy các thuá»?c tÃnh của táºp tin « %s »: lá»?i « fstat() »: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Lá»?i má»? táºp tin « %s »: lá»?i « fdopen() »: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Lá»?i thay Ä?á»?i tên táºp tin « %s » thà nh « %s »: lá»?i « g_rename() »: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Lá»?i tạo táºp tin « %s »: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Lá»?i má»? táºp tin « %s »: lá»?i « fdopen() »: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Lá»?i ghi táºp tin « %s »: lá»?i « fdopen() »: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Lá»?i ghi táºp tin « %s »: lá»?i « fdopen() »: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Lá»?i ghi táºp tin « %s »: lá»?i « fdopen() »: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Lá»?i Ä?óng táºp tin « %s »: lá»?i « fclose() »: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "Không thá»? gỡ bá»? táºp tin tá»?n tại « %s »: lá»?i « g_unlink() »: %s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Bi�u mẫu « %s » không hợp l�, không nên chứa « %s »"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Bi�u mẫu « %s » không chứa XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Lá»?i Ä?á»?c liên kết tượng trÆ°ng « %s »: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Không há»? trợ khả nÄ?ng sá» dụng liên kết tượng trÆ°ng"
@@ -534,7 +549,7 @@ msgstr "không th� rút lùi nữa"
msgid "the pattern contains items not supported for partial matching"
msgstr "mẫu chứa mục không Ä?ược há»? trợ khi khá»?p bá»? pháºn"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "lá»?i ná»?i bá»?"
@@ -1130,17 +1145,17 @@ msgstr "Không thá»? giải dá»?ch giá trá»? « %s » dạng bun (Ä?úng/sai)."
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, 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:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "Luá»?ng Ä?ã bá»? Ä?óng"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "Thao tác b� thôi"
@@ -1163,34 +1178,34 @@ msgstr "kiá»?u %s"
msgid "Unexpected early end-of-stream"
msgstr "Kết thúc lu�ng s�m bất thư�ng"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Không có tên"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "Táºp tin Desktop không ghi rõ trÆ°á»?ng Exec (thá»±c hiá»?n)"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "Không tìm thấy thiết b� cu�i cần thiết cho ứng dụng"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "Không th� tạo thư mục cấu hình ứng dụng ngư�i dùng %s: %s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "Không th� tạo thư mục cấu hình MIME ngư�i dùng %s: %s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Không thá»? tạo táºp tin desktop %s"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "Lá»?i Ä?á»?nh nghÄ©a riêng cho %s"
@@ -1245,13 +1260,13 @@ msgstr "Bảng mã GEmblemedIcon chứa s� các hi�u bà i dạng sai (%d)"
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "Mong Ä?ợi má»?t GEmblem cho GEmblemedIcon"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Thao tác không Ä?ược há»? trợ"
@@ -1264,50 +1279,50 @@ msgstr "Thao tác không Ä?ược há»? trợ"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: gio/gfile.c:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "B� lắp chứa không t�n tại"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "Không thá»? sao chép Ä?è lên thÆ° mục"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "Không thá»? sao chép thÆ° mục Ä?è lên thÆ° mục"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "Táºp tin Ä?Ãch Ä?ã có"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "Không thá»? sao chép Ä?á»? quy thÆ° mục"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
#, fuzzy
msgid "Can't copy special file"
msgstr "Không thá»? sao chép Ä?è lên thÆ° mục"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
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:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "Thùng rác không Ä?ược há»? trợ"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Tên táºp tin không thá»? chứa « %c »"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
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:5992
+#: gio/gfile.c:6037
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"
@@ -1396,7 +1411,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "Lu�ng có thao tác còn chạy"
@@ -1409,114 +1424,119 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
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:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Tên táºp tin không hợp lá»?: %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Gặp lá»?i khi lấy táºp tin vá»? há»? thá»?ng táºp tin: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "Không thá»? thay Ä?á»?i tên của thÆ° mục gá»?c"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "Gặp lá»?i khi thay Ä?á»?i tên của táºp tin: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "Không thá»? thay Ä?á»?i tên của táºp tin, vì tên táºp tin Ä?ã có"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "Tên táºp tin không hợp lá»?"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "Gặp lá»?i khi má»? táºp tin: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "Không th� m� thư mục"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "Gặp lá»?i khi gỡ bá»? táºp tin: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "Gặp lá»?i khi chuyá»?n táºp tin và o sá»?t rác: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Không th� tạo thư mục s�t rác %s: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "Không tìm thấy thÆ° mục cấp Ä?ầu cho sá»?t rác"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "Không tìm thấy hay không th� tạo thư mục s�t rác"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Không thá»? tạo táºp tin thông tin sá»?t rác: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "Không thá»? chuyá»?n táºp tin và o sá»?t rác: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "L�i tạo thư mục: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Lá»?i Ä?á»?c liên kết tượng trÆ°ng « %s »: %s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Gặp l�i khi tạo liên kết tượng trưng: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "Gặp lá»?i khi di chuyá»?n táºp tin: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "Không thá»? di chuyá»?n thÆ° mục Ä?è lên thÆ° mục"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "Lá»?i tạo táºp tin sao lÆ°u"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "Gặp lá»?i khi gỡ bá»? táºp tin Ä?Ãch: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "Không há»? trợ chức nÄ?ng di chuyá»?n giữa các bá»? lắp"
@@ -1537,105 +1557,105 @@ msgstr "Tên thuá»?c tÃnh Ä?ã má»? rá»?ng không hợp lá»?"
msgid "Error setting extended attribute '%s': %s"
msgstr "Gặp lá»?i khi Ä?ặt thuá»?c tÃnh Ä?ã má»? rá»?ng « %s »: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "Gặp lá»?i khi lấy trạng thái vá»? táºp tin « %s »: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (bảng mã không hợp l�)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Gặp lá»?i khi lấy trạng thái vá»? mô tả táºp tin: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Kiá»?u thuá»?c tÃnh không hợp lá»? (mong Ä?ợi uint32)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Kiá»?u thuá»?c tÃnh không hợp lá»? (mong Ä?ợi uint64)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "Kiá»?u thuá»?c tÃnh không hợp lá»? (mong Ä?ợi chuá»?i byte)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "Gặp lá»?i khi Ä?ặt quyá»?n hạn: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Gặp lá»?i khi Ä?ặt quyá»?n hạn: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Gặp lá»?i khi Ä?ặt ngÆ°á»?i sá»? hữu : %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "liên kết tượng trưng phải có giá tr�"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "Gặp lá»?i khi Ä?ặt liên kết tượng trÆ°ng: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Gặp lá»?i khi Ä?ặt liên kết tượng trÆ°ng: táºp tin không phải là liên kết tượng "
"trÆ°ng"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "Gặp lá»?i khi Ä?ặt quyá»?n hạn: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "Ngữ cảnh SELinux phải khác NULL"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Lá»?i Ä?ặt ngữ cảnh SELinux: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux chÆ°a Ä?ược báºt trên há»? thá»?ng nà y"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Không há»? trợ chức nÄ?ng Ä?ặt thuá»?c tÃnh %s"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Gặp lá»?i khi Ä?á»?c từ táºp tin: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Gặp lá»?i khi tìm nÆ¡i trong táºp tin: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Gặp lá»?i khi Ä?óng táºp tin: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "Không tìm thấy kiá»?u theo dõi táºp tin cục bá»? mặc Ä?á»?nh"
@@ -1716,51 +1736,54 @@ msgstr "Lá»?i thay Ä?á»?i kÃch thÆ°á»?c luá»?ng ra bá»? nhá»?"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "hà m mount (lắp) không thực hi�n hà m unmount (b� lắp)"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "hà m mount (lắp) không thá»±c hiá»?n hà m eject (Ä?ầy ra)"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
+#: gio/gmount.c:568
#, fuzzy
-msgid "mount doesn't implement unmount or unmount_with_operation"
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "hà m mount (lắp) không thực hi�n hà m unmount (b� lắp)"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
+#: gio/gmount.c:655
#, fuzzy
-msgid "mount doesn't implement eject or eject_with_operation"
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "hà m mount (lắp) không thá»±c hiá»?n hà m eject (Ä?ầy ra)"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+msgid "mount doesn't implement \"remount\""
msgstr "hà m mount (lắp) không thực hi�n hà m remount (lắp lại)"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:797
+#: gio/gmount.c:828
msgid "mount doesn't implement content type guessing"
msgstr "hà m mount (lắp) không thá»±c hiá»?n Ä?oán ná»?i dung"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement content type guessing.
-#: gio/gmount.c:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "hà m mount (lắp) không thá»±c hiá»?n Ä?oán ná»?i dung Ä?á»?ng bá»?"
@@ -1769,11 +1792,11 @@ msgstr "hà m mount (lắp) không thá»±c hiá»?n Ä?oán ná»?i dung Ä?á»?ng bá»?"
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
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:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "Luá»?ng nguá»?n Ä?ã bá»? Ä?óng"
@@ -1909,7 +1932,7 @@ msgstr "Gặp lá»?i khi má»? táºp tin: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr "các thay Ä?á»?i liên quan không Ä?ược há»? trợ trên win32"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "Gặp lá»?i khi gỡ bá»? táºp tin: %s"
diff --git a/po/wa.po b/po/wa.po
index 42c86f8..b533a09 100644
--- a/po/wa.po
+++ b/po/wa.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\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"
@@ -90,69 +90,69 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Dji n' a savou lére li loyén simbolike «%s»: %s"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "Li cviersaedje di l' ecôdaede «%s» viè «%s» n' est nén sopoirté"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
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:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Secwince d' octets nén valide e l' intrêye do cviersaedje"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "�k n' a nén stî tot cviersant: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr ""
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr ""
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "Li tchmin «%s» n' est nén on tchmin absolou"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr ""
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr ""
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr ""
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr ""
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Li tchmin «%s» n' est nén on tchmin absolou"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "No d' lodjoe nén valide"
@@ -161,121 +161,136 @@ msgstr "No d' lodjoe nén valide"
msgid "Error opening directory '%s': %s"
msgstr "�k n' a nén stî tot drovant l' ridant «%s»: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Dji n' a savou alouwer %lu octets po lére li fitchî «%s»"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "�k n' a nén stî tot léjhant l' fitchî «%s»: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Dji n' a nén savou lére li fitchî «%s»: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Dji n' a savou drovi li fitchî «%s»: %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"Dji n' a nén savou aveur les atributs do fitchî «%s»: fstat() a fwait "
"berwete: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Dji n' a savou drovi li fitchî «%s»: fdopen() a fwait berwete: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, fuzzy, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Dji n' a savou drovi li fitchî «%s»: fdopen() a fwait berwete: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Dji n' a savou askepyî l' fitchî «%s»: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, fuzzy, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Dji n' a savou drovi li fitchî «%s»: fdopen() a fwait berwete: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, fuzzy, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Dji n' a savou drovi li fitchî «%s»: fdopen() a fwait berwete: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Dji n' a savou drovi li fitchî «%s»: fdopen() a fwait berwete: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Dji n' a savou drovi li fitchî «%s»: fdopen() a fwait berwete: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, fuzzy, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Dji n' a savou drovi li fitchî «%s»: fdopen() a fwait berwete: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "Li patron «%s» n' est nén valide, i n' doet nén aveur on «%s»"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, fuzzy, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Li patron «%s» èn finixh nén avou XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, c-format
+msgid "%.1f TB"
+msgstr ""
+
+#: glib/gfileutils.c:1802
+#, c-format
+msgid "%.1f PB"
+msgstr ""
+
+#: glib/gfileutils.c:1807
+#, c-format
+msgid "%.1f EB"
+msgstr ""
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Dji n' a savou lére li loyén simbolike «%s»: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Loyéns simbolikes nén sopoirtés"
@@ -511,7 +526,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr ""
@@ -1091,17 +1106,17 @@ msgstr ""
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr ""
@@ -1124,34 +1139,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1203,13 +1218,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1223,50 +1238,50 @@ msgstr "Loyéns simbolikes nén sopoirtés"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: gio/gfile.c:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr ""
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr ""
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr ""
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
#, fuzzy
msgid "Trash not supported"
msgstr "Loyéns simbolikes nén sopoirtés"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr ""
@@ -1355,7 +1370,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr ""
@@ -1368,115 +1383,120 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "No d' lodjoe nén valide"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, fuzzy, c-format
msgid "Error getting filesystem info: %s"
msgstr "�k n' a nén stî tot léjhant l' fitchî «%s»: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr ""
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "�k n' a nén stî tot léjhant l' fitchî «%s»: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
#, fuzzy
msgid "Invalid filename"
msgstr "No d' lodjoe nén valide"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "�k n' a nén stî tot léjhant l' fitchî «%s»: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "�k n' a nén stî tot léjhant l' fitchî «%s»: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "�k n' a nén stî tot léjhant l' fitchî «%s»: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Dji n' a savou askepyî l' fitchî «%s»: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Dji n' a savou askepyî l' fitchî «%s»: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Dji n' a savou askepyî l' fitchî «%s»: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "�k n' a nén stî tot drovant l' ridant «%s»: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Dji n' a savou lére li loyén simbolike «%s»: %s"
+
+#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "�k n' a nén stî tot cviersant: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "�k n' a nén stî tot léjhant l' fitchî «%s»: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "�k n' a nén stî tot léjhant l' fitchî «%s»: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr ""
@@ -1497,103 +1517,103 @@ msgstr ""
msgid "Error setting extended attribute '%s': %s"
msgstr "�k n' a nén stî tot drovant l' ridant «%s»: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "�k n' a nén stî tot léjhant l' fitchî «%s»: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "�k n' a nén stî tot léjhant l' fitchî «%s»: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "�k n' a nén stî tot cviersant: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "�k n' a nén stî tot cviersant: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "�k n' a nén stî tot cviersant: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Aroke el roye %d: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "�k n' a nén stî tot cviersant: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "�k n' a nén stî tot cviersant: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Loyéns simbolikes nén sopoirtés"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "�k n' a nén stî tot léjhant l' fitchî «%s»: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "�k n' a nén stî tot léjhant l' fitchî «%s»: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "�k n' a nén stî tot léjhant l' fitchî «%s»: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
@@ -1675,49 +1695,49 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+msgid "mount doesn't implement \"unmount\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+msgid "mount doesn't implement \"eject\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
@@ -1726,11 +1746,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr ""
@@ -1864,7 +1884,7 @@ msgstr "�k n' a nén stî tot léjhant l' fitchî «%s»: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr ""
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "�k n' a nén stî tot léjhant l' fitchî «%s»: %s"
diff --git a/po/xh.po b/po/xh.po
index 471754d..06477cb 100644
--- a/po/xh.po
+++ b/po/xh.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\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"
@@ -90,70 +90,70 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Akuphumelelanga ukufunda ikhonkco elingumfuziselo '%s': %s"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr ""
"Uguqulo ukusuka kwingqokelela yeempawu '%s' ukuya kwi '%s' ayixhaswanga"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
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:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "Ulandelelwano olungasebenziyo lwe-byte kungeniso-lwazi yenguqulo"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "Impazamo ngelixa lenguqulo: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "Inxalenye yophawu lolandelelwano ekupheleni kongeniso-lwazi"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "Akukwazeki ukuguqula i-fallback '%s' kwiseti yekhowudi '%s'"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "I-URI '%s' asiyiyo i-URI ngokupheleleyo esebenzisa indlela ye \"file\""
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "I-URI yefayili yendawo '%s' kunokwenzeka ingaquki i-'#'"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "Ayisebenzi i-'%s' yeURI"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "Igama lomququzeleli weURI '%s' alisebenzi"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "I-URI '%s' iqulethe iimpawu ezisindileyo ezingasebenziyo"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Igama lendlela yothungelwano '%s' akuyiyo kuphela indlela"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Igama lomququzeleli elingasebenziyo"
@@ -162,121 +162,136 @@ msgstr "Igama lomququzeleli elingasebenziyo"
msgid "Error opening directory '%s': %s"
msgstr "Impazamo yokuvula uvimba weefayili '%s': %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "Akwazekanga ukwaba %lu ii-byte ukufunda ifayili \"%s\""
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "Akuphumelelekanga ukufunda ifayili '%s': %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "Akuphumelelekanga ukuvula ifayili '%s': %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr ""
"Akuphumelelekanga ukufumana iimpawu zefayili '%s': fstat() "
"akuphumelelekanga: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "Akuphumelelekanga ukuvula ifayili '%s': fdopen() akuphumelelekanga: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, fuzzy, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "Akuphumelelekanga ukuvula ifayili '%s': fdopen() akuphumelelekanga: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "Akuphumelelekanga ukudala ifayili '%s': %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, fuzzy, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "Akuphumelelekanga ukuvula ifayili '%s': fdopen() akuphumelelekanga: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, fuzzy, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "Akuphumelelekanga ukuvula ifayili '%s': fdopen() akuphumelelekanga: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "Akuphumelelekanga ukuvula ifayili '%s': fdopen() akuphumelelekanga: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "Akuphumelelekanga ukuvula ifayili '%s': fdopen() akuphumelelekanga: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, fuzzy, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "Akuphumelelekanga ukuvula ifayili '%s': fdopen() akuphumelelekanga: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "I-Template '%s' ayisebenzi, kufuneka ingaqulathi i '%s'"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, fuzzy, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "I-Template '%s' ayipheli ngo XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, c-format
+msgid "%.1f TB"
+msgstr ""
+
+#: glib/gfileutils.c:1802
+#, c-format
+msgid "%.1f PB"
+msgstr ""
+
+#: glib/gfileutils.c:1807
+#, c-format
+msgid "%.1f EB"
+msgstr ""
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Akuphumelelanga ukufunda ikhonkco elingumfuziselo '%s': %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "Ikhonkco elingumfuziselo alixhaswanga"
@@ -546,7 +561,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr ""
@@ -1154,17 +1169,17 @@ msgstr "Ixabiso '%s' alinakho ukuchazwa njenge-boolean."
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr ""
@@ -1188,34 +1203,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1267,13 +1282,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1287,50 +1302,50 @@ msgstr "Ikhonkco elingumfuziselo alixhaswanga"
#. Translators: This is an error message when trying to find
#. * the enclosing (user visible) mount of a file, but none
#. * exists.
-#: gio/gfile.c:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr ""
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr ""
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr ""
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
#, fuzzy
msgid "Trash not supported"
msgstr "Ikhonkco elingumfuziselo alixhaswanga"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr ""
@@ -1419,7 +1434,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr ""
@@ -1432,115 +1447,120 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "Igama lomququzeleli elingasebenziyo"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, fuzzy, c-format
msgid "Error getting filesystem info: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr ""
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
#, fuzzy
msgid "Invalid filename"
msgstr "Igama lomququzeleli elingasebenziyo"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Akuphumelelekanga ukudala ifayili '%s': %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Akuphumelelekanga ukudala ifayili '%s': %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "Akuphumelelekanga ukudala ifayili '%s': %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "Impazamo yokuvula uvimba weefayili '%s': %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "Akuphumelelanga ukufunda ikhonkco elingumfuziselo '%s': %s"
+
+#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "Impazamo ngelixa lenguqulo: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr ""
@@ -1562,103 +1582,103 @@ msgstr "Uxwebhu luphele ngesiquphe ngaphakathi kwegama lophawu"
msgid "Error setting extended attribute '%s': %s"
msgstr "Impazamo yokuvula uvimba weefayili '%s': %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "Impazamo ngelixa lenguqulo: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "Impazamo ngelixa lenguqulo: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "Impazamo ngelixa lenguqulo: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "Impazamo emgceni %d: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "Impazamo ngelixa lenguqulo: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "Impazamo ngelixa lenguqulo: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, fuzzy, c-format
msgid "Setting attribute %s not supported"
msgstr "Ikhonkco elingumfuziselo alixhaswanga"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
@@ -1741,49 +1761,49 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+msgid "mount doesn't implement \"unmount\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+msgid "mount doesn't implement \"eject\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
@@ -1792,11 +1812,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr ""
@@ -1930,7 +1950,7 @@ msgstr "Impazamo yokufunda ifayili '%s': %s"
msgid "GSocketControlMessage not supported on windows"
msgstr ""
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "Impazamo yokufunda ifayili '%s': %s"
diff --git a/po/yi.po b/po/yi.po
index 8031a4c..9969fc5 100644
--- a/po/yi.po
+++ b/po/yi.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\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"
@@ -86,69 +86,69 @@ msgstr ""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "× ×?×? ×?×¢×§×¢× ×? ש×?ַפֿ×? ×?עקע %s: %s"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "פֿ×?ַרװ×?Ö·× ×?×?×?× ×? פֿ×?×? ק×?Ö¸×?×?ר×?× ×? %s צ×? %s × ×?×? ×?עש×?×?צ×?"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, fuzzy, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "× ×?×? ×?×¢×§×¢× ×? ×¢×¤Ö¿×¢× ×¢×? פֿ×?ַרװ×?Ö·× ×?×?ער פֿ×?×? %s צ×? %s: %s"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "×?×?×?×?עקס×?ק ×?Ö·×?×?×¢×?×¢Ö¾×¡×¢×²Ö·×°×¢× ×¥ ×?×?×? פֿ×?ַרװ×?Ö·× ×?×?×?× ×? ×?ַרױסשרײַ×?"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "×?×?ר×?פֿ×?Ö·×? ×?שעת פֿ×?ַרװ×?Ö·× ×?×?×?× ×?: %s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "×?×?Ö·×?×?×¢ ×?×?ַר×?ַק×?×¢×¨Ö¾×¡×¢×§×°×¢× ×¥ צ×?×? ס×?×£ פֿ×?×? ×?Ö·×¨×²Ö·× ×©×¨×²Ö·×?"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "× ×?×? ×?×¢×§×¢× ×? פֿ×?ַרװ×?Ö·× ×?×?×¢×? ×?ר×?× ×?×?×?Ö·×?רעף %s צ×? ק×?Ö¸×?×?ר×?× ×? %s"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, fuzzy, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "×?ער URI %s ×?×?×? × ×?×? ×?Ö·×?ס×?Ö¸×?×?×? ×?×±×? ×?ער ×?עקע־ס×?×¢×?×¢"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "×?ער ×?×?ָק×?Ö·×?ער ×?עקע־URI %s ×?×?ָר × ×?×? ×?Ö¼×?×?×? ×?ײַ×? ×?Ö· '#'"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "×?ער URI %s ×?×?×? ×?×?×?×?עקס×?ק"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "×?ער ×?×?ַש×?×?Ö¾× ×?Ö¸×?×¢×? פֿ×?× ×¢×? URI %s ×?×?×? ×?×?×?×?עקס×?ק"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "×?ער URI %s ×?×?×? ×?Ö¼×?×?×? ×?×?×?×?עקס×?קע פּ×?×?×?×?Ö¾×?×?ַר×?ַק×?ערס"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "×?×? פּ×?ַפּקע־רש×?×?×? %s ×?×?×? × ×?×? ×?Ö·×?ס×?Ö¸×?×?×?"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "×?×?×?×?עקס×?קער ×?×?ַש×?×?Ö¾× ×?Ö¸×?×¢×?"
@@ -157,119 +157,134 @@ msgstr "×?×?×?×?עקס×?קער ×?×?ַש×?×?Ö¾× ×?Ö¸×?×¢×?"
msgid "Error opening directory '%s': %s"
msgstr "×?×?ר×?פֿ×?Ö·×? ×?×?×? ×¢×¤Ö¿×¢× ×¢×? פּ×?ַפּקע %s: %s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "× ×?×? ×?×¢×§×¢× ×? ×?ױס×?ײ×?×? %lu ×?Ö·×?×?×¢×?×¢×? צ×? ×?×²×¢× ×¢×? ×?עקע %s"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "×?×?ר×?פֿ×?Ö·×? ×?×?×? ×?×²×¢× ×¢×? ×?עקע %s: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr ""
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "× ×?×? ×?×¢×§×¢× ×? ×?×²×¢× ×¢×? ×?עקע %s: %s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "× ×?×? ×?×¢×§×¢× ×? ×¢×¤Ö¿×¢× ×¢×? ×?עקע '%s': %s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "× ×?×? ×?×¢×§×¢× ×? ×?×?ַק×?×?×¢×? ×?Ö·×?ר×?×?×?×?×? פֿ×?×? ×?עקע %s: fstat() ×?×?×? ×?×?ר×?×?עפֿ×?Ö·×?×?: %s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "× ×?×? ×?×¢×§×¢× ×? ×¢×¤Ö¿×¢× ×¢×? ×?עקע %s: fdopen() ×?×?×? ×?×?ר×?×?עפֿ×?Ö·×?×?: %s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, fuzzy, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "× ×?×? ×?×¢×§×¢× ×? ×¢×¤Ö¿×¢× ×¢×? ×?עקע %s: fdopen() ×?×?×? ×?×?ר×?×?עפֿ×?Ö·×?×?: %s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "× ×?×? ×?×¢×§×¢× ×? ש×?ַפֿ×? ×?עקע %s: %s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, fuzzy, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "× ×?×? ×?×¢×§×¢× ×? ×¢×¤Ö¿×¢× ×¢×? ×?עקע %s: fdopen() ×?×?×? ×?×?ר×?×?עפֿ×?Ö·×?×?: %s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, fuzzy, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "× ×?×? ×?×¢×§×¢× ×? ×¢×¤Ö¿×¢× ×¢×? ×?עקע %s: fdopen() ×?×?×? ×?×?ר×?×?עפֿ×?Ö·×?×?: %s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, fuzzy, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "× ×?×? ×?×¢×§×¢× ×? ×¢×¤Ö¿×¢× ×¢×? ×?עקע %s: fdopen() ×?×?×? ×?×?ר×?×?עפֿ×?Ö·×?×?: %s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, fuzzy, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "× ×?×? ×?×¢×§×¢× ×? ×¢×¤Ö¿×¢× ×¢×? ×?עקע %s: fdopen() ×?×?×? ×?×?ר×?×?עפֿ×?Ö·×?×?: %s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, fuzzy, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "× ×?×? ×?×¢×§×¢× ×? ×¢×¤Ö¿×¢× ×¢×? ×?עקע %s: fdopen() ×?×?×? ×?×?ר×?×?עפֿ×?Ö·×?×?: %s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr ""
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "×?×?ס×?ער %s ×?×?×?×?עקס×?ק, ×?×?ָר × ×?×? ×?Ö¼×?×?×? ×?ײַ×? %s"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, fuzzy, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "×?×?ס×?ער %s ×¢× ×?×?ק×? ×?×?×? × ×?×? ×?×?×? XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, c-format
+msgid "%.1f TB"
+msgstr ""
+
+#: glib/gfileutils.c:1802
+#, c-format
+msgid "%.1f PB"
+msgstr ""
+
+#: glib/gfileutils.c:1807
+#, c-format
+msgid "%.1f EB"
+msgstr ""
+
+#: glib/gfileutils.c:1850
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "× ×?×? ×?×¢×§×¢× ×? ש×?ַפֿ×? ×?עקע %s: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr ""
@@ -532,7 +547,7 @@ msgstr ""
msgid "the pattern contains items not supported for partial matching"
msgstr ""
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr ""
@@ -1121,17 +1136,17 @@ msgstr ""
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr ""
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr ""
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr ""
@@ -1154,34 +1169,34 @@ msgstr ""
msgid "Unexpected early end-of-stream"
msgstr ""
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr ""
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr ""
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr ""
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr ""
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr ""
@@ -1233,13 +1248,13 @@ msgstr ""
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr ""
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr ""
@@ -1252,49 +1267,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr ""
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr ""
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr ""
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr ""
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr ""
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr ""
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr ""
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr ""
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr ""
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr ""
@@ -1383,7 +1398,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr ""
@@ -1396,115 +1411,120 @@ msgstr ""
msgid "Unsupported socket address"
msgstr ""
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr ""
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, fuzzy, c-format
msgid "Invalid filename %s"
msgstr "×?×?×?×?עקס×?קער ×?×?ַש×?×?Ö¾× ×?Ö¸×?×¢×?"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, fuzzy, c-format
msgid "Error getting filesystem info: %s"
msgstr "×?×?ר×?פֿ×?Ö·×? ×?×?×? ×?×²×¢× ×¢×? ×?עקע %s: %s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr ""
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, fuzzy, c-format
msgid "Error renaming file: %s"
msgstr "×?×?ר×?פֿ×?Ö·×? ×?×?×? ×?×²×¢× ×¢×? ×?עקע %s: %s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr ""
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
#, fuzzy
msgid "Invalid filename"
msgstr "×?×?×?×?עקס×?קער ×?×?ַש×?×?Ö¾× ×?Ö¸×?×¢×?"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, fuzzy, c-format
msgid "Error opening file: %s"
msgstr "×?×?ר×?פֿ×?Ö·×? ×?×?×? ×?×²×¢× ×¢×? ×?עקע %s: %s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr ""
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, fuzzy, c-format
msgid "Error removing file: %s"
msgstr "×?×?ר×?פֿ×?Ö·×? ×?×?×? ×?×²×¢× ×¢×? ×?עקע %s: %s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, fuzzy, c-format
msgid "Error trashing file: %s"
msgstr "×?×?ר×?פֿ×?Ö·×? ×?×?×? ×?×²×¢× ×¢×? ×?עקע %s: %s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, fuzzy, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "× ×?×? ×?×¢×§×¢× ×? ש×?ַפֿ×? ×?עקע %s: %s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr ""
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr ""
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, fuzzy, c-format
msgid "Unable to create trashing info file: %s"
msgstr "× ×?×? ×?×¢×§×¢× ×? ש×?ַפֿ×? ×?עקע %s: %s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, fuzzy, c-format
msgid "Unable to trash file: %s"
msgstr "× ×?×? ×?×¢×§×¢× ×? ש×?ַפֿ×? ×?עקע %s: %s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, fuzzy, c-format
msgid "Error creating directory: %s"
msgstr "×?×?ר×?פֿ×?Ö·×? ×?×?×? ×¢×¤Ö¿×¢× ×¢×? פּ×?ַפּקע %s: %s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "× ×?×? ×?×¢×§×¢× ×? ש×?ַפֿ×? ×?עקע %s: %s"
+
+#: gio/glocalfile.c:2155
#, fuzzy, c-format
msgid "Error making symbolic link: %s"
msgstr "×?×?ר×?פֿ×?Ö·×? ×?שעת פֿ×?ַרװ×?Ö·× ×?×?×?× ×?: %s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, fuzzy, c-format
msgid "Error moving file: %s"
msgstr "×?×?ר×?פֿ×?Ö·×? ×?×?×? ×?×²×¢× ×¢×? ×?עקע %s: %s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr ""
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr ""
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, fuzzy, c-format
msgid "Error removing target file: %s"
msgstr "×?×?ר×?פֿ×?Ö·×? ×?×?×? ×?×²×¢× ×¢×? ×?עקע %s: %s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr ""
@@ -1526,103 +1546,103 @@ msgstr "×?×?ָק×?×?×¢× ×? ×¢× ×?×?ק×? ×?×?×? ×?×?×?×?ער×?×?×?ער×?ײ×? ×?×?
msgid "Error setting extended attribute '%s': %s"
msgstr "×?×?ר×?פֿ×?Ö·×? ×?×?×? ×¢×¤Ö¿×¢× ×¢×? פּ×?ַפּקע %s: %s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, fuzzy, c-format
msgid "Error stating file '%s': %s"
msgstr "×?×?ר×?פֿ×?Ö·×? ×?×?×? ×?×²×¢× ×¢×? ×?עקע %s: %s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr ""
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, fuzzy, c-format
msgid "Error stating file descriptor: %s"
msgstr "×?×?ר×?פֿ×?Ö·×? ×?×?×? ×?×²×¢× ×¢×? ×?עקע %s: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr ""
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
#, fuzzy
msgid "Cannot set permissions on symlinks"
msgstr "×?×?ר×?פֿ×?Ö·×? ×?שעת פֿ×?ַרװ×?Ö·× ×?×?×?× ×?: %s"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, fuzzy, c-format
msgid "Error setting permissions: %s"
msgstr "×?×?ר×?פֿ×?Ö·×? ×?שעת פֿ×?ַרװ×?Ö·× ×?×?×?× ×?: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, fuzzy, c-format
msgid "Error setting owner: %s"
msgstr "×?×?ר×?פֿ×?Ö·×? ×?שעת פֿ×?ַרװ×?Ö·× ×?×?×?× ×?: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, fuzzy, c-format
msgid "Error setting symlink: %s"
msgstr "×?×?ר×?פֿ×?Ö·×? ×?×±×£ ש×?ר×? %d: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, fuzzy, c-format
msgid "Error setting modification or access time: %s"
msgstr "×?×?ר×?פֿ×?Ö·×? ×?שעת פֿ×?ַרװ×?Ö·× ×?×?×?× ×?: %s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr ""
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, fuzzy, c-format
msgid "Error setting SELinux context: %s"
msgstr "×?×?ר×?פֿ×?Ö·×? ×?שעת פֿ×?ַרװ×?Ö·× ×?×?×?× ×?: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr ""
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr ""
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, fuzzy, c-format
msgid "Error reading from file: %s"
msgstr "×?×?ר×?פֿ×?Ö·×? ×?×?×? ×?×²×¢× ×¢×? ×?עקע %s: %s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, fuzzy, c-format
msgid "Error seeking in file: %s"
msgstr "×?×?ר×?פֿ×?Ö·×? ×?×?×? ×?×²×¢× ×¢×? ×?עקע %s: %s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, fuzzy, c-format
msgid "Error closing file: %s"
msgstr "×?×?ר×?פֿ×?Ö·×? ×?×?×? ×?×²×¢× ×¢×? ×?עקע %s: %s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr ""
@@ -1704,49 +1724,49 @@ msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+msgid "mount doesn't implement \"unmount\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+msgid "mount doesn't implement \"eject\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr ""
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr ""
@@ -1755,11 +1775,11 @@ msgstr ""
msgid "Hostname '%s' contains '[' but not ']'"
msgstr ""
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr ""
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr ""
@@ -1892,7 +1912,7 @@ msgstr "×?×?ר×?פֿ×?Ö·×? ×?×?×? ×?×²×¢× ×¢×? ×?עקע %s: %s"
msgid "GSocketControlMessage not supported on windows"
msgstr ""
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, fuzzy, c-format
msgid "Error receiving message: %s"
msgstr "×?×?ר×?פֿ×?Ö·×? ×?×?×? ×?×²×¢× ×¢×? ×?עקע %s: %s"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index d3708cd..85f95d6 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-09 20:48+0800\n"
"Last-Translator: Hinker <hinkerliu gmail com>\n"
"Language-Team: Chinese/Simplified <i18n-translation lists linux net cn>\n"
@@ -90,69 +90,69 @@ msgstr "没æ??å??为â??%sâ??ç??åº?ç?¨ç¨?åº?为â??%sâ??注å??书ç¾"
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "ç?¨ URI â??%2$sâ??å±?å¼? exec è¡?â??%1$sâ??失败"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "ä¸?æ?¯æ??ä»?å?符é??â??%sâ??å?°â??%sâ??ç??转æ?¢"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "æ? æ³?æ??å¼?ä»?â??%sâ??å?°â??%sâ??ç??转æ?¢å?¨"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "转æ?¢è¾?å?¥ä¸å?ºç?°æ? æ??å?符åº?å??"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "转æ?¢è¿?ç¨?ä¸å?ºé??ï¼?%s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "è¾?å?¥æ?«å°¾å?ºç?°æ?ªå°½å?符åº?å??"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "æ? æ³?转æ?¢å??å¤?å?符é??â??%sâ??å?°å?符é??â??%sâ??"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URIâ??%sâ??ä¸?æ?¯â??fileâ??æ ¼å¼?ç??ç»?对 URI"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "æ?¬å?°æ??件 URIâ??%sâ??ä¸?è?½å??å?«â??#â??"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URIâ??%sâ??æ? æ??"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URIä¸ç??主æ?ºå??â??%sâ??æ? æ??"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URIâ??%sâ??ä¸å??å?«æ? æ??ç??转ä¹?å?符"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "è·¯å¾?å??â??%sâ??ä¸?æ?¯ç»?对路å¾?"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "æ? æ??ç??主æ?ºå??"
@@ -161,118 +161,133 @@ msgstr "æ? æ??ç??主æ?ºå??"
msgid "Error opening directory '%s': %s"
msgstr "æ??å¼?ç?®å½?â??%sâ??æ?¶å??ç??é??误ï¼?%s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "æ? æ³?å??é?? %lu å?è??以读å??æ??件â??%sâ??"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "读å??æ??件â??%sâ??å?ºé??ï¼?%s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "æ??件â??%sâ??太大"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "读å??æ??件â??%sâ??失败ï¼?%s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "æ??å¼?æ??件â??%sâ??失败ï¼?%s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "è?·å¾?æ??件â??%sâ??ç??å±?æ?§å¤±è´¥ï¼?fstat() 失败ï¼?%s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "æ??å¼?æ??件â??%sâ??失败ï¼?fdopen() 失败ï¼?%s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "å°?æ??件â??%sâ??é??å?½å??为â??%sâ??失败ï¼?g_rename() 失败ï¼?%s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "å??建æ??件â??%sâ??失败ï¼?%s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "æ??å¼?æ??件â??%sâ??å??å?¥å¤±è´¥ï¼?fdopen() 失败ï¼?%s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "å??å?¥æ??件â??%sâ??失败ï¼?fwrite() 失败ï¼?%s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "å??å?¥æ??件â??%sâ??失败ï¼?fflush() 失败ï¼?%s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "å??å?¥æ??件â??%sâ??失败ï¼?fsync() 失败ï¼?%s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "å?³é?æ??件â??%sâ??失败ï¼?fclose() 失败ï¼?%s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "æ? æ³?å? é?¤å·²æ??æ??件â??%sâ??ï¼?g_unlink() 失败ï¼?%s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "模æ?¿â??%sâ??æ? æ??ï¼?ä¸?åº?该å??å?«â??%sâ??"
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "模æ?¿â??%sâ??ç??ä¸?å??å?« XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u å?è??"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "读å??符å?·é?¾æ?¥â??%sâ??失败ï¼?%s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "ä¸?æ?¯æ??符å?·é?¾æ?¥"
@@ -509,7 +524,7 @@ msgstr "è¾¾å?°å??溯ä¸?é??"
msgid "the pattern contains items not supported for partial matching"
msgstr "表达å¼?å??å?«ä¸?被é?¨å??å?¹é??æ?¯æ??ç??项"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "å??é?¨é??误"
@@ -1087,17 +1102,17 @@ msgstr "æ? æ³?å°?å?¼â??%sâ??解é??为å¸?å°?å?¼ã??"
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "ä¼ é??ç»? %s ç??计æ?°å?¼å¤ªå¤§äº?"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "æµ?å·²ç»?å?³é?"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "æ??ä½?被å??æ¶?"
@@ -1120,34 +1135,34 @@ msgstr "%s ç±»å??"
msgid "Unexpected early end-of-stream"
msgstr "é??é¢?æ??ç??è¿?æ?©ç??æµ?ç»?æ??符"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "æ?ªå?½å??"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "æ¡?é?¢æ??件æ?ªæ??å®? Exec å?ºå??"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "æ? æ³?æ?¾å?°åº?ç?¨ç¨?åº?é??è¦?ç??ç»?端"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "æ? æ³?å??建ç?¨æ?·åº?ç?¨ç¨?åº?é??ç½®æ??件夹 %sï¼?%s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "æ? æ³?å??建ç?¨æ?· MIME é??ç½®æ??件夹 %sï¼?%s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "æ? æ³?å??建ç?¨æ?·æ¡?é?¢æ??件 %s"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "%s ç??è?ªå?¶å®?å®?ä¹?"
@@ -1202,13 +1217,13 @@ msgstr "GEmblemedIcon ç¼?ç ?ä¸æ??ä¸?æ£ç¡®ç??符å?·æ?°é??(%d)"
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "GEmblemedIcon ä¸åº?为 GEmblem"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "ä¸?æ?¯æ??该æ??ä½?"
@@ -1221,49 +1236,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "å??å?«ç??æ??è½½ä¸?å?å?¨"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "æ? æ³?å¤?å?¶ç?®å½?"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "æ? æ³?å°?ç?®å½?å¤?å?¶å?°ç?®å½?"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "ç?®æ ?æ??件已å?å?¨"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "æ? æ³?é??å½?å¤?å?¶ç?®å½?"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "æ? æ³?å¤?å?¶ç?¹æ®?æ??件"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "ç»?å?ºç??符å?·é?¾æ?¥å?¼æ? æ??"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "ä¸?æ?¯æ??å??å?¾ç®±"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "æ??件å??ä¸?è?½å??å?«â??%câ??"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "å?·æ?ªå®?ç?°æ??è½½"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "没æ??注å??为å¤?ç??æ¤æ??件ç??åº?ç?¨ç¨?åº?"
@@ -1352,7 +1367,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "æµ?æ??å¼?常æ??ä½?"
@@ -1365,114 +1380,119 @@ msgstr "没æ??足å¤?ç??空é?´å¥?æ?¥å?å?°å??"
msgid "Unsupported socket address"
msgstr "ä¸?æ?¯æ??ç??å¥?æ?¥å?å?°å??"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "æ? æ³?æ?¾é»?认ç??æ?¬å?°ç?®å½?ç??è§?å?¨ç±»å??"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "æ? æ??ç??æ??件å??å??ï¼?%s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "读å??æ??件系ç»?ä¿¡æ?¯å?ºé??ï¼?%s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "æ? æ³?é??å?½å??æ ¹ç?®å½?"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "é??å?½å??æ??件å?ºé??ï¼?%s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "æ? æ³?é??å?½å??æ??件ï¼?该æ??件å??å·²å?å?¨"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "æ? æ??ç??æ??件å??"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "æ??å¼?æ??件å?ºé??ï¼?%s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "æ? æ³?æ??å¼?ç?®å½?"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "移é?¤æ??件å?ºé??ï¼?%s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "å°?æ??件æ?¾å?°å??å?¾ç®±å?ºé??ï¼?%s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "å??建å??å?¾ç®±ç?®å½? %s 失败ï¼?%s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "æ? æ³?æ?¾å?°å??å?¾ç®±ç??顶级ç?®å½?"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "æ? æ³?æ?¾å?°æ??å??建å??å?¾ç®±ç?®å½?"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "å??建å??å?¾ä¿¡æ?¯æ??件失败ï¼?%s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "æ? æ³?å°?æ??件移å?¨å?°å??æ?¶ç«?ï¼?%s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "å??建ç?®å½?å?ºé??ï¼?%s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "读å??符å?·é?¾æ?¥â??%sâ??失败ï¼?%s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "å??建符å?·é?¾æ?¥å?ºé??ï¼?%s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "移å?¨æ??件å?ºé??ï¼?%s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "æ? æ³?å°?ç?®å½?移å?¨å?°ç?®å½?"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "å¤?份æ??件å??建失败"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "移é?¤ç?®æ ?æ??件å?ºé??ï¼?%s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "ä¸?æ?¯æ??å?¨æ??è½½ä¹?é?´ç§»å?¨"
@@ -1493,102 +1513,102 @@ msgstr "æ? æ??ç??æ?©å±?å±?æ?§å??"
msgid "Error setting extended attribute '%s': %s"
msgstr "设置æ?©å±?å±?æ?§â??%sâ??å?ºé??ï¼?%s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "è?·å??æ??件â??%sâ??ç?¶æ??å?ºé??ï¼?%s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (æ? æ??ç??ç¼?ç ?)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "è?·å??æ??件æ??述符ç?¶æ??æ?¶å?ºé??ï¼?%s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "æ? æ??ç??å±?æ?§ç±»å??(åº?为 uint32)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "æ? æ??ç??å±?æ?§ç±»å??(åº?为 uint64)"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "æ? æ??ç??å±?æ?§ç±»å??(åº?为 byte string)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "æ? æ³?为符å?·é?¾è®¾ç½®æ??é??"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "设置访é?®æ??é??å?ºé??ï¼?%s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "设置æ??æ??è??å?ºé??ï¼?%s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "符å?·é?¾æ?¥å¿?é¡»æ?¯é??空"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "设置符å?·é?¾æ?¥å?ºé??ï¼?%s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "设å®?符å?·é?¾æ?¥å?ºé??ï¼?æ??件ä¸?æ?¯ç¬¦å?·é?¾æ?¥"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "é??误设置修æ?¹æ??访é?®æ?¶é?´ï¼?%s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux ä¸?ä¸?æ??å¿?é¡»æ?¯é??空"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "设置 SELinux ä¸?ä¸?æ??å?ºé??ï¼?%s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "æ¤ç³»ç»?å°?æ?ªå?¯ç?¨ SELinux"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "ä¸?æ?¯æ??设置å±?æ?§ %s"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "读å??æ??件å?ºé??ï¼?%s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "å?¨æ??件ä¸æ?¥æ?¾æ?¶å?ºé??ï¼?%s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "å?³é?æ??件å?ºé??ï¼?%s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "æ? æ³?æ?¾å?°é»?认ç??æ?¬å?°æ??件ç??è§?å?¨ç±»å??"
@@ -1669,51 +1689,54 @@ msgstr "æ?¹å??å??å?è¾?å?ºæµ?大å°?失败"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "æ??è½½æ?ªå®?ç?°å?¸è½½"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "æ??è½½æ?ªå®?ç?°å¼¹å?º"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
+#: gio/gmount.c:568
#, fuzzy
-msgid "mount doesn't implement unmount or unmount_with_operation"
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "æ??è½½æ?ªæ?§è¡?å?¸è½½æ?? unmount_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
+#: gio/gmount.c:655
#, fuzzy
-msgid "mount doesn't implement eject or eject_with_operation"
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "æ??è½½æ?ªæ?§è¡?å¼¹å?ºæ?? eject_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "æ??è½½æ?ªå®?ç?°å??æ¥å??容类å??ç??æµ?"
@@ -1722,11 +1745,11 @@ msgstr "æ??è½½æ?ªå®?ç?°å??æ¥å??容类å??ç??æµ?"
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "主æ?ºå?? â??%sâ?? å??å?«â??[â??ä½?æ?¯ç¼ºå°?â??]â??"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "è¾?å?ºæµ?æ?ªå®?ç?°å??å?¥"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "æ?¥æº?æµ?å·²ç»?å?³é?"
@@ -1858,7 +1881,7 @@ msgstr "å??é??ä¿¡æ?¯å?ºé??ï¼?%s"
msgid "GSocketControlMessage not supported on windows"
msgstr "Windows ä¸?æ?¯æ?? GSocketControlMessage"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "æ?¥å??ä¿¡æ?¯å?ºé??ï¼?%s"
diff --git a/po/zh_HK.po b/po/zh_HK.po
index 1e0d9c4..8076ea1 100644
--- a/po/zh_HK.po
+++ b/po/zh_HK.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.21.7\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-21 20:53+0800\n"
"Last-Translator: Chao-Hsiung Liao <j_h_liau yahoo com tw>\n"
"Language-Team: Chinese (Hong Kong) <community linuxhall org>\n"
@@ -89,69 +89,69 @@ msgstr "æ²?æ??å??ç?ºã??%sã??ç??æ??ç?¨ç¨?å¼?註å??æ?¸ç±¤ã??%sã??"
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "以 URIâ??%2$sâ?? å±?é?? exec è¡?â??%1$sâ??失æ??"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "ä¸?æ?¯æ?´å°?å?符é??â??%sâ??è½?æ??æ??â??%sâ??"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "ç?¡æ³?å°?â??%sâ??è½?æ??è?³â??%sâ??"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "è½?æ??輸å?¥è³?æ??æ??é??å?°ä¸?æ£ç¢ºç??ä½?å??çµ?çµ?å??"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "è½?æ??æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "輸å?¥è³?æ??çµ?æ??æ??å?符ä»?æ?ªå®?æ?´"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "ç?¡æ³?å°?å¾?å??å?串â??%sâ??ç??å?符é??è½?æ??æ??â??%sâ??"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URIâ??%sâ??ä¸?æ?¯ä½¿ç?¨â??fileâ??æ ¼å¼?ç??çµ?å°? URI"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "æ?¬æ©?æª?æ¡?ç?? URIâ??%sâ??ä¸?æ??å?«æ??â??#â??"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URIâ??%sâ??ç?¡æ??"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URIâ??%sâ??ä¸ç??主æ©?å??稱ç?¡æ??"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URIâ??%sâ??å?«æ??ã??ä¸?æ£ç¢ºè·³å?ºã??ç??å?符"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "è·¯å¾?å??稱â??%sâ??ä¸?æ?¯çµ?å°?è·¯å¾?"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "主æ©?å??稱ç?¡æ??"
@@ -160,119 +160,134 @@ msgstr "主æ©?å??稱ç?¡æ??"
msgid "Error opening directory '%s': %s"
msgstr "é??å??ç?®é??â??%sâ??æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "ç?¡æ³?é??ç½® %lu ä½?å??ä¾?è®?å??æª?æ¡?â??%sâ??"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "è®?å??æª?æ¡?â??%sâ??æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "æª?æ¡?ã??%sã??太é??巨大"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "è®?å??æª?æ¡?â??%sâ??失æ??ï¼?%s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "é??å??æª?æ¡?ã??%sã??失æ??ï¼?%s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "ç?²å??æª?æ¡?â??%sâ??ç??屬æ?§å¤±æ??ï¼?fstat() 失æ??ï¼?%s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "é??å??æª?æ¡?â??%sâ??失æ??ï¼?fdopen() 失æ??ï¼?%s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "æª?æ¡?å??稱ç?±â??%sâ??æ?¹ç?ºâ??%sâ??失æ??ï¼?g_rename() 失æ??ï¼?%s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "建ç«?æª?æ¡?â??%sâ??失æ??ï¼?%s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "é??å??æª?æ¡?â??%sâ??ä½?寫å?¥å¤±æ??ï¼?fdopen() 失æ??ï¼?%s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "寫å?¥æª?æ¡?â??%sâ??失æ??ï¼?fwrite() 失æ??ï¼?%s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "ç?¡æ³?寫å?¥æª?æ¡?ã??%sã??ï¼?fflush() 失æ??ï¼?%s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "ç?¡æ³?寫å?¥æª?æ¡?ã??%sã??ï¼?fsync() 失æ??ï¼?%s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "é??é??æª?æ¡?â??%sâ??失æ??ï¼?fclose() 失æ??ï¼?%s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "ç?¾å?æª?æ¡?â??%sâ??ç?¡æ³?移é?¤ï¼?g_unlink() 失æ??ï¼?%s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "樣å¼?â??%sâ??ç?¡æ??ï¼?ä¸?æ??å?«æ??â??%sâ??"
# (Abel) this is file template for mktemp/mkstemp
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "æª?æ¡?樣å¼?â??%sâ??æ²?æ??å??å?« XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u ä½?å??çµ?"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "è®?å??符è??é?£çµ?â??%sâ??失æ??ï¼?%s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "ä¸?æ?¯æ?´ç¬¦è??é?£çµ?"
@@ -510,7 +525,7 @@ msgstr "å·²é??å??溯ä¸?é??"
msgid "the pattern contains items not supported for partial matching"
msgstr "æ¤æ¨¡å¼?å??å?«äº?ä¸?æ?¯æ?´é?¨å??æ¯?å°?ç??é ?ç?®"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "å?§é?¨ç??é?¯èª¤"
@@ -1088,17 +1103,17 @@ msgstr "æ?¸å?¼â??%sâ??ä¸?è?½è¢«è§£è¯ç?ºé??輯å?¼ã??"
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "å?³çµ¦ %s ç??è¨?æ?¸å?¼å¤ªå¤§"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "串æµ?å·²ç¶?é??é??"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "æ??ä½?已被å??æ¶?"
@@ -1121,34 +1136,34 @@ msgstr "%s é¡?å??"
msgid "Unexpected early end-of-stream"
msgstr "æ?ªé ?æ??ç??串æµ?é??æ?©çµ?æ??"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "æ?ªå?½å??ç??"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "æ¡?é?¢(Desktop)æª?æ¡?æ?ªæ??å®? Exec æ¬?ä½?"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "ç?¡æ³?æ?¾å?°æ??ç?¨ç¨?å¼?è¦?æ±?ç??çµ?端æ©?"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "ä¸?è?½å»ºç«?使ç?¨è??æ??ç?¨ç¨?å¼?çµ?æ??è³?æ??夾 %sï¼?%s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "ä¸?è?½å»ºç«?使ç?¨è?? MIME çµ?æ??è³?æ??夾 %sï¼?%s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "ä¸?è?½å»ºç«?使ç?¨è??æ¡?é?¢æª?æ¡? %s"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "è?ªé?¸ %s ç??å®?義"
@@ -1200,13 +1215,13 @@ msgstr "GEmblemedIcon 編碼ä¸è¨?è?? (%d) ç??æ?¸é??æ ¼å¼?ä¸?æ£ç¢º"
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "é ?æ??ç?º GEmblemedIcon ç?? GEmblem"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "ä¸?æ?¯æ?´ç??æ??ä½?"
@@ -1219,49 +1234,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "å??å?«äº?ä¸?å?å?¨ç??æ??è¼?é»?"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "ä¸?è?½è¤?製æ?´å??ç?®é??"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "ä¸?è?½å°?ç?®é??è¤?製å?°ç?®é??ä¸?"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "ç?®æ¨?æª?æ¡?å·²å?å?¨"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "ä¸?è?½é??å»»è¤?製ç?®é??"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "ä¸?è?½è¤?製ç?¹æ®?ç??æª?æ¡?"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "æ??ä¾?äº?ç?¡æ??ç??符è??é?£çµ?å?¼"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "ä¸?æ?¯æ?´å??æ?¶ç?"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "æª?æ¡?å??稱ä¸?è?½å??å?«ã??%cã??"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "å?²å?å??å°?æ?ªå¯¦ä½?æ??è¼?å??è?½"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "æ²?æ??æ??ç?¨ç¨?å¼?註å??ç?ºç?¨ä»¥è??ç??é??å??æª?æ¡?"
@@ -1350,7 +1365,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "串æµ?æ??ç?°å¸¸æ??ä½?"
@@ -1363,114 +1378,119 @@ msgstr "socket ä½?å??æ²?æ??è¶³å¤ ç??空é??"
msgid "Unsupported socket address"
msgstr "ä¸?æ?¯æ?´ç?? socket ä½?å??"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "ç?¡æ³?æ?¾å?°é ?è¨ç??æ?¬å?°ç«¯ç?®é??ç?£è¦?å?¨é¡?å??"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "ç?¡æ??ç??æª?æ¡?å??稱 %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "å??å¾?æª?æ¡?系統è³?è¨?æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "ä¸?è?½é??æ?°å?½å??æ ¹ç?®é??"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "é??æ?°å?½å??æª?æ¡?æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "ä¸?è?½é??æ?°å?½å??æª?æ¡?ï¼?該æª?æ¡?å??稱已å?å?¨"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "ç?¡æ??ç??æª?æ¡?å??稱"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "é??å??æª?æ¡?æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "ä¸?è?½é??å??ç?®é??"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "移é?¤æª?æ¡?æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "移å??æª?æ¡?è?³å??æ?¶ç?æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "ç?¡æ³?建ç«?å??æ?¶ç?ç?®é?? %sï¼?%s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "ç?¡æ³?æ?¾å?°å??æ?¶ç?ç??é ?端層ç´?ç?®é??"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "ç?¡æ³?æ?¾å?°æ??建ç«?å??æ?¶ç?ç?®é??"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "ç?¡æ³?建ç«?å??æ?¶ç?è³?è¨?æª?æ¡?ï¼?%s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "ç?¡æ³?å°?æª?æ¡?移è?³å??æ?¶ç?ï¼?%s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "建ç«?ç?®é??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "è®?å??符è??é?£çµ?â??%sâ??失æ??ï¼?%s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "建ç«?符è??é?£çµ?æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "移å??æª?æ¡?æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "ä¸?è?½å°?ç?®é??移å??è?³ç?®é??ä¸?"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "建ç«?å??份æª?æ¡?失æ??"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "移é?¤ç?®æ¨?æª?æ¡?æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "ä¸?æ?¯æ?´å?¨æ??è¼?é»?ä¹?é??移å??"
@@ -1491,102 +1511,102 @@ msgstr "ç?¡æ??ç??延伸屬æ?§å??稱"
msgid "Error setting extended attribute '%s': %s"
msgstr "è¨å®?延伸屬æ?§ã??%sã??æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "å??å¾?æª?æ¡?ã??%sã??ç??æ??æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr "ï¼?ç?¡æ??ç??編碼ï¼?"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "å??å¾?æª?æ¡?æ??è¿°ç??æ??æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "ç?¡æ??ç??屬æ?§é¡?å??ï¼?æ??ç?º uint32 å?¼ï¼?"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "ç?¡æ??ç??屬æ?§é¡?å??ï¼?æ??ç?º uint64 å?¼ï¼?"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "ç?¡æ??ç??屬æ?§é¡?å??ï¼?æ??ç?º byte string å?¼ï¼?"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "ä¸?è?½è¨å®?符è??é?£çµ?ç??æ¬?é??"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "è¨å®?æ¬?é??æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "è¨å®?æ??æ??è??æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "符è??é?£çµ?å¿?é ?ç?ºé??-NULL"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "è¨å®?符è??é?£çµ?æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "è¨å®?符è??é?£çµ?æ??ç?¼ç??é?¯èª¤ï¼?æª?æ¡?ä¸?æ?¯ç¬¦è??é?£çµ?"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "è¨å®?ä¿®æ?¹æ??å?å??æ??å?»æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux é??è?¯å¿?é ?ç?ºé??-NULL"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "è¨å®? SELinux é??è?¯æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux å?¨é??å??系統ä¸?並æ?ªå??ç?¨"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "ä¸?æ?¯æ?´è¨å®?屬æ?§ %s"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "å¾?æª?æ¡?è®?å??æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "å?¨æª?æ¡?ä¸æ??å°?æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "é??é??æª?æ¡?æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "ç?¡æ³?æ?¾å?°é ?è¨ç??æ?¬å?°ç«¯æª?æ¡?ç?£è¦?å?¨é¡?å??"
@@ -1667,49 +1687,54 @@ msgstr "æ?¹è®?è¨?æ?¶é«?輸å?ºä¸²æµ?ç??大å°?失æ??"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "æ??è¼?é»?å°?æ?ªå¯¦ä½?å?¸è¼?"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "æ??è¼?é»?å°?æ?ªå¯¦ä½?é??å?º"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "æ??è¼?é»?å°?æ?ªå¯¦ä½?å?¸è¼?(umount)æ?? umount_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "æ??è¼?é»?å°?æ?ªå¯¦ä½?é??å?º(eject) æ?? eject_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "æ??è¼?é»?å°?æ?ªå¯¦ä½?å??æ¥å?§å®¹é¡?å??é ?測"
@@ -1718,11 +1743,11 @@ msgstr "æ??è¼?é»?å°?æ?ªå¯¦ä½?å??æ¥å?§å®¹é¡?å??é ?測"
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "主æ©?å??稱ã??%sã??å?«æ?? '[' but not ']'"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "輸�串���實�寫�"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "ä¾?æº?串æµ?å·²ç¶?é??é??"
@@ -1854,7 +1879,7 @@ msgstr "å?³é??è¨?æ?¯æ??ç?¼ç??é?¯èª¤ï¼?%s"
msgid "GSocketControlMessage not supported on windows"
msgstr "����� GSocketControlMessage"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "å??å??é?µä»¶ç?¼ç??é?¯èª¤ï¼?%s"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 27fe96c..f450445 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.21.7\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-11-29 23:30-0500\n"
"PO-Revision-Date: 2009-09-19 21:30+0800\n"
"Last-Translator: Chao-Hsiung Liao <j_h_liau yahoo com tw>\n"
"Language-Team: Chinese (Taiwan) <zh-l10n lists linux org tw>\n"
@@ -89,69 +89,69 @@ msgstr "æ²?æ??å??ç?ºã??%sã??ç??æ??ç?¨ç¨?å¼?註å??æ?¸ç±¤ã??%sã??"
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "以 URIâ??%2$sâ?? å±?é?? exec è¡?â??%1$sâ??失æ??"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c:1230
+#: glib/gconvert.c:437 glib/gconvert.c:515 glib/giochannel.c:1230
#, c-format
msgid "Conversion from character set '%s' to '%s' is not supported"
msgstr "ä¸?æ?¯æ?´å°?å?å??é??â??%sâ??è½?æ??æ??â??%sâ??"
-#: glib/gconvert.c:435 glib/gconvert.c:513
+#: glib/gconvert.c:441 glib/gconvert.c:519
#, c-format
msgid "Could not open converter from '%s' to '%s'"
msgstr "ç?¡æ³?å°?â??%sâ??è½?æ??è?³â??%sâ??"
-#: glib/gconvert.c:632 glib/gconvert.c:1025 glib/giochannel.c:1402
+#: glib/gconvert.c:638 glib/gconvert.c:1031 glib/giochannel.c:1402
#: glib/giochannel.c:1444 glib/giochannel.c:2288 glib/gutf8.c:964
#: glib/gutf8.c:1419
msgid "Invalid byte sequence in conversion input"
msgstr "è½?æ??輸å?¥è³?æ??æ??é??å?°ä¸?æ£ç¢ºç??ä½?å??çµ?çµ?å??"
-#: glib/gconvert.c:640 glib/gconvert.c:950 glib/giochannel.c:1409
+#: glib/gconvert.c:646 glib/gconvert.c:956 glib/giochannel.c:1409
#: glib/giochannel.c:2300
#, c-format
msgid "Error during conversion: %s"
msgstr "è½?æ??æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: glib/gconvert.c:672 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
+#: glib/gconvert.c:678 glib/gutf8.c:960 glib/gutf8.c:1170 glib/gutf8.c:1311
#: glib/gutf8.c:1415
msgid "Partial character sequence at end of input"
msgstr "輸å?¥è³?æ??çµ?æ??æ??å?å??ä»?æ?ªå®?æ?´"
-#: glib/gconvert.c:922
+#: glib/gconvert.c:928
#, c-format
msgid "Cannot convert fallback '%s' to codeset '%s'"
msgstr "ç?¡æ³?å°?å¾?å??å?串â??%sâ??ç??å?å??é??è½?æ??æ??â??%sâ??"
-#: glib/gconvert.c:1745
+#: glib/gconvert.c:1751
#, c-format
msgid "The URI '%s' is not an absolute URI using the \"file\" scheme"
msgstr "URIâ??%sâ??ä¸?æ?¯ä½¿ç?¨â??fileâ??æ ¼å¼?ç??çµ?å°? URI"
-#: glib/gconvert.c:1755
+#: glib/gconvert.c:1761
#, c-format
msgid "The local file URI '%s' may not include a '#'"
msgstr "æ?¬æ©?æª?æ¡?ç?? URIâ??%sâ??ä¸?æ??å?«æ??â??#â??"
-#: glib/gconvert.c:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URIâ??%sâ??ç?¡æ??"
-#: glib/gconvert.c:1784
+#: glib/gconvert.c:1790
#, c-format
msgid "The hostname of the URI '%s' is invalid"
msgstr "URIâ??%sâ??ä¸ç??主æ©?å??稱ç?¡æ??"
-#: glib/gconvert.c:1800
+#: glib/gconvert.c:1806
#, c-format
msgid "The URI '%s' contains invalidly escaped characters"
msgstr "URIâ??%sâ??å?«æ??ã??ä¸?æ£ç¢ºè·³å?ºã??ç??å?å??"
-#: glib/gconvert.c:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "è·¯å¾?å??稱â??%sâ??ä¸?æ?¯çµ?å°?è·¯å¾?"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "主æ©?å??稱ç?¡æ??"
@@ -160,119 +160,134 @@ msgstr "主æ©?å??稱ç?¡æ??"
msgid "Error opening directory '%s': %s"
msgstr "é??å??ç?®é??â??%sâ??æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: glib/gfileutils.c:529 glib/gfileutils.c:617
+#: glib/gfileutils.c:536 glib/gfileutils.c:624
#, c-format
msgid "Could not allocate %lu bytes to read file \"%s\""
msgstr "ç?¡æ³?é??ç½® %lu ä½?å??ä¾?è®?å??æª?æ¡?â??%sâ??"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "è®?å??æª?æ¡?â??%sâ??æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "æª?æ¡?ã??%sã??太é??巨大"
-#: glib/gfileutils.c:641
+#: glib/gfileutils.c:648
#, c-format
msgid "Failed to read from file '%s': %s"
msgstr "è®?å??æª?æ¡?â??%sâ??失æ??ï¼?%s"
-#: glib/gfileutils.c:692 glib/gfileutils.c:779
+#: glib/gfileutils.c:699 glib/gfileutils.c:786
#, c-format
msgid "Failed to open file '%s': %s"
msgstr "é??å??æª?æ¡?ã??%sã??失æ??ï¼?%s"
-#: glib/gfileutils.c:709 glib/gmappedfile.c:141
+#: glib/gfileutils.c:716 glib/gmappedfile.c:141
#, c-format
msgid "Failed to get attributes of file '%s': fstat() failed: %s"
msgstr "ç?²å??æª?æ¡?â??%sâ??ç??屬æ?§å¤±æ??ï¼?fstat() 失æ??ï¼?%s"
-#: glib/gfileutils.c:743
+#: glib/gfileutils.c:750
#, c-format
msgid "Failed to open file '%s': fdopen() failed: %s"
msgstr "é??å??æª?æ¡?â??%sâ??失æ??ï¼?fdopen() 失æ??ï¼?%s"
-#: glib/gfileutils.c:851
+#: glib/gfileutils.c:858
#, c-format
msgid "Failed to rename file '%s' to '%s': g_rename() failed: %s"
msgstr "æª?æ¡?å??稱ç?±â??%sâ??æ?¹ç?ºâ??%sâ??失æ??ï¼?g_rename() 失æ??ï¼?%s"
-#: glib/gfileutils.c:893 glib/gfileutils.c:1359
+#: glib/gfileutils.c:900 glib/gfileutils.c:1366
#, c-format
msgid "Failed to create file '%s': %s"
msgstr "建ç«?æª?æ¡?â??%sâ??失æ??ï¼?%s"
-#: glib/gfileutils.c:907
+#: glib/gfileutils.c:914
#, c-format
msgid "Failed to open file '%s' for writing: fdopen() failed: %s"
msgstr "é??å??æª?æ¡?â??%sâ??ä½?寫å?¥å¤±æ??ï¼?fdopen() 失æ??ï¼?%s"
-#: glib/gfileutils.c:932
+#: glib/gfileutils.c:939
#, c-format
msgid "Failed to write file '%s': fwrite() failed: %s"
msgstr "寫å?¥æª?æ¡?â??%sâ??失æ??ï¼?fwrite() 失æ??ï¼?%s"
-#: glib/gfileutils.c:951
+#: glib/gfileutils.c:958
#, c-format
msgid "Failed to write file '%s': fflush() failed: %s"
msgstr "ç?¡æ³?寫å?¥æª?æ¡?ã??%sã??ï¼?fflush() 失æ??ï¼?%s"
-#: glib/gfileutils.c:980
+#: glib/gfileutils.c:987
#, c-format
msgid "Failed to write file '%s': fsync() failed: %s"
msgstr "ç?¡æ³?寫å?¥æª?æ¡?ã??%sã??ï¼?fsync() 失æ??ï¼?%s"
-#: glib/gfileutils.c:999
+#: glib/gfileutils.c:1006
#, c-format
msgid "Failed to close file '%s': fclose() failed: %s"
msgstr "é??é??æª?æ¡?â??%sâ??失æ??ï¼?fclose() 失æ??ï¼?%s"
-#: glib/gfileutils.c:1117
+#: glib/gfileutils.c:1124
#, c-format
msgid "Existing file '%s' could not be removed: g_unlink() failed: %s"
msgstr "ç?¾å?æª?æ¡?â??%sâ??ç?¡æ³?移é?¤ï¼?g_unlink() 失æ??ï¼?%s"
-#: glib/gfileutils.c:1321
+#: glib/gfileutils.c:1328
#, c-format
msgid "Template '%s' invalid, should not contain a '%s'"
msgstr "樣å¼?â??%sâ??ç?¡æ??ï¼?ä¸?æ??å?«æ??â??%sâ??"
# (Abel) this is file template for mktemp/mkstemp
-#: glib/gfileutils.c:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "æª?æ¡?樣å¼?â??%sâ??æ²?æ??å??å?« XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1774
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u ä½?å??çµ?"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1782
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1787
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1792
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1797
+#, fuzzy, c-format
+msgid "%.1f TB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1802
+#, fuzzy, c-format
+msgid "%.1f PB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1807
+#, fuzzy, c-format
+msgid "%.1f EB"
+msgstr "%.1f KB"
+
+#: glib/gfileutils.c:1850
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "è®?å??符è??é?£çµ?â??%sâ??失æ??ï¼?%s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1871
msgid "Symbolic links not supported"
msgstr "ä¸?æ?¯æ?´ç¬¦è??é?£çµ?"
@@ -510,7 +525,7 @@ msgstr "å·²é??å??溯ä¸?é??"
msgid "the pattern contains items not supported for partial matching"
msgstr "æ¤æ¨¡å¼?å??å?«äº?ä¸?æ?¯æ?´é?¨å??æ¯?å°?ç??é ?ç?®"
-#: glib/gregex.c:154 gio/glocalfile.c:2102
+#: glib/gregex.c:154 gio/glocalfile.c:2096
msgid "internal error"
msgstr "å?§é?¨ç??é?¯èª¤"
@@ -1088,17 +1103,17 @@ msgstr "æ?¸å?¼â??%sâ??ä¸?è?½è¢«è§£è¯ç?ºé??輯å?¼ã??"
#: gio/gbufferedinputstream.c:415 gio/gbufferedinputstream.c:496
#: gio/ginputstream.c:186 gio/ginputstream.c:318 gio/ginputstream.c:557
-#: gio/ginputstream.c:682 gio/goutputstream.c:197 gio/goutputstream.c:652
+#: gio/ginputstream.c:682 gio/goutputstream.c:198 gio/goutputstream.c:657
#, c-format
msgid "Too large count value passed to %s"
msgstr "å?³çµ¦ %s ç??è¨?æ?¸å?¼å¤ªå¤§"
#: gio/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
-#: gio/goutputstream.c:1081
+#: gio/goutputstream.c:1108
msgid "Stream is already closed"
msgstr "串æµ?å·²ç¶?é??é??"
-#: gio/gcancellable.c:420 gio/glocalfile.c:2095 gio/gsimpleasyncresult.c:648
+#: gio/gcancellable.c:433 gio/glocalfile.c:2089 gio/gsimpleasyncresult.c:648
#: gio/gsimpleasyncresult.c:674
msgid "Operation was cancelled"
msgstr "æ??ä½?已被å??æ¶?"
@@ -1121,34 +1136,34 @@ msgstr "%s é¡?å??"
msgid "Unexpected early end-of-stream"
msgstr "æ?ªé ?æ??ç??串æµ?é??æ?©çµ?æ??"
-#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:468 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "æ?ªå?½å??ç??"
-#: gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:725
msgid "Desktop file didn't specify Exec field"
msgstr "æ¡?é?¢(Desktop)æª?æ¡?æ?ªæ??å®? Exec æ¬?ä½?"
-#: gio/gdesktopappinfo.c:890
+#: gio/gdesktopappinfo.c:905
msgid "Unable to find terminal required for application"
msgstr "ç?¡æ³?æ?¾å?°æ??ç?¨ç¨?å¼?è¦?æ±?ç??çµ?端æ©?"
-#: gio/gdesktopappinfo.c:1098
+#: gio/gdesktopappinfo.c:1113
#, c-format
msgid "Can't create user application configuration folder %s: %s"
msgstr "ä¸?è?½å»ºç«?使ç?¨è??æ??ç?¨ç¨?å¼?çµ?æ??è³?æ??夾 %sï¼?%s"
-#: gio/gdesktopappinfo.c:1102
+#: gio/gdesktopappinfo.c:1117
#, c-format
msgid "Can't create user MIME configuration folder %s: %s"
msgstr "ä¸?è?½å»ºç«?使ç?¨è?? MIME çµ?æ??è³?æ??夾 %sï¼?%s"
-#: gio/gdesktopappinfo.c:1506
+#: gio/gdesktopappinfo.c:1525
#, c-format
msgid "Can't create user desktop file %s"
msgstr "ä¸?è?½å»ºç«?使ç?¨è??æ¡?é?¢æª?æ¡? %s"
-#: gio/gdesktopappinfo.c:1618
+#: gio/gdesktopappinfo.c:1639
#, c-format
msgid "Custom definition for %s"
msgstr "è?ªè¨? %s ç??å®?義"
@@ -1200,13 +1215,13 @@ msgstr "GEmblemedIcon 編碼ä¸è¨?è?? (%d) ç??æ?¸é??æ ¼å¼?ä¸?æ£ç¢º"
msgid "Expected a GEmblem for GEmblemedIcon"
msgstr "é ?æ??ç?º GEmblemedIcon ç?? GEmblem"
-#: gio/gfile.c:861 gio/gfile.c:1091 gio/gfile.c:1226 gio/gfile.c:1462
-#: gio/gfile.c:1516 gio/gfile.c:1573 gio/gfile.c:1656 gio/gfile.c:1711
-#: gio/gfile.c:1771 gio/gfile.c:1825 gio/gfile.c:3150 gio/gfile.c:3204
-#: gio/gfile.c:3335 gio/gfile.c:3375 gio/gfile.c:3702 gio/gfile.c:4104
-#: gio/gfile.c:4190 gio/gfile.c:4279 gio/gfile.c:4377 gio/gfile.c:4464
-#: gio/gfile.c:4557 gio/gfile.c:4887 gio/gfile.c:5167 gio/gfile.c:5236
-#: gio/gfile.c:6824 gio/gfile.c:6914 gio/gfile.c:7000
+#: gio/gfile.c:903 gio/gfile.c:1133 gio/gfile.c:1268 gio/gfile.c:1504
+#: gio/gfile.c:1558 gio/gfile.c:1615 gio/gfile.c:1698 gio/gfile.c:1753
+#: gio/gfile.c:1813 gio/gfile.c:1867 gio/gfile.c:3192 gio/gfile.c:3246
+#: gio/gfile.c:3377 gio/gfile.c:3417 gio/gfile.c:3744 gio/gfile.c:4146
+#: gio/gfile.c:4232 gio/gfile.c:4321 gio/gfile.c:4419 gio/gfile.c:4506
+#: gio/gfile.c:4599 gio/gfile.c:4929 gio/gfile.c:5209 gio/gfile.c:5278
+#: gio/gfile.c:6869 gio/gfile.c:6959 gio/gfile.c:7045
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "ä¸?æ?¯æ?´ç??æ??ä½?"
@@ -1219,49 +1234,49 @@ 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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
-#: gio/glocalfile.c:1090
+#: gio/gfile.c:1389 gio/glocalfile.c:1060 gio/glocalfile.c:1071
+#: gio/glocalfile.c:1084
msgid "Containing mount does not exist"
msgstr "å??å?«äº?ä¸?å?å?¨ç??æ??è¼?é»?"
-#: gio/gfile.c:2399 gio/glocalfile.c:2247
+#: gio/gfile.c:2441 gio/glocalfile.c:2245
msgid "Can't copy over directory"
msgstr "ä¸?è?½è¤?製æ?´å??ç?®é??"
-#: gio/gfile.c:2459
+#: gio/gfile.c:2501
msgid "Can't copy directory over directory"
msgstr "ä¸?è?½å°?ç?®é??è¤?製å?°ç?®é??ä¸?"
-#: gio/gfile.c:2467 gio/glocalfile.c:2256
+#: gio/gfile.c:2509 gio/glocalfile.c:2254
msgid "Target file exists"
msgstr "ç?®æ¨?æª?æ¡?å·²å?å?¨"
-#: gio/gfile.c:2485
+#: gio/gfile.c:2527
msgid "Can't recursively copy directory"
msgstr "ä¸?è?½é??å»»è¤?製ç?®é??"
-#: gio/gfile.c:2784
+#: gio/gfile.c:2826
msgid "Can't copy special file"
msgstr "ä¸?è?½è¤?製ç?¹æ®?ç??æª?æ¡?"
-#: gio/gfile.c:3325
+#: gio/gfile.c:3367
msgid "Invalid symlink value given"
msgstr "æ??ä¾?äº?ç?¡æ??ç??符è??é?£çµ?å?¼"
-#: gio/gfile.c:3418
+#: gio/gfile.c:3460
msgid "Trash not supported"
msgstr "ä¸?æ?¯æ?´å??æ?¶ç?"
-#: gio/gfile.c:3467
+#: gio/gfile.c:3509
#, c-format
msgid "File names cannot contain '%c'"
msgstr "æª?æ¡?å??稱ä¸?è?½å??å?«ã??%cã??"
-#: gio/gfile.c:5884 gio/gvolume.c:376
+#: gio/gfile.c:5926 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "å?²å?å??å°?æ?ªå¯¦ä½?æ??è¼?å??è?½"
-#: gio/gfile.c:5992
+#: gio/gfile.c:6037
msgid "No application is registered as handling this file"
msgstr "æ²?æ??æ??ç?¨ç¨?å¼?註å??ç?ºç?¨ä»¥è??ç??é??å??æª?æ¡?"
@@ -1350,7 +1365,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:902 gio/giostream.c:315 gio/goutputstream.c:1091
+#: gio/ginputstream.c:902 gio/giostream.c:315 gio/goutputstream.c:1118
msgid "Stream has outstanding operation"
msgstr "串æµ?æ??ç?°å¸¸æ??ä½?"
@@ -1363,114 +1378,119 @@ msgstr "socket ä½?å??æ²?æ??è¶³å¤ ç??空é??"
msgid "Unsupported socket address"
msgstr "ä¸?æ?¯æ?´ç?? socket ä½?å??"
-#: gio/glocaldirectorymonitor.c:295
+#: gio/glocaldirectorymonitor.c:288
msgid "Unable to find default local directory monitor type"
msgstr "ç?¡æ³?æ?¾å?°é ?è¨ç??æ?¬å?°ç«¯ç?®é??ç?£è¦?å?¨é¡?å??"
-#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
+#: gio/glocalfile.c:594 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "ç?¡æ??ç??æª?æ¡?å??稱 %s"
-#: gio/glocalfile.c:974
+#: gio/glocalfile.c:968
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "å??å¾?æª?æ¡?系統è³?è¨?æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfile.c:1110
+#: gio/glocalfile.c:1104
msgid "Can't rename root directory"
msgstr "ä¸?è?½é??æ?°å?½å??æ ¹ç?®é??"
-#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
+#: gio/glocalfile.c:1124 gio/glocalfile.c:1150
#, c-format
msgid "Error renaming file: %s"
msgstr "é??æ?°å?½å??æª?æ¡?æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfile.c:1139
+#: gio/glocalfile.c:1133
msgid "Can't rename file, filename already exist"
msgstr "ä¸?è?½é??æ?°å?½å??æª?æ¡?ï¼?該æª?æ¡?å??稱已å?å?¨"
-#: gio/glocalfile.c:1152 gio/glocalfile.c:2124 gio/glocalfile.c:2153
-#: gio/glocalfile.c:2309 gio/glocalfileoutputstream.c:550
+#: gio/glocalfile.c:1146 gio/glocalfile.c:2118 gio/glocalfile.c:2147
+#: gio/glocalfile.c:2307 gio/glocalfileoutputstream.c:550
#: gio/glocalfileoutputstream.c:603 gio/glocalfileoutputstream.c:648
#: gio/glocalfileoutputstream.c:1130
msgid "Invalid filename"
msgstr "ç?¡æ??ç??æª?æ¡?å??稱"
-#: gio/glocalfile.c:1308
+#: gio/glocalfile.c:1302
#, c-format
msgid "Error opening file: %s"
msgstr "é??å??æª?æ¡?æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfile.c:1318
+#: gio/glocalfile.c:1312
msgid "Can't open directory"
msgstr "ä¸?è?½é??å??ç?®é??"
-#: gio/glocalfile.c:1443
+#: gio/glocalfile.c:1437
#, c-format
msgid "Error removing file: %s"
msgstr "移é?¤æª?æ¡?æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfile.c:1808
+#: gio/glocalfile.c:1802
#, c-format
msgid "Error trashing file: %s"
msgstr "移å??æª?æ¡?è?³å??æ?¶ç?æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfile.c:1831
+#: gio/glocalfile.c:1825
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "ç?¡æ³?建ç«?å??æ?¶ç?ç?®é?? %sï¼?%s"
-#: gio/glocalfile.c:1852
+#: gio/glocalfile.c:1846
msgid "Unable to find toplevel directory for trash"
msgstr "ç?¡æ³?æ?¾å?°å??æ?¶ç?ç??é ?端層ç´?ç?®é??"
-#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
+#: gio/glocalfile.c:1925 gio/glocalfile.c:1945
msgid "Unable to find or create trash directory"
msgstr "ç?¡æ³?æ?¾å?°æ??建ç«?å??æ?¶ç?ç?®é??"
-#: gio/glocalfile.c:1985
+#: gio/glocalfile.c:1979
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "ç?¡æ³?建ç«?å??æ?¶ç?è³?è¨?æª?æ¡?ï¼?%s"
-#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
-#: gio/glocalfile.c:2101
+#: gio/glocalfile.c:2008 gio/glocalfile.c:2013 gio/glocalfile.c:2088
+#: gio/glocalfile.c:2095
#, c-format
msgid "Unable to trash file: %s"
msgstr "ç?¡æ³?å°?æª?æ¡?移è?³å??æ?¶ç?ï¼?%s"
-#: gio/glocalfile.c:2128
+#: gio/glocalfile.c:2122
#, c-format
msgid "Error creating directory: %s"
msgstr "建ç«?ç?®é??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfile.c:2157
+#: gio/glocalfile.c:2151
+#, fuzzy, c-format
+msgid "Filesystem does not support symbolic links"
+msgstr "è®?å??符è??é?£çµ?â??%sâ??失æ??ï¼?%s"
+
+#: gio/glocalfile.c:2155
#, c-format
msgid "Error making symbolic link: %s"
msgstr "建ç«?符è??é?£çµ?æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
+#: gio/glocalfile.c:2217 gio/glocalfile.c:2311
#, c-format
msgid "Error moving file: %s"
msgstr "移å??æª?æ¡?æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfile.c:2242
+#: gio/glocalfile.c:2240
msgid "Can't move directory over directory"
msgstr "ä¸?è?½å°?ç?®é??移å??è?³ç?®é??ä¸?"
-#: gio/glocalfile.c:2269 gio/glocalfileoutputstream.c:928
+#: gio/glocalfile.c:2267 gio/glocalfileoutputstream.c:928
#: gio/glocalfileoutputstream.c:942 gio/glocalfileoutputstream.c:957
#: gio/glocalfileoutputstream.c:973 gio/glocalfileoutputstream.c:987
msgid "Backup file creation failed"
msgstr "建ç«?å??份æª?æ¡?失æ??"
-#: gio/glocalfile.c:2288
+#: gio/glocalfile.c:2286
#, c-format
msgid "Error removing target file: %s"
msgstr "移é?¤ç?®æ¨?æª?æ¡?æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfile.c:2302
+#: gio/glocalfile.c:2300
msgid "Move between mounts not supported"
msgstr "ä¸?æ?¯æ?´å?¨æ??è¼?é»?ä¹?é??移å??"
@@ -1491,102 +1511,102 @@ msgstr "ç?¡æ??ç??延伸屬æ?§å??稱"
msgid "Error setting extended attribute '%s': %s"
msgstr "è¨å®?延伸屬æ?§ã??%sã??æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfileinfo.c:1481 gio/glocalfileoutputstream.c:812
+#: gio/glocalfileinfo.c:1482 gio/glocalfileoutputstream.c:812
#, c-format
msgid "Error stating file '%s': %s"
msgstr "å??å¾?æª?æ¡?ã??%sã??ç??æ??æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfileinfo.c:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr "ï¼?ç?¡æ??ç??編碼ï¼?"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "å??å¾?æª?æ¡?æ??è¿°ç??æ??æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "ç?¡æ??ç??屬æ?§é¡?å??ï¼?æ??ç?º uint32 å?¼ï¼?"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "ç?¡æ??ç??屬æ?§é¡?å??ï¼?æ??ç?º uint64 å?¼ï¼?"
-#: gio/glocalfileinfo.c:1832 gio/glocalfileinfo.c:1851
+#: gio/glocalfileinfo.c:1835 gio/glocalfileinfo.c:1854
msgid "Invalid attribute type (byte string expected)"
msgstr "ç?¡æ??ç??屬æ?§é¡?å??ï¼?æ??ç?º byte string å?¼ï¼?"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "ä¸?è?½è¨å®?符è??é?£çµ?ç??æ¬?é??"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "è¨å®?æ¬?é??æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "è¨å®?æ??æ??è??æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "符è??é?£çµ?å¿?é ?ç?ºé??-NULL"
-#: gio/glocalfileinfo.c:1986 gio/glocalfileinfo.c:2005
-#: gio/glocalfileinfo.c:2016
+#: gio/glocalfileinfo.c:1989 gio/glocalfileinfo.c:2008
+#: gio/glocalfileinfo.c:2019
#, c-format
msgid "Error setting symlink: %s"
msgstr "è¨å®?符è??é?£çµ?æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr "è¨å®?符è??é?£çµ?æ??ç?¼ç??é?¯èª¤ï¼?æª?æ¡?ä¸?æ?¯ç¬¦è??é?£çµ?"
-#: gio/glocalfileinfo.c:2121
+#: gio/glocalfileinfo.c:2124
#, c-format
msgid "Error setting modification or access time: %s"
msgstr "è¨å®?ä¿®æ?¹æ??å?å??æ??å?»æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfileinfo.c:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux é??è?¯å¿?é ?ç?ºé??-NULL"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "è¨å®? SELinux é??è?¯æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux å?¨é??å??系統ä¸?並æ?ªå??ç?¨"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "ä¸?æ?¯æ?´è¨å®?屬æ?§ %s"
-#: gio/glocalfileinputstream.c:165 gio/glocalfileoutputstream.c:701
+#: gio/glocalfileinputstream.c:159 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "å¾?æª?æ¡?è®?å??æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
-#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileinputstream.c:190 gio/glocalfileinputstream.c:202
+#: gio/glocalfileinputstream.c:314 gio/glocalfileoutputstream.c:449
#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "å?¨æª?æ¡?ä¸æ??å°?æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileinputstream.c:235 gio/glocalfileoutputstream.c:235
#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "é??é??æª?æ¡?æ??ç?¼ç??é?¯èª¤ï¼?%s"
-#: gio/glocalfilemonitor.c:198
+#: gio/glocalfilemonitor.c:191
msgid "Unable to find default local file monitor type"
msgstr "ç?¡æ³?æ?¾å?°é ?è¨ç??æ?¬å?°ç«¯æª?æ¡?ç?£è¦?å?¨é¡?å??"
@@ -1667,49 +1687,54 @@ msgstr "æ?¹è®?è¨?æ?¶é«?輸å?ºä¸²æµ?ç??大å°?失æ??"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: gio/gmount.c:378
-msgid "mount doesn't implement unmount"
+#: gio/gmount.c:409
+#, fuzzy
+msgid "mount doesn't implement \"unmount\""
msgstr "æ??è¼?é»?å°?æ?ªå¯¦ä½?å?¸è¼?"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement eject.
-#: gio/gmount.c:457
-msgid "mount doesn't implement eject"
+#: gio/gmount.c:488
+#, fuzzy
+msgid "mount doesn't implement \"eject\""
msgstr "æ??è¼?é»?å°?æ?ªå¯¦ä½?é??å?º"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of unmount or unmount_with_operation.
-#: gio/gmount.c:537
-msgid "mount doesn't implement unmount or unmount_with_operation"
+#: gio/gmount.c:568
+#, fuzzy
+msgid "mount doesn't implement \"unmount\" or \"unmount_with_operation\""
msgstr "æ??è¼?é»?å°?æ?ªå¯¦ä½?å?¸è¼?(umount)æ?? umount_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement any of eject or eject_with_operation.
-#: gio/gmount.c:624
-msgid "mount doesn't implement eject or eject_with_operation"
+#: gio/gmount.c:655
+#, fuzzy
+msgid "mount doesn't implement \"eject\" or \"eject_with_operation\""
msgstr "æ??è¼?é»?å°?æ?ªå¯¦ä½?é??å?º(eject) æ?? eject_with_operation"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: gio/gmount.c:713
-msgid "mount doesn't implement remount"
+#: gio/gmount.c:744
+#, fuzzy
+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:797
+#: gio/gmount.c:828
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:886
+#: gio/gmount.c:917
msgid "mount doesn't implement synchronous content type guessing"
msgstr "æ??è¼?é»?å°?æ?ªå¯¦ä½?å??æ¥å?§å®¹é¡?å??é ?測"
@@ -1718,11 +1743,11 @@ msgstr "æ??è¼?é»?å°?æ?ªå¯¦ä½?å??æ¥å?§å®¹é¡?å??é ?測"
msgid "Hostname '%s' contains '[' but not ']'"
msgstr "主æ©?å??稱ã??%sã??å?«æ?? '[' but not ']'"
-#: gio/goutputstream.c:206 gio/goutputstream.c:407
+#: gio/goutputstream.c:207 gio/goutputstream.c:408
msgid "Output stream doesn't implement write"
msgstr "輸�串���實�寫�"
-#: gio/goutputstream.c:368 gio/goutputstream.c:776
+#: gio/goutputstream.c:369 gio/goutputstream.c:781
msgid "Source stream is already closed"
msgstr "ä¾?æº?串æµ?å·²ç¶?é??é??"
@@ -1854,7 +1879,7 @@ msgstr "å?³é??è¨?æ?¯æ??ç?¼ç??é?¯èª¤ï¼?%s"
msgid "GSocketControlMessage not supported on windows"
msgstr "����� GSocketControlMessage"
-#: gio/gsocket.c:2997 gio/gsocket.c:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3135
#, c-format
msgid "Error receiving message: %s"
msgstr "å??å??é?µä»¶ç?¼ç??é?¯èª¤ï¼?%s"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]