[glib/glib-2-22] 2.22.3
- From: Matthias Clasen <matthiasc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [glib/glib-2-22] 2.22.3
- Date: Tue, 1 Dec 2009 13:24:13 +0000 (UTC)
commit 227609c73b4b1c0127dbb3262ffa49e7492694d4
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Dec 1 08:21:55 2009 -0500
2.22.3
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 | 114 ++--
po/ar.po | 114 ++--
po/as.po | 114 ++--
po/az.po | 114 ++--
po/be.po | 114 ++--
po/be latin po | 114 ++--
po/bg.po | 114 ++--
po/bn.po | 114 ++--
po/bn_IN.po | 114 ++--
po/bs.po | 114 ++--
po/ca.po | 114 ++--
po/ca valencia po | 909 ++++++++++++++---------------
po/cs.po | 114 ++--
po/cy.po | 114 ++--
po/da.po | 114 ++--
po/de.po | 114 ++--
po/dz.po | 114 ++--
po/el.po | 114 ++--
po/en_CA.po | 114 ++--
po/en_GB.po | 114 ++--
po/eo.po | 114 ++--
po/es.po | 114 ++--
po/et.po | 473 +++++++++++++++-
po/eu.po | 114 ++--
po/fa.po | 114 ++--
po/fi.po | 114 ++--
po/fr.po | 114 ++--
po/ga.po | 114 ++--
po/gl.po | 114 ++--
po/gu.po | 114 ++--
po/he.po | 114 ++--
po/hi.po | 114 ++--
po/hr.po | 114 ++--
po/hu.po | 114 ++--
po/hy.po | 114 ++--
po/id.po | 114 ++--
po/is.po | 114 ++--
po/it.po | 114 ++--
po/ja.po | 114 ++--
po/ka.po | 114 ++--
po/kn.po | 114 ++--
po/ko.po | 114 ++--
po/ku.po | 114 ++--
po/lt.po | 114 ++--
po/lv.po | 114 ++--
po/mai.po | 114 ++--
po/mg.po | 114 ++--
po/mk.po | 114 ++--
po/ml.po | 114 ++--
po/mn.po | 114 ++--
po/mr.po | 114 ++--
po/ms.po | 114 ++--
po/nb.po | 114 ++--
po/ne.po | 114 ++--
po/nl.po | 114 ++--
po/nn.po | 114 ++--
po/oc.po | 114 ++--
po/or.po | 114 ++--
po/pa.po | 114 ++--
po/pl.po | 114 ++--
po/ps.po | 114 ++--
po/pt.po | 114 ++--
po/pt_BR.po | 114 ++--
po/ro.po | 114 ++--
po/ru.po | 114 ++--
po/rw.po | 114 ++--
po/si.po | 114 ++--
po/sk.po | 114 ++--
po/sl.po | 114 ++--
po/sq.po | 114 ++--
po/sr.po | 114 ++--
po/sr ije po | 114 ++--
po/sr latin po | 114 ++--
po/sv.po | 114 ++--
po/ta.po | 114 ++--
po/te.po | 114 ++--
po/th.po | 114 ++--
po/tl.po | 114 ++--
po/tr.po | 114 ++--
po/tt.po | 114 ++--
po/uk.po | 114 ++--
po/vi.po | 114 ++--
po/wa.po | 114 ++--
po/xh.po | 114 ++--
po/yi.po | 114 ++--
po/zh_CN.po | 114 ++--
po/zh_HK.po | 114 ++--
po/zh_TW.po | 114 ++--
91 files changed, 5886 insertions(+), 5440 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 3944557..a8b0bca 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..a2965ea 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr ""
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr ""
@@ -1196,7 +1196,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr ""
@@ -1251,7 +1251,7 @@ msgstr ""
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr ""
@@ -1482,80 +1482,80 @@ 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 ""
diff --git a/po/ar.po b/po/ar.po
index 1d1c0e1..0a4392d 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-12-01 00:15-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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -259,27 +259,27 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%I.1f Ù?.باÙ?ت"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%I.1f Ù?.باÙ?ت"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%I.1f ج.باÙ?ت"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ù?Ø´Ù?ت Ù?راءة اÙ?Ù?صÙ?Ø© اÙ?رÙ?زÙ?Ø© '%s'â??: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "اÙ?Ù?صÙ?ات اÙ?رÙ?زÙ?Ø© غÙ?ر Ù?دعÙ?Ù?Ø©"
@@ -1227,7 +1227,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "عÙ?Ù?Ù?Ù?Ø© غÙ?ر Ù?دعÙ?Ù?Ø©"
@@ -1283,7 +1283,7 @@ msgstr "Ù?ا Ù?Ù?Ù?Ù? Ù?أسÙ?اء اÙ?Ù?Ù?Ù?ات Ø£Ù? ØªØØªÙ?Ù? عÙ?Ù? '%c'
msgid "volume doesn't implement mount"
msgstr "اÙ?جÙ?از Ù?ا Ù?Ù?Ù?ذ اÙ?Ù?Ù?صÙ?"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "Ù?Ù? Ù?سجÙ? Ø£Ù? تطبÙ?Ù? Ù?Ù?عاÙ?ج Ù?Ù?ذا اÙ?Ù?Ù?Ù?"
@@ -1513,80 +1513,80 @@ 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 غÙ?ر Ù?Ù?دÙ?عÙ?Ù?Ù?"
diff --git a/po/as.po b/po/as.po
index ed51897..2c9e57a 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u bytes"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "সা����তি� স�য�� প�াত বিফল '%s': %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "সা����তি� স�য�� সমৰ�থিত নহ�"
@@ -1224,7 +1224,7 @@ msgstr "GEmblemedIcon ৰ �াৰণ� ��া GEmblem প�ৰত�য
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "�াৰ�য�য সমৰ�থিত নহ�"
@@ -1279,7 +1279,7 @@ msgstr "নথিপত�ৰৰ নামত '%c' ব�যৱহাৰ �ৰ
msgid "volume doesn't implement mount"
msgstr "à¦à¦²à¦¿à¦?ম দà§?বাৰা mount পà§?à§°à§?à§?à¦? à¦?ৰা নহà§?"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "�িহ�নিত নথিপত�ৰ ব�যৱস�থাপনাৰ �দ�দ�শ�য� ��ন� �ন�প�ৰ��� নিবন�ধিত নহ�"
@@ -1510,79 +1510,79 @@ 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 ��ণৰ মান নিৰ�ধাৰণ সমৰ�থিত নহ�"
diff --git a/po/az.po b/po/az.po
index 68c2f6d..3ab6aa1 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "Simvolik körpülÉ?r dÉ?stÉ?klÉ?nmir"
@@ -1238,7 +1238,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr ""
@@ -1527,80 +1527,80 @@ 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"
diff --git a/po/be.po b/po/be.po
index 66a0564..7b88bc8 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-12-01 00:15-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,134 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr ""
# glib/gfileutils.c:745
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ð?емагÑ?Ñ?ма пÑ?аÑ?Ñ?Ñ?аÑ?Ñ? Ñ?Ñ?мбалÑ?Ñ?нÑ?Ñ? Ñ?паÑ?Ñ?лкÑ? \"%s\": %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "СÑ?мбалÑ?Ñ?нÑ?Ñ? Ñ?паÑ?Ñ?лкÑ? не падÑ?Ñ?Ñ?млÑ?ваÑ?Ñ?Ñ?а"
@@ -1363,7 +1363,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1420,7 +1420,7 @@ msgstr ""
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr ""
@@ -1670,92 +1670,92 @@ 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 "СÑ?мбалÑ?Ñ?нÑ?Ñ? Ñ?паÑ?Ñ?лкÑ? не падÑ?Ñ?Ñ?млÑ?ваÑ?Ñ?Ñ?а"
diff --git a/po/be latin po b/po/be latin po
index 1cf5a25..fddc4f3 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-12-01 00:15-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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -293,28 +293,28 @@ msgstr[0] "%u bajt"
msgstr[1] "%u bajty"
msgstr[2] "%u bajtaÅ"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
# glib/gfileutils.c:745
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "Symbalnyja spasyÅ?ki nie padtrymlivajucca"
@@ -1374,7 +1374,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Aperacyja nie padtrymlivajecca"
@@ -1430,7 +1430,7 @@ msgstr "Nazvy fajÅ?aÅ nia mohuÄ? utrymlivaÄ? \"%c\""
msgid "volume doesn't implement mount"
msgstr "masiÅ nie zaimplementavaÅ mantavaÅ?nia (mount)"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "Nivodnaja aplikacyja nie zarehistravanaja dla pracy z hetym fajÅ?am"
@@ -1678,66 +1678,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,28 +1745,28 @@ 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"
diff --git a/po/bg.po b/po/bg.po
index c7b388e..73af2e4 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-12-01 00:15-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,129 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%uâ??B"
msgstr[1] "%uâ??B"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1fâ??KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1fâ??MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1fâ??GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ð?еÑ?Ñ?пеÑ? пÑ?и Ñ?еÑ?ене на Ñ?имволнаÑ?а вÑ?Ñ?зка â??%sâ??: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "Символни вÑ?Ñ?зки не Ñ?е поддÑ?Ñ?жаÑ?"
@@ -1267,7 +1267,7 @@ msgstr "Ð?Ñ?акваÑ?е Ñ?е GEmblem за GEmblemedIcon"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Ð?ейÑ?Ñ?виеÑ?о не Ñ?е поддÑ?Ñ?жа"
@@ -1322,7 +1322,7 @@ msgstr "ФайловиÑ?е имена не могаÑ? да Ñ?Ñ?дÑ?Ñ?жаÑ? â??%
msgid "volume doesn't implement mount"
msgstr "Ñ?омÑ?Ñ? не поддÑ?Ñ?жа монÑ?иÑ?ане"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "Ð?е е Ñ?егиÑ?Ñ?Ñ?иÑ?ано пÑ?иложение за обÑ?абоÑ?ка на Ñ?ози вид Ñ?айлове"
@@ -1553,79 +1553,79 @@ 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"
diff --git a/po/bn.po b/po/bn.po
index 2f8eae9..76b4786 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "'%s' সিম�ব�লি��� লি��� প�ত� ব�যর�থ: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "সিম�ব�লি� লি��� সমর�থিত ন�"
@@ -1240,7 +1240,7 @@ msgstr "GEmblemedIcon-�র �ন�য ���ি GEmblem প�রত�
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "�র�ম সমর�থিত ন�"
@@ -1295,7 +1295,7 @@ msgstr "ফা�ল�র নাম�র মধ�য� '%c' ব�যবহ
msgid "volume doesn't implement mount"
msgstr "à¦à¦²à¦¿à¦?ম দà§?বারা mount বà§?যবহার à¦?রা হà§? না"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "�িহ�নিত ফা�ল ব�যবস�থাপনার �দ�দ�শ�য� ��ন� ��যাপ�লি��শন নিবন�ধিত হ�নি"
@@ -1526,79 +1526,79 @@ 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 ��যা��রিবি���র মান নির�ধারণ সমর�থিত ন�"
diff --git a/po/bn_IN.po b/po/bn_IN.po
index 1299e99..6135b1d 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f �িল�বা��"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f ম��াবা��"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f �ি�াবা��"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "'%s' সিম�ব�লি��� লি��� প�ত� ব�যর�থ: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "সিম�ব�লি� লি��� সমর�থিত হ� না"
@@ -1240,7 +1240,7 @@ msgstr "GEmblemedIcon-র �ন�য ���ি GEmblem প�রত�য
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "�র�ম সমর�থিত হ� না"
@@ -1295,7 +1295,7 @@ msgstr "ফা�ল�র নাম�র মধ�য� '%c' ব�যবহ
msgid "volume doesn't implement mount"
msgstr "à¦à¦²à¦¿à¦?ম দà§?বারা mount পà§?রà§?à§?à¦? à¦?রা হà§? না"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "�িহ�নিত ফা�ল ব�যবস�থাপনার �দ�দ�শ�য� ��ন� ��যাপ�লি��শন নিবন�ধিত হ�নি"
@@ -1526,79 +1526,79 @@ 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 ��যা��রিবি���র মান নির�ধারণ সমর�থিত ন�"
diff --git a/po/bs.po b/po/bs.po
index dc47180..3053958 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "SimboliÄ?ki linkovi nisu podržani"
@@ -1238,7 +1238,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr ""
@@ -1527,80 +1527,80 @@ 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"
diff --git a/po/ca.po b/po/ca.po
index edcbb7a..ebeebc1 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-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-12-01 00:15-0500\n"
"PO-Revision-Date: 2009-09-16 22:44+0200\n"
"Last-Translator: Gil Forcada <gilforcada guifi net>\n"
"Language-Team: Catalan <tradgnome softcatala org>\n"
@@ -92,70 +92,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 utilitzi 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 inclogui 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"
@@ -164,127 +164,127 @@ 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 obtenir 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 tenir 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u bytes"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "No es poden utilitzar els enllaços simbòlics"
@@ -1284,7 +1284,7 @@ msgstr "S'esperava un GEmblem per a un GEmblemedIcon"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "L'operació no està implementada"
@@ -1339,7 +1339,7 @@ msgstr "En els noms de fitxers no pot haver-hi «%c»"
msgid "volume doesn't implement mount"
msgstr "el volum no implementa el muntatge"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr ""
"No hi ha cap aplicació que s'hagi registrat per a gestionar aquest fitxer"
@@ -1573,85 +1573,85 @@ 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
msgid "Cannot set permissions on symlinks"
msgstr "No es poden establir permisos en els enllaços simbòlics"
-#: 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
#, 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: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 "Aquest 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"
diff --git a/po/ca valencia po b/po/ca valencia po
index bdfc8c6..ca70967 100644
--- a/po/ca valencia po
+++ b/po/ca valencia po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib 2.8\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-11-29 19:31+0100\n"
+"POT-Creation-Date: 2009-12-01 00:15-0500\n"
"PO-Revision-Date: 2009-11-28 11:12+0100\n"
"Last-Translator: Carles Ferrando Garcia <carles ferrando gmail com>\n"
"Language-Team: Catalan (Valencià ) <tradgnome softcatala org>\n"
@@ -19,334 +19,333 @@ 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 establit 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 haja 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 utilitze 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 incloga 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'ha 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 obtindre 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 tindre 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:1771
+#: glib/gfileutils.c:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u bytes"
-#: ../glib/gfileutils.c:1779
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: ../glib/gfileutils.c:1784
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: ../glib/gfileutils.c:1789
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: ../glib/gfileutils.c:1832
+#: glib/gfileutils.c:1832
#, 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:1853
+#: glib/gfileutils.c:1853
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 "
@@ -355,7 +354,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 "
@@ -365,24 +364,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 &"
@@ -390,11 +389,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 "
@@ -403,7 +402,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 '%"
@@ -412,7 +411,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'"
@@ -420,7 +419,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 "
@@ -431,7 +430,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 "
@@ -440,7 +439,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 "
@@ -449,7 +448,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 "
@@ -458,27 +457,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 "
@@ -487,7 +486,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 "
@@ -496,21 +495,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"
@@ -518,409 +517,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 arrere"
-#: ../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:2102
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 "acà 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 eixit 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 obtindre 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'ordes 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"
@@ -928,140 +925,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 l'eixida 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"
@@ -1069,56 +1066,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 "
@@ -1127,172 +1124,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: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:197 gio/goutputstream.c:652
#, 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/gbufferedinputstream.c:883 gio/ginputstream.c:892 gio/giostream.c:305
+#: gio/goutputstream.c:1081
msgid "Stream is already closed"
msgstr "Ja està tancat el flux"
-#: ../gio/gcancellable.c:420 ../gio/glocalfile.c:2095
-#: ../gio/gsimpleasyncresult.c:648 ../gio/gsimpleasyncresult.c:674
+#: gio/gcancellable.c:420 gio/glocalfile.c:2095 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 prompte"
-#: ../gio/gdesktopappinfo.c:463 ../gio/gwin32appinfo.c:222
+#: gio/gdesktopappinfo.c:463 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Sense nom"
-#: ../gio/gdesktopappinfo.c:710
+#: gio/gdesktopappinfo.c:710
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:890
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:1098
#, 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:1102
#, 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:1506
#, 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:1618
#, 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: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: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
msgid "Operation not supported"
msgstr "L'operació no està implementada"
@@ -1304,130 +1298,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:1347 ../gio/glocalfile.c:1066 ../gio/glocalfile.c:1077
-#: ../gio/glocalfile.c:1090
+#: gio/gfile.c:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
+#: gio/glocalfile.c:1090
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:2399 gio/glocalfile.c:2247
msgid "Can't copy over directory"
msgstr "No es pot copiar al directori"
-#: ../gio/gfile.c:2459
+#: gio/gfile.c:2459
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:2467 gio/glocalfile.c:2256
msgid "Target file exists"
msgstr "Ja existeix el fitxer de destinació"
-#: ../gio/gfile.c:2485
+#: gio/gfile.c:2485
msgid "Can't recursively copy directory"
msgstr "No es pot copiar el directori de forma recursiva"
-#: ../gio/gfile.c:2784
+#: gio/gfile.c:2784
msgid "Can't copy special file"
msgstr "No es pot copiar el fitxer especial"
-#: ../gio/gfile.c:3325
+#: gio/gfile.c:3325
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:3418
msgid "Trash not supported"
msgstr "No es pot utilitzar la paperera"
-#: ../gio/gfile.c:3467
+#: gio/gfile.c:3467
#, 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:5884 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "el volum no implementa el muntatge"
-#: ../gio/gfile.c:5995
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr ""
"No hi ha cap aplicació que s'haja registrat per a gestionar este 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 fluxs"
-#: ../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"
@@ -1437,616 +1431,615 @@ 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:1091
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:295
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:600 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:974
#, 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:1110
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:1130 gio/glocalfile.c:1156
#, 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:1139
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/glocalfileoutputstream.c:603 ../gio/glocalfileoutputstream.c:648
-#: ../gio/glocalfileoutputstream.c:1130
+#: 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
msgid "Invalid filename"
msgstr "Nom de fitxer no và lid"
-#: ../gio/glocalfile.c:1308
+#: gio/glocalfile.c:1308
#, 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:1318
msgid "Can't open directory"
msgstr "No s'ha pogut obrir el directori"
-#: ../gio/glocalfile.c:1443
+#: gio/glocalfile.c:1443
#, 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:1808
#, 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:1831
#, 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:1852
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:1931 gio/glocalfile.c:1951
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:1985
#, 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:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
+#: gio/glocalfile.c:2101
#, 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:2128
#, 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:2157
#, 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:2219 gio/glocalfile.c:2313
#, 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:2242
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/glocalfileoutputstream.c:942 ../gio/glocalfileoutputstream.c:957
-#: ../gio/glocalfileoutputstream.c:973 ../gio/glocalfileoutputstream.c:987
+#: gio/glocalfile.c:2269 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:2288
#, 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:2302
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 "Este 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:165 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:196 gio/glocalfileinputstream.c:208
+#: gio/glocalfileinputstream.c:320 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:241 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:198
msgid "Unable to find default local file monitor type"
msgstr ""
"No s'ha pogut trobar el tipus de monitorització de fitxer local predeterminat"
-#: ../gio/glocalfileoutputstream.c: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 d'eixida 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 d'eixida"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement unmount.
-#: ../gio/gmount.c:378
+#: gio/gmount.c:378
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
+#: gio/gmount.c:457
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:537
msgid "mount doesn't implement unmount or unmount_with_operation"
msgstr "el muntatge no implementa el desmuntatge o el «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:624
msgid "mount doesn't implement eject or eject_with_operation"
msgstr "el muntatge no implementa l'expulsió o el «eject_with_operation»"
#. Translators: This is an error
#. * message for mount objects that
#. * don't implement remount.
-#: ../gio/gmount.c:713
+#: gio/gmount.c:713
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:797
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:886
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:206 ../gio/goutputstream.c:407
+#: gio/goutputstream.c:206 gio/goutputstream.c:407
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:368 gio/goutputstream.c:776
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 obtindre 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 obtindre 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 obtindre 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:3136
+#: gio/gsocket.c:2997 gio/gsocket.c:3136
#, 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 "Este 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/cs.po b/po/cs.po
index a7446a2..d7d78b9 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-12-01 00:15-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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -256,27 +256,27 @@ msgstr[0] "%u bajt"
msgstr[1] "%u bajty"
msgstr[2] "%u bajtů"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "Symbolické odkazy nejsou podporovány"
@@ -1245,7 +1245,7 @@ msgstr "OÄ?ekáváno GEmblem u GEmblemedIcon"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Operace nenà podporována"
@@ -1300,7 +1300,7 @@ msgstr "Názvy souborů nemohou obsahovat \"%c\""
msgid "volume doesn't implement mount"
msgstr "svazek neprovádà pÅ?ipojenÃ"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "Žádná aplikace nenà zaregistrována k obsluze tohoto souboru"
@@ -1530,80 +1530,80 @@ 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"
diff --git a/po/cy.po b/po/cy.po
index fcc00da..870adbe 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "Ni chynhelir cysylltion symbolaidd"
@@ -1246,7 +1246,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
#, 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'"
@@ -1536,80 +1536,80 @@ 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"
diff --git a/po/da.po b/po/da.po
index a761e41..dd303b9 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-12-01 00:15-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,120 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u bytes"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "Symbolske henvisninger er ikke understøttet"
@@ -1263,7 +1263,7 @@ msgstr "Forventede et GEmblem til GEmblemedIcon"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Operationen understøttes ikke"
@@ -1319,7 +1319,7 @@ msgstr "Filnavne kan ikke indeholder \"%c\""
msgid "volume doesn't implement mount"
msgstr "diskenheden implementerer ikke montering"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "Intet program er registreret til håndtering af denne fil"
@@ -1551,81 +1551,81 @@ 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"
diff --git a/po/de.po b/po/de.po
index 173e007..790a5c3 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-12-01 00:15-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,130 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u Byte"
msgstr[1] "%u Bytes"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "Symbolische Verknüpfungen nicht unterstützt"
@@ -1291,7 +1291,7 @@ msgstr "Es wurde ein GEmblem für GEmblemedIcon erwartet"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Vorgang nicht unterstützt"
@@ -1346,7 +1346,7 @@ msgstr "Dateinamen dürfen kein »%c« enthalten"
msgid "volume doesn't implement mount"
msgstr "Datenträger unterstützt Einhängen nicht"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "Es wurde keine Anwendung gefunden, die diese Datei verarbeiten kann"
@@ -1577,82 +1577,82 @@ 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"
diff --git a/po/dz.po b/po/dz.po
index 3887076..c1e1f40 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "à½?རྡà¼?à½?à½?ོà½?à¼?འà½?ྲེལà¼?ལà½?à¼? â??%sâ??:%s ལྷà½?à¼?à½?à¼?à½?ུà½?སà¼?"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "�རྡ���ོ��འ�ྲེལ�ལ��ལུ� ར�ྱ��ས�ྱོར��ི��འ�ུ�"
@@ -1244,7 +1244,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1301,7 +1301,7 @@ msgstr ""
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
#, fuzzy
msgid "No application is registered as handling this file"
msgstr "�ི��'%sའ����ི��ློ��རི���ྱིས� '%s �ོ��ལུ� �ེ��ར��ས��ི���ོ�འ�ོ����འ����ས� "
@@ -1534,80 +1534,80 @@ 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 "�རྡ���ོ��འ�ྲེལ�ལ��ལུ� ར�ྱ��ས�ྱོར��ི��འ�ུ�"
diff --git a/po/el.po b/po/el.po
index 60098a4..586db7b 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-12-01 00:15-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,134 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u bytes"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
# gconf/gconf-internals.c:2416
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Î?Ï?οÏ?Ï?Ï?ία ανάγνÏ?Ï?ηÏ? Ï?Ï?μβολικοÏ? Ï?Ï?νδÎÏ?μοÏ? '%s': %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "Î?ι Ï?Ï?μβολικοί Ï?Ï?νδεÏ?μοι δεν Ï?Ï?οÏ?Ï?ηÏ?ίζονÏ?αι"
@@ -1308,7 +1308,7 @@ msgstr "Î?ναμενÏ?Ï?αν GEmblem για Ï?ο GEmblemedIcon"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Î?εν Ï?Ï?οÏ?Ï?ηÏ?ίζεÏ?αι η λειÏ?οÏ?Ï?γία"
@@ -1363,7 +1363,7 @@ msgstr "Τα ονÏ?μαÏ?α Ï?Ï?ν αÏ?Ï?είÏ?ν δεν εÏ?ιÏ?Ï?ÎÏ?εÏ?αι
msgid "volume doesn't implement mount"
msgstr "ο Ï?Ï?μοÏ? δεν Ï?Ï?οÏ?Ï?ηÏ?ίζει Ï?ην Ï?Ï?οÏ?άÏ?Ï?ηÏ?η"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "Î?εν ÎÏ?οÏ?ν οÏ?ιÏ?Ï?εί εÏ?αÏ?μογÎÏ? για Ï?ο Ï?ειÏ?ιÏ?μÏ? αÏ?Ï?οÏ? Ï?οÏ? αÏ?Ï?είοÏ?"
@@ -1600,87 +1600,87 @@ 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"
diff --git a/po/en_CA.po b/po/en_CA.po
index 224ebcd..a5355e2 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u bytes"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "Symbolic links not supported"
@@ -1234,7 +1234,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Operation not supported"
@@ -1290,7 +1290,7 @@ msgstr "File names cannot contain '%c'"
msgid "volume doesn't implement mount"
msgstr "volume doesn't implement mount"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "No application is registered as handling this file"
@@ -1520,81 +1520,81 @@ 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"
diff --git a/po/en_GB.po b/po/en_GB.po
index d897ae0..a79457e 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u bytes"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "Symbolic links not supported"
@@ -1231,7 +1231,7 @@ msgstr "Expected a GEmblem for GEmblemedIcon"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Operation not supported"
@@ -1286,7 +1286,7 @@ msgstr "File names cannot contain '%c'"
msgid "volume doesn't implement mount"
msgstr "volume doesn't implement mount"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "No application is registered as handling this file"
@@ -1516,79 +1516,79 @@ 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"
diff --git a/po/eo.po b/po/eo.po
index 8ceee24..e073a59 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr ""
@@ -1232,7 +1232,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr ""
@@ -1287,7 +1287,7 @@ msgstr ""
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr ""
@@ -1519,80 +1519,80 @@ 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 ""
diff --git a/po/es.po b/po/es.po
index 5a4636f..bc80bcf 100644
--- a/po/es.po
+++ b/po/es.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib.HEAD\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-12-01 00:15-0500\n"
"PO-Revision-Date: 2009-09-05 13:34+0200\n"
"Last-Translator: Jorge González <jorgegonz svn gnome org>\n"
"Language-Team: Español <gnome-es-list gnome org>\n"
@@ -92,70 +92,70 @@ msgstr "Ninguna aplicación con nombre «%s» registró un marcador para «%s»"
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Falló la expansión de la la linea ejecutable «%s» con el URI «%s»"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c: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: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 se pudo abrir el conversor 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 "Hay una secuencia de bytes no válida en la entrada de conversión"
-#: 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 "Falló durante la conversió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 "Hay una secuencia parcial de caracteres en el final de la entrada"
-#: glib/gconvert.c:922
+#: 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:1745
+#: 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:1755
+#: 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:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "El URI «%s» es inválida"
-#: glib/gconvert.c:1784
+#: 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:1800
+#: 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:1895
+#: 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:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "El nombre del host es inválido"
@@ -164,119 +164,119 @@ msgstr "El nombre del host es inválido"
msgid "Error opening directory '%s': %s"
msgstr "Falló al abrir el directorio «%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 se pueden asignar %lu bytes para leer el archivo «%s»"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Falló al leer el archivo «%s»: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "El archivo «%s» es demasiado grande"
-#: glib/gfileutils.c:641
+#: 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:692 glib/gfileutils.c:779
+#: 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: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 "Falló al obtener los atributos del archivo «%s»: fstat() falló: %s"
-#: glib/gfileutils.c:743
+#: 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:851
+#: 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:893 glib/gfileutils.c:1359
+#: 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:907
+#: 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:932
+#: 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:951
+#: 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:980
+#: 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:999
+#: 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:1117
+#: 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:1321
+#: 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:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "La plantilla «%s» no contiene XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KiB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MiB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GiB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Falló al leer el enlace simbólico «%s»: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "Enlaces simbólicos no soportados"
@@ -1276,7 +1276,7 @@ msgstr "Se esperaba un GEmblem para GEmblemedIconjo"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Operación no soportada"
@@ -1331,7 +1331,7 @@ msgstr "Los nombres de archivo no pueden contener «%c»"
msgid "volume doesn't implement mount"
msgstr "el volumen no implementa el montado"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "No hay ninguna aplicación registrada para manejar este archivo"
@@ -1565,81 +1565,81 @@ msgstr "Nombre extendido del atributo no válido"
msgid "Error setting extended attribute '%s': %s"
msgstr "Error al establecer el atributo extendido «%s»: %s"
-#: gio/glocalfileinfo.c:1481 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:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (codificación no válida)"
-#: gio/glocalfileinfo.c:1750
+#: 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:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Tipo de atributo no válido (se esperaba uint32)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Tipo de atributo no válido (se esperaba 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 no válido (se esperaba una cadena byte)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "No se pueden establecer permisos en enlaces simbólicos"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Error al establecer permisos: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Error al establecer el propietario: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "el enlace simbólico debe ser no 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 "Error al establecer el enlace simbólico: %s"
-#: gio/glocalfileinfo.c:1995
+#: 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:2121
+#: 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:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "El contexto SELinux debe ser no nulo"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Error al establecer el contexto SELinux: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "SELinux no está activado en este sistema"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "Establecer el atributo %s no está soportado"
diff --git a/po/et.po b/po/et.po
index 00c6fb6..f0d9690 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-09-01 10:27+0000\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-12-01 00:15-0500\n"
"PO-Revision-Date: 2009-10-08 09:19+0300\n"
"Last-Translator: Ivar Smolin <okul linux ee>\n"
"Language-Team: Estonian <gnome-et linux ee>\n"
@@ -24,237 +23,320 @@ 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:1771
+#, c-format
+msgid "%u byte"
+msgid_plural "%u bytes"
+msgstr[0] ""
+msgstr[1] ""
+
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Tõrge nimeviida '%s' lugemisel: %s"
+#: glib/gfileutils.c:1853
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 +345,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 +354,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 tuntmatu"
+#: 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 +378,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 +390,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 +398,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 +406,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 +417,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 +426,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 +435,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 +444,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 +471,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 +480,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 +500,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:2102
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 +891,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 +1029,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 +1086,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:197 gio/goutputstream.c:652
#, 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:1081
msgid "Stream is already closed"
msgstr "Voog on juba suletud"
+#: gio/gcancellable.c:420 gio/glocalfile.c:2095 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:463 gio/gwin32appinfo.c:222
msgid "Unnamed"
msgstr "Nimeta"
+#: gio/gdesktopappinfo.c:710
msgid "Desktop file didn't specify Exec field"
msgstr "Töölauafail ei määra Exec-välja"
+#: gio/gdesktopappinfo.c:890
msgid "Unable to find terminal required for application"
msgstr ""
"Rakenduse käivitamiseks vajalikku terminalprogrammi pole võimalik leida"
+#: gio/gdesktopappinfo.c:1098
#, 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:1102
#, 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:1506
#, c-format
msgid "Can't create user desktop file %s"
msgstr "Kasutaja töölauafaili %s pole võimalik luua"
+#: gio/gdesktopappinfo.c:1618
#, 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: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
msgid "Operation not supported"
msgstr "Operatsioon ei ole toetatud"
@@ -973,95 +1254,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:1347 gio/glocalfile.c:1066 gio/glocalfile.c:1077
+#: gio/glocalfile.c:1090
msgid "Containing mount does not exist"
msgstr "Sisalduvat haaget pole olemas"
+#: gio/gfile.c:2399 gio/glocalfile.c:2247
msgid "Can't copy over directory"
msgstr "Kataloogi peale pole võimalik kopeerida"
+#: gio/gfile.c:2459
msgid "Can't copy directory over directory"
msgstr "Kataloogi pole võimalik kataloogi peale kopeerida"
+#: gio/gfile.c:2467 gio/glocalfile.c:2256
msgid "Target file exists"
msgstr "Sihtfail on olemas"
+#: gio/gfile.c:2485
msgid "Can't recursively copy directory"
msgstr "Kataloogi pole võimalik rekursiivselt kopeerida"
+#: gio/gfile.c:2784
msgid "Can't copy special file"
msgstr "Erifaili pole võimalik kopeerida"
+#: gio/gfile.c:3325
msgid "Invalid symlink value given"
msgstr "Määrati vigane nimeviida väärtus"
+#: gio/gfile.c:3418
msgid "Trash not supported"
msgstr "Prügikast pole toetatud"
+#: gio/gfile.c:3467
#, c-format
msgid "File names cannot contain '%c'"
msgstr "Failinimed ei tohi sisaldada märki '%c'"
+#: gio/gfile.c:5884 gio/gvolume.c:376
msgid "volume doesn't implement mount"
msgstr "köide ei toeta haakimist"
+#: gio/gfile.c:5995
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,472 +1385,613 @@ 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:1091
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:295
msgid "Unable to find default local directory monitor type"
msgstr "Vaikimisi kohaliku kataloogimonitori liiki pole võimalik leida"
+#: gio/glocalfile.c:600 gio/win32/gwinhttpfile.c:424
#, c-format
msgid "Invalid filename %s"
msgstr "Vigane failinimi %s"
+#: gio/glocalfile.c:974
#, c-format
msgid "Error getting filesystem info: %s"
msgstr "Viga failisüsteemi andmete hankimisel: %s"
+#: gio/glocalfile.c:1110
msgid "Can't rename root directory"
msgstr "Juurkataloogi nime pole võimalik muuta"
+#: gio/glocalfile.c:1130 gio/glocalfile.c:1156
#, c-format
msgid "Error renaming file: %s"
msgstr "Viga faili nime muutmisel: %s"
+#: gio/glocalfile.c:1139
msgid "Can't rename file, filename already exist"
msgstr "Faili pole võimalik ümber nimetada, failinimi on juba olemas"
+#: 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
msgid "Invalid filename"
msgstr "Vigane failinimi"
+#: gio/glocalfile.c:1308
#, c-format
msgid "Error opening file: %s"
msgstr "Viga avamisel: %s"
+#: gio/glocalfile.c:1318
msgid "Can't open directory"
msgstr "Kataloogi pole võimalik avada"
+#: gio/glocalfile.c:1443
#, c-format
msgid "Error removing file: %s"
msgstr "Viga faili eemaldamisel: %s"
+#: gio/glocalfile.c:1808
#, c-format
msgid "Error trashing file: %s"
msgstr "Viga faili prügikasti viskamisel: %s"
+#: gio/glocalfile.c:1831
#, c-format
msgid "Unable to create trash dir %s: %s"
msgstr "Prügikataloogi %s pole võimalik luua: %s"
+#: gio/glocalfile.c:1852
msgid "Unable to find toplevel directory for trash"
msgstr "Prügikasti ülemise taseme kataloogi pole võimalik leida"
+#: gio/glocalfile.c:1931 gio/glocalfile.c:1951
msgid "Unable to find or create trash directory"
msgstr "Prügikasti kataloogi pole võimalik leida või luua"
+#: gio/glocalfile.c:1985
#, c-format
msgid "Unable to create trashing info file: %s"
msgstr "Prügiinfo faili pole võimalik luua: %s"
+#: gio/glocalfile.c:2014 gio/glocalfile.c:2019 gio/glocalfile.c:2094
+#: gio/glocalfile.c:2101
#, c-format
msgid "Unable to trash file: %s"
msgstr "Faili pole võimalik prügikasti visata: %s"
+#: gio/glocalfile.c:2128
#, c-format
msgid "Error creating directory: %s"
msgstr "Viga kataloogi loomisel: %s"
+#: gio/glocalfile.c:2157
#, c-format
msgid "Error making symbolic link: %s"
msgstr "Viga nimeviida loomisel: %s"
+#: gio/glocalfile.c:2219 gio/glocalfile.c:2313
#, c-format
msgid "Error moving file: %s"
msgstr "Viga faili ümbertõstmisel: %s"
+#: gio/glocalfile.c:2242
msgid "Can't move directory over directory"
msgstr "Kataloogi pole võimalik kataloogi peale liigutada"
+#: gio/glocalfile.c:2269 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:2288
#, c-format
msgid "Error removing target file: %s"
msgstr "Viga sihtfaili eemaldamisel: %s"
+#: gio/glocalfile.c:2302
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:165 gio/glocalfileoutputstream.c:701
#, c-format
msgid "Error reading from file: %s"
msgstr "Viga failist lugemisel: %s"
+#: gio/glocalfileinputstream.c:196 gio/glocalfileinputstream.c:208
+#: gio/glocalfileinputstream.c:320 gio/glocalfileoutputstream.c:449
+#: gio/glocalfileoutputstream.c:1005
#, c-format
msgid "Error seeking in file: %s"
msgstr "Viga faili kerimisel: %s"
+#: gio/glocalfileinputstream.c:241 gio/glocalfileoutputstream.c:235
+#: gio/glocalfileoutputstream.c:330
#, c-format
msgid "Error closing file: %s"
msgstr "Viga faili sulgemisel: %s"
+#: gio/glocalfilemonitor.c:198
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.
+#: gio/gmount.c:378
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.
+#: gio/gmount.c:457
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.
+#: gio/gmount.c:537
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.
+#: gio/gmount.c:624
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.
+#: gio/gmount.c:713
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:797
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:886
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:206 gio/goutputstream.c:407
msgid "Output stream doesn't implement write"
msgstr "Väljundvoog ei toeta kirjutusoperatsiooni"
+#: gio/goutputstream.c:368 gio/goutputstream.c:776
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:3136
#, 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"
-msgid "do not hide entries"
-msgstr "kirjeid ei peideta"
+#~ msgid "do not hide entries"
+#~ msgstr "kirjeid ei peideta"
-msgid "use a long listing format"
-msgstr "pika nimekirjavormingu kasutamine"
+#~ msgid "use a long listing format"
+#~ msgstr "pika nimekirjavormingu kasutamine"
-msgid "[FILE...]"
-msgstr "[FAIL...]"
+#~ msgid "[FILE...]"
+#~ msgstr "[FAIL...]"
diff --git a/po/eu.po b/po/eu.po
index dd98ea2..c1b9854 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-12-01 00:15-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,130 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "Esteka sinbolikoak ez dira onartzen"
@@ -1274,7 +1274,7 @@ msgstr "GEmblen espero zen GEmblemedIcon-entzako"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Eragiketa ez dago onartuta"
@@ -1329,7 +1329,7 @@ msgstr "Fitxategi-izenek ezin dute '%c' eduki"
msgid "volume doesn't implement mount"
msgstr "bolumenak ez dauka muntatzea inplementatuta"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "Ez da aplikaziorik erregistratu fitxategi hau kudeatzeko"
@@ -1561,80 +1561,80 @@ 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"
diff --git a/po/fa.po b/po/fa.po
index cc24df6..4bd4016 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ø®Ù?اÙ?دÙ? Ù¾Û?Ù?Ù?د Ù?Ù?ادÛ? «â??%s» شکست Ø®Ù?رد: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "Ù¾Û?Ù?Ù?دÙ?اÛ? Ù?Ù?ادÛ? پشتÛ?باÙ?Û? Ù?Ù?Û?â??Ø´Ù?Ù?د"
@@ -1239,7 +1239,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1296,7 +1296,7 @@ msgstr ""
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
#, fuzzy
msgid "No application is registered as handling this file"
msgstr "برÙ?اÙ?Ù?â??اÛ? با Ù?اÙ? «%s» Ú?Ù?بâ??اÙ?Ù?Û? براÛ? «â??%s» ثبت Ù?کردÙ? است"
@@ -1529,80 +1529,80 @@ 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 "Ù¾Û?Ù?Ù?دÙ?اÛ? Ù?Ù?ادÛ? پشتÛ?باÙ?Û? Ù?Ù?Û?â??Ø´Ù?Ù?د"
diff --git a/po/fi.po b/po/fi.po
index 866f482..148b495 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-12-01 00:15-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,125 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u tavu"
msgstr[1] "%u tavua"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f kt"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f Mt"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f Gt"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "Symbolisia linkkejä ei tueta"
@@ -1254,7 +1254,7 @@ msgstr "Oletettiin GEmblen kohteelle GEmblemedIcon"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Toiminto ei ole tuettu"
@@ -1309,7 +1309,7 @@ msgstr "Tiedostonimi ei voi sisältää merkkiä â??%câ??"
msgid "volume doesn't implement mount"
msgstr "taltio ei toteuta liittämistä"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "Tiedoston käsittelyyn ei ole rekisteröity mitään sovellusta"
@@ -1539,80 +1539,80 @@ 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"
diff --git a/po/fr.po b/po/fr.po
index eb47de2..04564e8 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-12-01 00:15-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,127 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f Kio"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f Mio"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f Gio"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "Liens symboliques non pris en charge"
@@ -1311,7 +1311,7 @@ msgstr "Un GEmblem est attendu pour le GEmblemedIcon"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Opération non prise en charge"
@@ -1366,7 +1366,7 @@ msgstr "Les noms de fichiers ne peuvent contenir « %c »"
msgid "volume doesn't implement mount"
msgstr "le volume n'implémente pas « mount »"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "Aucune application n'est enregistrée pour gérer ce fichier"
@@ -1599,82 +1599,82 @@ 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"
diff --git a/po/ga.po b/po/ga.po
index a98d1e6..6e3a60f 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-12-01 00:15-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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -254,27 +254,27 @@ msgstr[2] ""
msgstr[3] ""
msgstr[4] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr ""
@@ -1201,7 +1201,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr ""
@@ -1256,7 +1256,7 @@ msgstr ""
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr ""
@@ -1486,80 +1486,80 @@ 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 ""
diff --git a/po/gl.po b/po/gl.po
index 3bd75a7..be36345 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-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-12-01 00:15-0500\n"
"PO-Revision-Date: 2009-09-16 09:54+0200\n"
"Last-Translator: Antón Méixome <meixome mancomun org>\n"
"Language-Team: Galician <gnome mancomun org>\n"
@@ -98,71 +98,71 @@ msgstr "Ningún aplicativo denominado '%s' rexistrou un marcador para '%s'"
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: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 "Non se asiste conversión do conxunto de caracteres '%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 "Non se puido abrir o conversor 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 "A secuencia de bytes non é válida na entrada da conversión"
-#: 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 conversió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 "Hai unha secuencia de carácter parcial ao final da entrada"
-#: glib/gconvert.c:922
+#: 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:1745
+#: 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:1755
+#: 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:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "O URI '%s' non é válido"
-#: glib/gconvert.c:1784
+#: 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:1800
+#: 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:1895
+#: 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:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "O nome do host non é válido"
@@ -171,119 +171,119 @@ msgstr "O nome do host non é válido"
msgid "Error opening directory '%s': %s"
msgstr "Erro ao abrir o directorio '%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 "Non se puideron asignar %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 "O ficheiro \"%s\" é demasiado grande"
-#: glib/gfileutils.c:641
+#: 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:692 glib/gfileutils.c:779
+#: 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: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 "Fallo ao obter os atributos do ficheiro '%s': fstat() fallou: %s"
-#: glib/gfileutils.c:743
+#: 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:851
+#: 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:893 glib/gfileutils.c:1359
+#: 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:907
+#: 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:932
+#: 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:951
+#: 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:980
+#: 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:999
+#: 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:1117
+#: 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:1321
+#: 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:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "O modelo '%s' non contén XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "As ligazóns simbólicas non se admiten"
@@ -1274,7 +1274,7 @@ msgstr "Esperábase un GEmblem para o GEmblemedIcon"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Operación non permitida"
@@ -1329,7 +1329,7 @@ msgstr "Os nomes de ficheiro non poden conter '%c'"
msgid "volume doesn't implement mount"
msgstr "o volume non implementa o montado"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "Non hai ningún aplicativo rexistrado para manexar este ficheiro"
@@ -1561,80 +1561,80 @@ msgstr "Nome estendido do atributo non válido"
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 "
diff --git a/po/gu.po b/po/gu.po
index 7d23140..1d3b16e 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "'%s' સા���તિ� �ડ� વા��વામા� નિષ�ફળતા: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "સા���તિ� �ડ� �ધાર �પત� નથ�"
@@ -1227,7 +1227,7 @@ msgstr "GEmblemedIcon મા�� GEmblem � �પ���ષિત ��"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "પà«?રàª?à«?રિયા àª?ધારàªà«?ત નથà«?"
@@ -1282,7 +1282,7 @@ msgstr "ફા�લ નામ� '%c' સમાવ� શ�તા નથ�"
msgid "volume doesn't implement mount"
msgstr "વ�લ�ય�મ મા�ન�� �મલમા� મ��ત�� નથ�"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "àª? ફાàª?લ સàª?àªàª¾àª³àªµàª¾ માàª?à«? àª?à«?àª? àª?ારà«?યàª?à«?રમ રàª?à«?સà«?àª?ર થયà«?લ નથà«?"
@@ -1512,79 +1512,79 @@ 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 સà«?યà«?àª?à«?ત àª?રવાનà«?àª? àª?ધારàªà«?ત નથà«?"
diff --git a/po/he.po b/po/he.po
index 64d5b4a..c7d0f89 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u bytes"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "Symbolic links not supported"
@@ -1239,7 +1239,7 @@ msgstr "Expected a GEmblem for GEmblemedIcon"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Operation not supported"
@@ -1294,7 +1294,7 @@ msgstr "File names cannot contain '%c'"
msgid "volume doesn't implement mount"
msgstr "volume doesn't implement mount"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "No application is registered as handling this file"
@@ -1524,80 +1524,80 @@ 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"
diff --git a/po/hi.po b/po/hi.po
index fcc212f..61d5dd5 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f �ि.बा."
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f म�.बा."
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f ��.बा."
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "सि�बालि� लि�� '%s' स� प�रस�� पढ़न� म�� �सफल %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "सि�बालि� लि�� समर�थित नह�� ह�"
@@ -1229,7 +1229,7 @@ msgstr "GEmblemedIcon �� लि� �� GEmblem प�रत�याश
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "�पर�शन समर�थित नह�� ह�"
@@ -1284,7 +1284,7 @@ msgstr "फ़ा�ल नाम म�� '%c' नह�� ह� स�त
msgid "volume doesn't implement mount"
msgstr "�वा� मा��� ला�� नह�� �र स�ता ह�"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "�स फ़ा�ल �� निय�त�रण �� र�प म�� ��� �न�प�रय�� प�����त नह�� ह�"
@@ -1514,79 +1514,79 @@ 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 �� स��ि�� समर�थित नह�� ह�"
diff --git a/po/hr.po b/po/hr.po
index bec4d3f..a41b462 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-12-01 00:15-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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -254,27 +254,27 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "Nisu podržane simboliÄ?ke veze"
@@ -1246,7 +1246,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr ""
@@ -1535,80 +1535,80 @@ 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"
diff --git a/po/hu.po b/po/hu.po
index 61d8522..4a254a3 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-12-01 00:15-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,123 @@ 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:1771
#, 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:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "A szimbolikus linkek használata nem támogatott"
@@ -1272,7 +1272,7 @@ msgstr "Egy GEmblem kellene a GEmblemedIconhoz"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "A művelet nem támogatott"
@@ -1327,7 +1327,7 @@ msgstr "A fájlnevek nem tartalmazhatnak â??%câ?? karaktert"
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:5995
msgid "No application is registered as handling this file"
msgstr "Nincs alkalmazás regisztrálva a fájl kezeléséhez"
@@ -1558,79 +1558,79 @@ 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"
diff --git a/po/hy.po b/po/hy.po
index 4961987..5c762e7 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Õ?Õ« Õ°Õ¡Õ»Õ¸Õ²Õ¾Õ¥Õ¬ Õ¯Õ¡Ö?Õ¤Õ¡Õ¬ '%s' Õ½Õ«Õ´Õ¾Õ¸Õ¬Õ«Õ¯ Õ°Õ²Õ¸Ö?Õ´Õ¨Õ? %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "Õ?Õ«Õ´Õ¾Õ¸Õ¬Õ«Õ¯ Õ°Õ²Õ¸Ö?Õ´Õ¶Õ¥Ö?Õ¨ Õ¹Õ¥Õ¶ Õ¡ÕºÕ¡Õ°Õ¸Õ¾Õ¾Õ¸Ö?Õ´"
@@ -1197,7 +1197,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1254,7 +1254,7 @@ msgstr ""
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr ""
@@ -1484,80 +1484,80 @@ 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 "Õ?Õ«Õ´Õ¾Õ¸Õ¬Õ«Õ¯ Õ°Õ²Õ¸Ö?Õ´Õ¶Õ¥Ö?Õ¨ Õ¹Õ¥Õ¶ Õ¡ÕºÕ¡Õ°Õ¸Õ¾Õ¾Õ¸Ö?Õ´"
diff --git a/po/id.po b/po/id.po
index 4d8b3ed..3ad7dba 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-12-01 00:15-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,121 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "Link simbolik tidak didukung oleh sistem"
@@ -1265,7 +1265,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1322,7 +1322,7 @@ msgstr ""
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr ""
@@ -1554,80 +1554,80 @@ 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"
diff --git a/po/is.po b/po/is.po
index 4b19bb9..377719e 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "Tákntengi eru ekki studd"
@@ -1226,7 +1226,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1283,7 +1283,7 @@ msgstr ""
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr ""
@@ -1515,80 +1515,80 @@ 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"
diff --git a/po/it.po b/po/it.po
index 2f3c1aa..eb16c4d 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-12-01 00:15-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,44 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f kB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "Collegamenti simbolici non supportati"
@@ -1352,7 +1352,7 @@ msgstr "Atteso un GEmblem per GEmblemedIcon"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Operazione non supportata"
@@ -1407,7 +1407,7 @@ msgstr "I nomi di file non possono contenere '%c'"
msgid "volume doesn't implement mount"
msgstr "il volume non implementa l'azione mount"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "Non risulta registrata alcuna applicazione per gestire questo file"
@@ -1647,84 +1647,84 @@ 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"
diff --git a/po/ja.po b/po/ja.po
index af5e7c1..9f478c5 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-12-01 00:15-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,122 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u ã??ã?¤ã??"
msgstr[1] "%u ã??ã?¤ã??"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "ã?·ã?³ã??ã?ªã??ã?¯ã?»ã?ªã?³ã?¯ '%s' ã?®èªã?¿è¾¼ã?¿ã??失æ??: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "ã?·ã?³ã??ã?ªã??ã?¯ã?»ã?ªã?³ã?¯ã?¯ã?µã??ã?¼ã??ã??ã?¦ã??ã?¾ã??ã??"
@@ -1246,7 +1246,7 @@ msgstr "GEmblemedIcon ã?«å¯¾ã??ã?? GEmblem ã??æ?³å®?ã??ã?¦ã??ã?¾ã??ã??"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "ã?µã??ã?¼ã??ã??ã?¦ã??ã?ªã??æ??ä½?ã?§ã??"
@@ -1301,7 +1301,7 @@ msgstr "ã??ã?¡ã?¤ã?«å??ã?« '%c' ã??å?«ã??ã??ã??ã?¨ã?¯ã?§ã??ã?¾ã??ã??"
msgid "volume doesn't implement mount"
msgstr "ã??ã?ªã?¥ã?¼ã? ã?¯ã??ã?¦ã?³ã??ã??å®?è£?ã??ã?¦ã??ã?¾ã??ã??"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "ã??ã?®ã??ã?¡ã?¤ã?«ã??æ?±ã??ã?¢ã??ã?ªã?±ã?¼ã?·ã?§ã?³ã??ç?»é?²ã??ã??ã?¦ã??ã?¾ã??ã??"
@@ -1533,79 +1533,79 @@ 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 ã?¨ã??ã??å±?æ?§å?¤ã?¯ã?»ã??ã??ã?§ã??ã?¾ã??ã??"
diff --git a/po/ka.po b/po/ka.po
index 31008ae..b649947 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-12-01 00:15-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,118 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "á?¡á??á??á??á??á??á?£á? á?? á??á??á??á?¡ \"%s\" á?¬á??á??á??á??á?®á??á??á?¡ á?¨á??á?ªá??á??á??á??: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "á?¡á??á??á??á??á??á?£á? á?? á??á??á??á??á??á?¡ á??á??á??á??á?§á??á??á??á??á?? á??á? á??á?? á? á??á??á??á??á??á??á??á?£á??á??"
@@ -1251,7 +1251,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1308,7 +1308,7 @@ msgstr ""
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
#, fuzzy
msgid "No application is registered as handling this file"
msgstr "á??á? á??á??á? á??á??á??á?¡á??á??á??á?¡ á?¡á??á?®á??á??á??á?? '%s' á??á? á??á??á??á??á??á??á??á?£á??á?? á?¡á??á??á??á?¨á??á?? '%s'"
@@ -1541,80 +1541,80 @@ 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 "á?¡á??á??á??á??á??á?£á? á?? á??á??á??á??á??á?¡ á??á??á??á??á?§á??á??á??á??á?? á??á? á??á?? á? á??á??á??á??á??á??á??á?£á??á??"
diff --git a/po/kn.po b/po/kn.po
index e0d5876..467dbf4 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-12-01 00:15-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,121 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "ಸಾ���ತಿ� ಲಿ��� '%s' �ನ�ನ� �ದ�ವಲ�ಲಿ ವಿಫಲತ�: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "ಸಾ���ತಿ� ಲಿ����ಳ� ಬ��ಬಲಿತವಾ�ಿಲ�ಲ"
@@ -1239,7 +1239,7 @@ msgstr "GEmblemedIcon �ಾ�ಿ GEmblem �ನ�ನ� ನಿರ���ಷ
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "�ಾರ�ಯವ� ಬ��ಬಲಿತವಾ�ಿಲ�ಲ"
@@ -1294,7 +1294,7 @@ msgstr "�ಡತದ ಹ�ಸರ��ಳ� '%c' �ನ�ನ� ಹ��ದ
msgid "volume doesn't implement mount"
msgstr "ಪರಿಮಾಣವ� �ರ�ಹಿಸ�ವ�ದನ�ನ� �ಾರ�ಯ�ತ��ಳಿಸ�ವ�ದಿಲ�ಲ"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "à²? ಪà³?à²?ವನà³?ನà³? ನಿà²à²¾à²¯à²¿à²¸à²²à³? ಯಾವà³?ದà³? à²?ನà³?ವಯವà³? à²?ನà³?ಸà³?ಥಾಪಿತà²?à³?à²?ಡಿಲà³?ಲ"
@@ -1524,79 +1524,79 @@ 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 ವ�ಶಿಷ���ಯ�ಳನ�ನ� ಹ��ದಿಸ�ವ�ದ� ಬ��ಬಲಿತವಾ�ಿಲ�ಲ"
diff --git a/po/ko.po b/po/ko.po
index 3d5e657..816ecdf 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-12-01 00:15-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,118 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u ë°?ì?´í?¸"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "ì?¬ë³¼ë¦ ë§?í?¬ '%s' ì?½ê¸° ì?¤í?¨: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "ì?¬ë³¼ë¦ ë§?í?¬ë¥¼ ì§?ì??í??ì§? ì??ì?µë??ë?¤"
@@ -1242,7 +1242,7 @@ msgstr "GEmblemedIconì?? GEmblemì?´ ì??ì?µë??ë?¤"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "ë??ì??ì?? ì§?ì??í??ì§? ì??ì?µë??ë?¤"
@@ -1297,7 +1297,7 @@ msgstr "í??ì?¼ ì?´ë¦?ì?? '%c' 문ì??ê°? ë?¤ì?´ê°? ì?? ì??ì?µë??ë?¤"
msgid "volume doesn't implement mount"
msgstr "볼륨ì?´ mount를 구í??í??ì§? ì??ì??ì?µë??ë?¤"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "ì?´ í??ì?¼ì?? ì²?리í??ë?? í??ë¡?ê·¸ë?¨ì?? ì??무 ê²?ë?? ë?±ë¡?í??ì§? ì??ì??ì?µë??ë?¤"
@@ -1527,80 +1527,80 @@ 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 ì? í?¸ë¦¬ë·°í?¸ ì?¤ì ?ì?? ì§?ì??í??ì§? ì??ì?µë??ë?¤"
diff --git a/po/ku.po b/po/ku.po
index c5a3d95..72679c7 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr ""
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr ""
@@ -1197,7 +1197,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr ""
@@ -1252,7 +1252,7 @@ msgstr ""
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr ""
@@ -1483,80 +1483,80 @@ 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 ""
diff --git a/po/lt.po b/po/lt.po
index e771e10..6c89570 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-12-01 00:15-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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -255,27 +255,27 @@ msgstr[0] "%u baitas"
msgstr[1] "%u baitai"
msgstr[2] "%u baitų"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "SimbolinÄ?s nuorodos nepalaikomos"
@@ -1257,7 +1257,7 @@ msgstr "TikÄ?tasi GEmblem skirto GEmblemedIcon"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Operacija nepalaikoma"
@@ -1312,7 +1312,7 @@ msgstr "Failų varduose negali būti '%c'"
msgid "volume doesn't implement mount"
msgstr "skirsnis nepalaiko prijungimo"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "NÄ?ra programos, priregistruotos kaip skaitanÄ?ios šį failÄ?"
@@ -1542,80 +1542,80 @@ 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"
diff --git a/po/lv.po b/po/lv.po
index b1cbe08..ee86c60 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr ""
@@ -1234,7 +1234,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr ""
@@ -1289,7 +1289,7 @@ msgstr ""
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr ""
@@ -1521,80 +1521,80 @@ 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 ""
diff --git a/po/mai.po b/po/mai.po
index 4070e7a..125ebdd 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f �ि.बा."
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f म�.बा."
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f ��.बा."
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "सि�बालि� लि�� '%s' स� थ�म पढ़बाम� �सफल %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "सि�बालि� लि�� समर�थित नहि ��ि"
@@ -1229,7 +1229,7 @@ msgstr "GEmblem प�रत�याशित GEmblemedIcon ��� ल�ल
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "�पर�शन समर�थित नहि ��ि"
@@ -1284,7 +1284,7 @@ msgstr "फा�ल नाम म� '%c' नहि रहि स��त �
msgid "volume doesn't implement mount"
msgstr "�वा� मा������ ला�� नहि �र�त ��ि"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "��न� �न�प�रय�� � फा�ल��� निय�त�रण��� ल�ल प�����त नहि ��ि"
@@ -1514,80 +1514,80 @@ 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 समर�थित नहि"
diff --git a/po/mg.po b/po/mg.po
index 8bcdb12..a9f0310 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-12-01 00:15-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,122 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "Tsy raisina an-tà nana ny rohy misolotena"
@@ -1267,7 +1267,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1324,7 +1324,7 @@ msgstr ""
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
#, fuzzy
msgid "No application is registered as handling this file"
msgstr ""
@@ -1558,80 +1558,80 @@ 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"
diff --git a/po/mk.po b/po/mk.po
index d28ed86..db50f0b 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-12-01 00:15-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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -261,27 +261,27 @@ msgstr[0] "%u баÑ?Ñ?"
msgstr[1] "%u баÑ?Ñ?и"
msgstr[2] "%u баÑ?Ñ?и"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ð?е Ñ?Ñ?пеав да Ñ?а пÑ?оÑ?иÑ?ам Ñ?имболиÑ?каÑ?а вÑ?Ñ?ка â??%sâ??: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "СимболиÑ?киÑ?е вÑ?Ñ?ки не Ñ?е поддÑ?жани"
@@ -1263,7 +1263,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Ð?пеÑ?аÑ?иÑ?аÑ?а не е поддÑ?жана"
@@ -1319,7 +1319,7 @@ msgstr "Ð?миÑ?аÑ?а на даÑ?оÑ?еки не можаÑ? да Ñ?одÑ?жаÑ?
msgid "volume doesn't implement mount"
msgstr "пÑ?оÑ?Ñ?оÑ?оÑ? нема имплеменÑ?иÑ?ано монÑ?иÑ?аÑ?е"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "Ð?е е Ñ?егиÑ?Ñ?Ñ?иÑ?ана апликаÑ?иÑ?а за Ñ?пÑ?авÑ?ваÑ?е Ñ?о оваа даÑ?оÑ?ека"
@@ -1550,82 +1550,82 @@ 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 не е поддÑ?жано"
diff --git a/po/ml.po b/po/ml.po
index 84542a5..8e612d4 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-12-01 00:15-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,120 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "സിബàµ?ളിà´?àµ?à´?àµ? ലിà´?àµ?à´?àµ? '%s' വായിà´?àµ?à´?àµ?à´¨àµ?നതിലàµ?â?? പരാà´?യപàµ?à´ªàµ?à´?àµ?à´?àµ?: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "സിബ�ളി���� ലി���� പിന�ത�ണയ�����ന�നില�ല"
@@ -1232,7 +1232,7 @@ msgstr "GEmblemedIcon-ന�� �ര� GEmblem പ�രത���ഷി�
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "പ�ര��രിയ പിന�ത�ണയ�����ന�നില�ല"
@@ -1287,7 +1287,7 @@ msgstr "ഫയലിനàµ?à´±àµ? à´ªàµ?à´°à´¿à´²àµ?â?? '%c' à´?à´£àµ?à´?à´¾à´?
msgid "volume doesn't implement mount"
msgstr "à´µàµ?à´³àµ?à´¯à´? à´®àµ?à´£àµ?à´?à´¿à´¨àµ? à´²à´àµ?യമാà´?àµ?à´?àµ?à´¨àµ?നിലàµ?à´²"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "à´? ഫയലàµ?â?? à´?àµ?à´?ാരàµ?à´¯à´? à´?àµ?à´¯àµ?à´¯àµ?à´¨àµ?നതിനായി à´?à´°àµ? à´ªàµ?à´°à´¯àµ?à´?à´µàµ?à´? à´°à´?à´¿à´¸àµ?à´?à´°àµ?â?? à´?àµ?à´¯àµ?തിà´?àµ?à´?à´¿à´²àµ?à´²"
@@ -1517,79 +1517,79 @@ 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 ���രിബ�യ����� ��രമി�രണ� പിന�ത�ണയ�����ന�നില�ല"
diff --git a/po/mn.po b/po/mn.po
index bc02427..ab8566c 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "»%s« Ñ?имволик Ñ?олбооÑ? Ñ?нÑ?игдÑ?ангүй: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "Символик Ñ?олбооÑ? дÑ?мжигдÑ?Ñ?гүй"
@@ -1262,7 +1262,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1319,7 +1319,7 @@ msgstr ""
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr ""
@@ -1551,80 +1551,80 @@ 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 "Символик Ñ?олбооÑ? дÑ?мжигдÑ?Ñ?гүй"
diff --git a/po/mr.po b/po/mr.po
index a20f37f..8b5ccab 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "ब�ध�िन�ह लि�� '%s' वा�ण�यास �पयश�: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "ब�ध�िन�ह लि�� समर�थ�त नाह�"
@@ -1218,7 +1218,7 @@ msgstr "GEmblemedIcon �र�ता GEmblem �प���ष�त"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "�ार�य समर�थित नाह�"
@@ -1273,7 +1273,7 @@ msgstr "फा�ल नावात '%c' �स� श�त नाह�"
msgid "volume doesn't implement mount"
msgstr "��ड �र�हन �ार�यारत �रत नाह�"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "ह� फा�ल हाताळण�या�र�ता ��ठल�ह� �न�प�रय�� प�����त नाह�"
@@ -1503,79 +1503,79 @@ 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 ��णधर�म स�थापित �रण� समर�थित नाह�"
diff --git a/po/ms.po b/po/ms.po
index d6ce3cf..f619b56 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "Pautan simbolik tidak disokong"
@@ -1232,7 +1232,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1289,7 +1289,7 @@ msgstr ""
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr ""
@@ -1521,80 +1521,80 @@ 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"
diff --git a/po/nb.po b/po/nb.po
index 30d1858..a83455d 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -9,7 +9,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-12-01 00:15-0500\n"
"PO-Revision-Date: 2009-09-14 00:16+0200\n"
"Last-Translator: Kjartan Maraas <kmaraas gnome org>\n"
"Language-Team: Norwegian bokmal <i18n-nb lister ping uio no>\n"
@@ -88,69 +88,69 @@ msgstr "Ingen program med navn «%s» har registrert et bokmerke for «%s»"
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Feil under utvidelse av exec-linje «%s» med URI «%s»"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c: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: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 åpne program for å 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 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 "Ufullstendig tegnsekvens ved slutten på inndata"
-#: glib/gconvert.c:922
+#: 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:1745
+#: 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:1755
+#: 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:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI «%s» er ugyldig"
-#: glib/gconvert.c:1784
+#: 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:1800
+#: 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:1895
+#: 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:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Ugyldig vertsnavn"
@@ -159,119 +159,119 @@ msgstr "Ugyldig vertsnavn"
msgid "Error opening directory '%s': %s"
msgstr "Feil under åpning 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 "Kunne ikke allokere %lu bytes til lest fil «%s»"
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Feil under lesing av fil «%s»: %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "Fil «%s» er for stor"
-#: glib/gfileutils.c:641
+#: 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:692 glib/gfileutils.c:779
+#: 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: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 "Feil ved uthenting av attributter for fil «%s»: fstat() feilet: %s"
-#: glib/gfileutils.c:743
+#: 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:851
+#: 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:893 glib/gfileutils.c:1359
+#: 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:907
+#: 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:932
+#: 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:951
+#: 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:980
+#: 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:999
+#: 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:1117
+#: 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:1321
+#: 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:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Mal «%s» inneholder ikke XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u bytes"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Feil under lesing av symbolsk lenke «%s»: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "Symbolske lenker er ikke støttet"
@@ -1239,7 +1239,7 @@ msgstr "Ventet et GEmblem for GEmblemedIcon"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Operasjonen er ikke støttet"
@@ -1294,7 +1294,7 @@ msgstr "Filnavn kan ikke inneholde «%c»"
msgid "volume doesn't implement mount"
msgstr "volumet implementerer ikke montering"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "Ingen program registrert for å håndtere denne filen"
@@ -1524,79 +1524,79 @@ msgstr "Ugyldig navn på utvidet attributt"
msgid "Error setting extended attribute '%s': %s"
msgstr "Feil under setting av utvidet attributt «%s»: %s"
-#: gio/glocalfileinfo.c: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"
diff --git a/po/ne.po b/po/ne.po
index 630ff12..0d4337e 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "सा���ति� सम�बन�ध '%s' पढ�न �सफल: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "सा���ति� सम�बन�ध समर�थन �रि�न"
@@ -1236,7 +1236,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1293,7 +1293,7 @@ msgstr ""
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr ""
@@ -1525,80 +1525,80 @@ 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 "सा���ति� सम�बन�ध समर�थन �रि�न"
diff --git a/po/nl.po b/po/nl.po
index 3ef9cbb..2435a1e 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-12-01 00:15-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,123 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u byte"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "Symbolische verwijzingen zijn niet mogelijk"
@@ -1310,7 +1310,7 @@ msgstr "GEmblem voor GEmblemedIcon verwacht"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "De bewerking is niet mogelijk"
@@ -1373,7 +1373,7 @@ msgstr "Het teken â??%câ?? mag niet in een bestandsnaam voorkomen"
msgid "volume doesn't implement mount"
msgstr "volumen begrijpt de opdracht â??aankoppelenâ?? niet"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "Er is geen programma toegewezen om dit bestand te openen"
@@ -1614,87 +1614,87 @@ 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"
diff --git a/po/nn.po b/po/nn.po
index 4aeaccf..44526eb 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u byte"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KiB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MiB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GiB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "Symbolske lenkjer er ikkje støtta"
@@ -1239,7 +1239,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Operasjonen er ikkje støtta"
@@ -1295,7 +1295,7 @@ msgstr "Filnamn kan ikkje innehalda «%c»"
msgid "volume doesn't implement mount"
msgstr "volumet støttar ikkje montering"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "Ingen program er registrert til å handtera denne fila"
@@ -1525,82 +1525,82 @@ 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"
diff --git a/po/oc.po b/po/oc.po
index a88c80e..289d328 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u octet"
msgstr[1] "%u octets"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f ko"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f Mo"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f Go"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr ""
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr ""
@@ -1197,7 +1197,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr ""
@@ -1252,7 +1252,7 @@ msgstr ""
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr ""
@@ -1482,79 +1482,79 @@ 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 ""
diff --git a/po/or.po b/po/or.po
index 1b70d65..550d2a3 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "'%s' ପà?ରତିà¬?ାତà?ମà¬? ସà¬?à?à?à¬? ପଢିବାରà? à¬?ସଫଳ: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "ପà?ରତିà¬?ାତà?ମà¬? ସà¬?à?à?à¬? à¬?ସହାà?à¬?"
@@ -1238,7 +1238,7 @@ msgstr "GEmblemedIcon ପାà¬?à¬? à¬?à?à¬?ିà¬? GEmblem à¬?ଶାà¬?ରାଯ
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "ପà?ରà?à?à¬? ସମରà?ଥିତ ନà?ହà¬?"
@@ -1293,7 +1293,7 @@ msgstr "ଫାà¬?ଲ ନାମà¬?à?ଡ଼ିà¬? '%c' ଧାରଣ à¬?ରିପ
msgid "volume doesn't implement mount"
msgstr "à¬?à¬?ାର ସà?ଥାପନà¬?à? à¬?ାରà?ଯà?à?à¬?ାରà? à¬?ରà?ନାହିà¬?"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "à¬?ହି ଫାà¬?ଲà¬?à? ନିà?ନà?ତà?ରମ à¬?ରିବା ଫଳରà? à¬?à?ଣସି ପà?ରà?à?à¬? ପà¬?à?à¬?ିà¬?à?ତ ହà?à¬?ନାହିà¬?"
@@ -1523,79 +1523,79 @@ 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 ବିନà?à?ାସ à¬?ରିବା ସମରà?ଥିତ ନà?ହà¬?"
diff --git a/po/pa.po b/po/pa.po
index 235c6ac..fd69fe4 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "ਸਿੰਬ�ਲਿ� ਲਿੰ� '%s' ਪ��ਹਨ ਲ� ਫ�ਲ�ਹ: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "ਸਿੰਬ�ਲਿ� ਲਿੰ� ਮੱਦਦ ਪ�ਰਾਪਤ ਨਹ�� ਹਨ"
@@ -1220,7 +1220,7 @@ msgstr "GEmblemedIcon ਲ� GEmblem ਦ� ਲ�� ਸ�"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "�ਪਰ�ਸ਼ਨ ਸਹਾ�� ਨਹ��"
@@ -1275,7 +1275,7 @@ msgstr "ਫਾ�ਲ ਨਾ� ਵਿੱ� ' %c' ਮ���ਦ ਨਹ��
msgid "volume doesn't implement mount"
msgstr "ਵਾਲ��ਮ ਲ� ਮਾ��� ਸਥਾਪਤ ਨਹ�� ਹ�"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "�ਹ ਫਾ�ਲ ਹ��ਡਲ �ਰਨ ਲ� ��� �ਪਲ���ਸ਼ਨ ਰ�ਿਸ�ਰ ਨਹ�� ਹ�"
@@ -1505,79 +1505,79 @@ 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 ਸ��ਿੰ� ਸਹਾ�� ਨਹ��"
diff --git a/po/pl.po b/po/pl.po
index 9b7e359..599fd4d 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-12-01 00:15-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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -264,27 +264,27 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "DowiÄ?zania symboliczne nie sÄ? obsÅ?ugiwane"
@@ -1284,7 +1284,7 @@ msgstr "Oczekiwano obiektu GEmblem dla GEmblemedIcon"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "DziaÅ?anie nie jest obsÅ?ugiwane"
@@ -1339,7 +1339,7 @@ msgstr "Nazwy plików nie mogÄ? zawieraÄ? \"%c\""
msgid "volume doesn't implement mount"
msgstr "wolumin nie obsÅ?uguje montowania"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "Å»aden program nie jest zarejestrowany do obsÅ?ugi tego pliku"
@@ -1569,81 +1569,81 @@ 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"
diff --git a/po/ps.po b/po/ps.po
index 29925c8..56737bc 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f ک ب"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f Ù? ب"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f ګ ب"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "%s :Ù¾Ù? Ù?Ù?ستÙ?Ù? Ú©Û? پاتÛ? راغÛ? '%s' د Ù¾Û?Ù?اÙ?Ù? تÚ?Ù?Û?"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "Ù¾Û?Ù?اÙ?Ù? تÚ?Ù?Û? Ù?Ù? Ù?Ù?Ù? Ú©Ù?Ú?Ù?"
@@ -1197,7 +1197,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Ú?ار Ù?Ù? Ù?Ù?Ù? Ú©Ù?Ú?Ù?"
@@ -1252,7 +1252,7 @@ msgstr "Ù?Ù? Ø´Ù? Ù?رÙ?Û? '%c' دÙ?تÙ?Ù? Ù?Ù?Ù?Ù?Ù?Ù?"
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr ""
@@ -1482,80 +1482,80 @@ 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 ""
diff --git a/po/pt.po b/po/pt.po
index e04b244..3a3b2a0 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u bytes"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "Atalhos não são suportados"
@@ -1256,7 +1256,7 @@ msgstr "Esperado um GEmblem para o GEmblemedIcon"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Operação não suportada"
@@ -1311,7 +1311,7 @@ msgstr "Nomes de ficheiros não podem conter '%c'"
msgid "volume doesn't implement mount"
msgstr "unidade não implementa a montagem"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "Não existe nenhuma aplicação registada para gerir este ficheiro"
@@ -1541,79 +1541,79 @@ 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"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 266d726..4f85195 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-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-12-01 00:15-0500\n"
"PO-Revision-Date: 2009-09-02 11:39-0300\n"
"Last-Translator: Fábio Nogueira <fnogueira gnome org>\n"
"Language-Team: Brazilian Portuguese <gnome-pt_br-list gnome org>\n"
@@ -96,71 +96,71 @@ msgstr "Nenhum aplicativo chamado \"%s\" registrou um marcador para \"%s\""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Falha em expandir linha de execução \"%s\" com URI \"%s\""
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c: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: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 "Não foi possÃvel 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 "Seqüência de bytes inválida na entrada de 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 "Seqüência de caracteres parcial no final da entrada"
-#: glib/gconvert.c:922
+#: 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: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 utilize 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 arquivo local \"%s\" não pode 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 servidor 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 com escape inválido"
-#: 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 servidor inválido"
@@ -169,119 +169,119 @@ msgstr "Nome de servidor inválido"
msgid "Error opening directory '%s': %s"
msgstr "Erro ao abrir o diretó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 "Não foi possÃvel alocar %lu bytes para ler arquivo \"%s\""
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Erro ao ler arquivo \"%s\": %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "Arquivo \"%s\" é muito grande"
-#: glib/gfileutils.c:641
+#: 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: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 arquivo \"%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 arquivo \"%s\": fstat() falhou: %s"
-#: glib/gfileutils.c:743
+#: 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:851
+#: 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: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 arquivo \"%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 arquivo \"%s\" para escrita: fdopen() falhou: %s"
-#: glib/gfileutils.c:932
+#: 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:951
+#: 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:980
+#: 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:999
+#: 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:1117
+#: 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: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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u bytes"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Falha ao ler link simbólico \"%s\": %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "Não há suporte a links simbólicos"
@@ -1266,7 +1266,7 @@ msgstr "Esperado um GEmblem para o GEmblemedIcon"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Operação sem suporte"
@@ -1321,7 +1321,7 @@ msgstr "Nomes de arquivo não podem conter \"%c\""
msgid "volume doesn't implement mount"
msgstr "volume não implementa montagem"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "Nenhum aplicativo está registrado como manipulador deste arquivo"
@@ -1551,79 +1551,79 @@ msgstr "Nome de atributo estendido inválido"
msgid "Error setting extended attribute '%s': %s"
msgstr "Erro ao definir atributo estendido \"%s\": %s"
-#: gio/glocalfileinfo.c: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"
diff --git a/po/ro.po b/po/ro.po
index edc0443..4e34934 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-12-01 00:15-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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -253,27 +253,27 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "Linkurile simbolice nu sunt implementate"
@@ -1256,7 +1256,7 @@ msgstr "Se aÈ?tepta un GEmblem pentru GEmblemedIcon"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "OperaÈ?iune neimplementatÄ?"
@@ -1311,7 +1311,7 @@ msgstr "Numele de fiÈ?iere nu pot conÈ?ine â??%câ??"
msgid "volume doesn't implement mount"
msgstr "volumul nu implementeazÄ? montarea"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "Nu existÄ? o aplicaÈ?ie înregistratÄ? pentru deschiderea acestui fiÈ?ier"
@@ -1543,80 +1543,80 @@ 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Ä?"
diff --git a/po/ru.po b/po/ru.po
index 38b5aa5..da7a6a9 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-12-01 00:15-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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -261,27 +261,27 @@ msgstr[0] "%u байÑ?"
msgstr[1] "%u байÑ?а"
msgstr[2] "%u байÑ?ов"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f Ð?Ð?"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f Ð?Ð?"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f Ð?Ð?"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ð?е Ñ?далоÑ?Ñ? пÑ?оÑ?иÑ?аÑ?Ñ? Ñ?имволÑ?нÑ?Ñ? Ñ?Ñ?Ñ?лкÑ? «%s»: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "СимволÑ?нÑ?е Ñ?Ñ?Ñ?лки не поддеÑ?живаÑ?Ñ?Ñ?Ñ?"
@@ -1275,7 +1275,7 @@ msgstr "Ð?лÑ? GEmblemedIcon ожидаеÑ?Ñ?Ñ? GEmblem"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Ð?ейÑ?Ñ?вие не поддеÑ?живаеÑ?Ñ?Ñ?"
@@ -1330,7 +1330,7 @@ msgstr "Ð?мена Ñ?айлов не могÑ?Ñ? Ñ?одеÑ?жаÑ?Ñ? «%c»"
msgid "volume doesn't implement mount"
msgstr "Ñ?ом не поддеÑ?живаеÑ? пÑ?иÑ?оединение"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "Ð?еÑ? заÑ?егиÑ?Ñ?Ñ?иÑ?ованного пÑ?иложениÑ? длÑ? обÑ?абоÑ?ки данного Ñ?айла"
@@ -1560,81 +1560,81 @@ 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 не поддеÑ?живаеÑ?Ñ?Ñ?"
diff --git a/po/rw.po b/po/rw.po
index c2c60cc..651f4e4 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-12-01 00:15-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,120 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Kuri Gusoma Ihuza"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
#, fuzzy
msgid "Symbolic links not supported"
msgstr "amahuza OYA"
@@ -1258,7 +1258,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1315,7 +1315,7 @@ msgstr ""
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr ""
@@ -1555,81 +1555,81 @@ 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"
diff --git a/po/si.po b/po/si.po
index 1df3266..d9d3f76 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "'%s' à·?à¶?à¶?à·?à¶à·?à¶à·?මà¶? à¶´à·?à¶»à·?à¶? à¶?à·?යà·?à·?ම à¶?à·?මà¶à·? à·?à·?ය: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "à·?à¶?à¶?à·?à¶à·?à¶à·?මà¶? à¶´à·?à¶»à·?à¶? à·?à·?à·?ය දà¶?à·?නනà·?à¶±à·? à¶±à·?à¶"
@@ -1204,7 +1204,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1261,7 +1261,7 @@ msgstr ""
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr ""
@@ -1492,80 +1492,80 @@ 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 "à·?à¶?à¶?à·?à¶à·?à¶à·?මà¶? à¶´à·?à¶»à·?à¶? à·?à·?à·?ය දà¶?à·?නනà·?à¶±à·? à¶±à·?à¶"
diff --git a/po/sk.po b/po/sk.po
index 7aeb0b7..895003f 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-12-01 00:15-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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -257,27 +257,27 @@ msgstr[0] "%u bajtov"
msgstr[1] "%u bajt"
msgstr[2] "%u bajty"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "Symbolické odkazy nepodporované"
@@ -1247,7 +1247,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Nepodporovaná operácia"
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr ""
@@ -1534,81 +1534,81 @@ 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é"
diff --git a/po/sl.po b/po/sl.po
index e28d9eb..0cdce41 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: glib\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-12-01 00:15-0500\n"
"PO-Revision-Date: 2009-09-22 12:20+0100\n"
"Last-Translator: Matej UrbanÄ?iÄ? <matej urban gmail com>\n"
"Language-Team: Slovenian <sl li org>\n"
@@ -91,69 +91,69 @@ msgstr "Program z imenom '%s' ni ustvaril zaznamka za '%s'"
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Napaka pri razširjanju ukazne vrstice '%s' z URI '%s'"
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c: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: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 "Ni mogoÄ?e odpreti pretvornika iz '%s' v '%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 "Neveljavno zaporedje bajtov na vhodu pretvorbe"
-#: 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 "Napaka med pretvorbo: %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 "Delno (nedokonÄ?ano) zaporedje znakov na koncu vhoda"
-#: glib/gconvert.c:922
+#: 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:1745
+#: 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:1755
+#: 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:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI '%s' je neveljaven"
-#: glib/gconvert.c:1784
+#: 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:1800
+#: 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:1895
+#: glib/gconvert.c:1901
#, c-format
msgid "The pathname '%s' is not an absolute path"
msgstr "Pot '%s' ni absolutna pot"
-#: glib/gconvert.c:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Neveljavno ime gostitelja"
@@ -162,92 +162,92 @@ msgstr "Neveljavno ime gostitelja"
msgid "Error opening directory '%s': %s"
msgstr "Napaka ob odpiranju imenika '%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 "Ni mogoÄ?e rezervirati %lu bajtov za branje datoteke \"%s\""
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Napaka ob branju 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 "Ni mogoÄ?e brati 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 "Ni mogoÄ?e odpreti 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 "Ni mogoÄ?e dobiti atributov datoteke '%s': fstat() ni uspel: %s"
-#: glib/gfileutils.c:743
+#: 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:851
+#: 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:893 glib/gfileutils.c:1359
+#: 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:907
+#: 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:932
+#: 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:951
+#: 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:980
+#: 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:999
+#: 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:1117
+#: 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:1321
+#: 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:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Predloga '%s' ne vsebuje XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -256,27 +256,27 @@ msgstr[1] "%u bajt"
msgstr[2] "%u bajta"
msgstr[3] "%u bajti"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ni mogoÄ?e prebrati simbolne povezave '%s': %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "Simbolne povezave niso podprte"
@@ -1251,7 +1251,7 @@ msgstr "PriÄ?akovan GEmblem za GEmblemedIcon"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Operacija ni podprta"
@@ -1306,7 +1306,7 @@ msgstr "Ni mogoÄ?e uporabiti '%c' v imenu datoteke"
msgid "volume doesn't implement mount"
msgstr "enota ne podpira priklopa"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "Na voljo ni programa z a upravljanje s to datoteko"
@@ -1536,80 +1536,80 @@ msgstr "Neveljavno razširjeno ime atributa"
msgid "Error setting extended attribute '%s': %s"
msgstr "Napaka med doloÄ?anjem razÅ¡irjenega atributa '%s': %s"
-#: gio/glocalfileinfo.c:1481 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:1552
+#: gio/glocalfileinfo.c:1555
msgid " (invalid encoding)"
msgstr " (neveljavni kodni nabor)"
-#: gio/glocalfileinfo.c:1750
+#: gio/glocalfileinfo.c:1753
#, c-format
msgid "Error stating file descriptor: %s"
msgstr "Napaka med potrjevanjem opisovalca datoteke: %s"
-#: gio/glocalfileinfo.c:1795
+#: gio/glocalfileinfo.c:1798
msgid "Invalid attribute type (uint32 expected)"
msgstr "Neveljavna vrsta atributa (priÄ?akovan uint32)"
-#: gio/glocalfileinfo.c:1813
+#: gio/glocalfileinfo.c:1816
msgid "Invalid attribute type (uint64 expected)"
msgstr "Neveljavna vrsta atributa (priÄ?akovan 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 "Neveljavna vrsta atributa (priÄ?akovan bitni niz)"
-#: gio/glocalfileinfo.c:1886
+#: gio/glocalfileinfo.c:1889
msgid "Cannot set permissions on symlinks"
msgstr "Ni mogoÄ?e doloÄ?iti dovoljenj simbolnih povezav"
-#: gio/glocalfileinfo.c:1902
+#: gio/glocalfileinfo.c:1905
#, c-format
msgid "Error setting permissions: %s"
msgstr "Napaka med doloÄ?anjem dovoljenj: %s"
-#: gio/glocalfileinfo.c:1953
+#: gio/glocalfileinfo.c:1956
#, c-format
msgid "Error setting owner: %s"
msgstr "Napaka med doloÄ?anjem lastnika: %s"
-#: gio/glocalfileinfo.c:1976
+#: gio/glocalfileinfo.c:1979
msgid "symlink must be non-NULL"
msgstr "Simbolna povezava ne sme biti doloÄ?ena kot 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 "Napaka med doloÄ?anjem simbolne povezave: %s"
-#: gio/glocalfileinfo.c:1995
+#: gio/glocalfileinfo.c:1998
msgid "Error setting symlink: file is not a symlink"
msgstr ""
"Napaka med doloÄ?evanjem simbolne povezave; datoteka ni simbolna povezava"
-#: gio/glocalfileinfo.c:2121
+#: 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:2144
+#: gio/glocalfileinfo.c:2147
msgid "SELinux context must be non-NULL"
msgstr "SELinux atribut ne sme biti doloÄ?ena kot NULL"
-#: gio/glocalfileinfo.c:2159
+#: gio/glocalfileinfo.c:2162
#, c-format
msgid "Error setting SELinux context: %s"
msgstr "Napaka nastavitve vsebine SELinux: %s"
-#: gio/glocalfileinfo.c:2166
+#: gio/glocalfileinfo.c:2169
msgid "SELinux is not enabled on this system"
msgstr "Na tem sistemu SELinux ni omogoÄ?en"
-#: gio/glocalfileinfo.c:2258
+#: gio/glocalfileinfo.c:2261
#, c-format
msgid "Setting attribute %s not supported"
msgstr "DoloÄ?anje atributa %s ni podprto"
diff --git a/po/sq.po b/po/sq.po
index 387fe73..98ddda0 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-12-01 00:15-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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -259,29 +259,29 @@ 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:1779
#, 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:1784
#, 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:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "Lidhjet simbolike nuk suportohen"
@@ -1364,7 +1364,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Veprimi nuk suportohet"
@@ -1434,7 +1434,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:5995
msgid "No application is registered as handling this file"
msgstr "Nuk rezulton i regjistruar asnjë aplikativ për të manazhuar këtë file"
@@ -1730,13 +1730,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 +1744,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"
diff --git a/po/sr.po b/po/sr.po
index ee1506c..6aba9ad 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ð?е могÑ? да пÑ?оÑ?иÑ?ам Ñ?имболиÑ?кÑ? везÑ? â??%sâ??: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "СимболиÑ?ке везе ниÑ?Ñ? подÑ?жане"
@@ -1245,7 +1245,7 @@ msgstr "Ð?Ñ?екивано Ñ?е GEmblem за GEmblemedIcon"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "РадÑ?а ниÑ?е подÑ?жана"
@@ -1300,7 +1300,7 @@ msgstr "Ð?мена даÑ?оÑ?ека не могÑ? да Ñ?адÑ?же â??%câ??"
msgid "volume doesn't implement mount"
msgstr "ниÑ?е подÑ?жано монÑ?иÑ?аÑ?е диÑ?ка"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "Ð?и Ñ?едан пÑ?огÑ?ам не може да оÑ?воÑ?и овÑ? даÑ?оÑ?екÑ?"
@@ -1530,79 +1530,79 @@ 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"
diff --git a/po/sr ije po b/po/sr ije po
index faf4399..c5c00cd 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ð?е могÑ? да пÑ?оÑ?иÑ?ам Ñ?имболиÑ?кÑ? везÑ? â??%sâ??: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "СимболиÑ?ке везе ниÑ?Ñ? подÑ?жане"
@@ -1248,7 +1248,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1305,7 +1305,7 @@ msgstr ""
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr ""
@@ -1537,80 +1537,80 @@ 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 "СимболиÑ?ке везе ниÑ?Ñ? подÑ?жане"
diff --git a/po/sr latin po b/po/sr latin po
index 2276e00..c71bfba 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "SimboliÄ?ke veze nisu podržane"
@@ -1246,7 +1246,7 @@ msgstr "OÄ?ekivano je GEmblem za GEmblemedIcon"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Radnja nije podržana"
@@ -1301,7 +1301,7 @@ msgstr "Imena datoteka ne mogu da sadrže â??%câ??"
msgid "volume doesn't implement mount"
msgstr "nije podržano montiranje diska"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "Ni jedan program ne može da otvori ovu datoteku"
@@ -1531,79 +1531,79 @@ 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"
diff --git a/po/sv.po b/po/sv.po
index dd0a201..c5d2252 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-10-07 09:51-0400\n"
+"POT-Creation-Date: 2009-12-01 00:15-0500\n"
"PO-Revision-Date: 2009-09-04 06:31+0100\n"
"Last-Translator: Daniel Nylander <po danielnylander se>\n"
"Language-Team: Swedish <tp-sv listor tp-sv se>\n"
@@ -86,70 +86,70 @@ msgstr "Inget program med namnet \"%s\" registrerade ett bokmärke för \"%s\""
msgid "Failed to expand exec line '%s' with URI '%s'"
msgstr "Misslyckades med att expandera exec-raden \"%s\" med URI \"%s\""
-#: glib/gconvert.c:431 glib/gconvert.c:509 glib/giochannel.c: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: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 "Kunde inte öppna konverteraren från \"%s\" till \"%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 "Ogiltig bytesekvens i konverteringsindata"
-#: 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 "Fel vid 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 "Ofullständig teckensekvens vid slutet av indata"
# fallback syftar på en sträng
-#: glib/gconvert.c:922
+#: 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:1745
+#: 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:1755
+#: 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:1772
+#: glib/gconvert.c:1778
#, c-format
msgid "The URI '%s' is invalid"
msgstr "URI:n \"%s\" är ogiltig"
-#: glib/gconvert.c:1784
+#: 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:1800
+#: 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:1895
+#: 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:1905
+#: glib/gconvert.c:1911
msgid "Invalid hostname"
msgstr "Ogiltigt värdnamn"
@@ -158,126 +158,126 @@ msgstr "Ogiltigt värdnamn"
msgid "Error opening directory '%s': %s"
msgstr "Fel vid öppning av katalogen \"%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 "Kunde inte allokera %lu byte för att läsa filen \"%s\""
-#: glib/gfileutils.c:544
+#: glib/gfileutils.c:551
#, c-format
msgid "Error reading file '%s': %s"
msgstr "Fel vid läsning av filen \"%s\": %s"
-#: glib/gfileutils.c:558
+#: glib/gfileutils.c:565
#, c-format
msgid "File \"%s\" is too large"
msgstr "Filen \"%s\" är för stor"
-#: glib/gfileutils.c:641
+#: 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:692 glib/gfileutils.c:779
+#: 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: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 ""
"Misslyckades med att få tag på attributen på filen \"%s\": fstat() "
"misslyckades: %s"
-#: glib/gfileutils.c:743
+#: 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:851
+#: 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"
-#: 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 "Misslyckades med att skapa 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 ""
"Misslyckades med att öppna filen \"%s\" för skrivning: fdopen() "
"misslyckades: %s"
-#: glib/gfileutils.c:932
+#: 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:951
+#: 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:980
+#: 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:999
+#: 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:1117
+#: 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"
-#: glib/gfileutils.c:1321
+#: 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:1334
+#: glib/gfileutils.c:1341
#, c-format
msgid "Template '%s' doesn't contain XXXXXX"
msgstr "Mallen \"%s\" innehåller inte XXXXXX"
-#: glib/gfileutils.c:1764
+#: glib/gfileutils.c:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u byte"
msgstr[1] "%u byte"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "Symboliska länkar stöds inte"
@@ -1256,7 +1256,7 @@ msgstr "Förväntade en GEmblem för GEmblemedIcon"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "�tgärden stöds inte"
@@ -1311,7 +1311,7 @@ msgstr "Filnamn får inte innehålla \"%c\""
msgid "volume doesn't implement mount"
msgstr "volymen har inte implementerat montering"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "Inget program är registrerat för hantering av denna fil"
@@ -1541,79 +1541,79 @@ msgstr "Ogiltigt utökat attributnamn"
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"
diff --git a/po/ta.po b/po/ta.po
index f3e083f..763157f 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "'%s' �ன�பதன�-��ற����ம� �ண�ப�ப� வா�ி��� ம��ியவில�ல�: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "�ன�பதன�-��ற����ம� �ண�ப�ப��ள����� �தரவ� �ி��யாத�"
@@ -1249,7 +1249,7 @@ msgstr "GEmblemedIcon ���ா� �ர� GEmblem �திர�பார
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "��யல�பா���ிற��� �தரவ� �ி��யாத�"
@@ -1304,7 +1304,7 @@ msgstr "'%c' ��ப�பின� ப�யர��ள� ப�ற�ற
msgid "volume doesn't implement mount"
msgstr "த���தி மவ�ண��� ��யல�ப��த�தவில�ல�"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "�ந�த ��ப�ப��� ��யாள �ந�த பதிவ� ��ய�யப�ப��� விண�ணப�பம�ம� �ல�ல�"
@@ -1534,79 +1534,79 @@ 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 � �ம�ப�பதில� �தரவ� �ி��யாத�"
diff --git a/po/te.po b/po/te.po
index 76236d0..ea0dc9d 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr " '%s' �ిహ�న ప�రిత��డి �ద�వ��ల� విఫలమయినావ� : %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "�ిహ�న ప�రిత��డి సహ�రి��ల�ద�. "
@@ -1225,7 +1225,7 @@ msgstr "GEmblemedIcon ��ర�� GEmblem �ావలసివ��ది"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "�పర�షన� మద�దత�యబడల�ద�"
@@ -1280,7 +1280,7 @@ msgstr "దస�త�రమ� నామమ�ల� '%c'ని �లి�
msgid "volume doesn't implement mount"
msgstr "వాలà±?à°¯à±?à°®à±? à°®à±?à°?à°?à±?â??à°¨à±? à°?à±?యలà±?à°?à°ªà±?యిà°?ది"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "� దస�త�రమ� స�బాలి���త�న�న��ల� య���వ��ి �న�వర�తనమ� నమ�ద��ాల�ద�"
@@ -1510,79 +1510,79 @@ 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న� �మర���� మద�దత�య��ల�ద�"
diff --git a/po/th.po b/po/th.po
index 1bebb7e..344fda5 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-12-01 00:15-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,118 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u ����"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "à¸à¹?าà¸?ลิà¸?à¸?à¹?สัà¸?ลัà¸?ษà¸?à¹? '%s' à¹?มà¹?สำà¹?รà¹?à¸?: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "à¹?มà¹?รà¸à¸?รัà¸?ลิà¸?à¸?à¹?สัà¸?ลัà¸?ษà¸?à¹?"
@@ -1208,7 +1208,7 @@ msgstr "à¸?à¹?à¸à¸?à¸?ารà¸?à¹?à¸à¸¡à¸¹à¸¥ GEmblem สำหรัà¸? GEmbl
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "à¹?มà¹?รà¸à¸?รัà¸?à¸?ารà¸?ระà¸?ำà¸?ีà¹?"
@@ -1263,7 +1263,7 @@ msgstr "à¸?ืà¹?à¸à¹?à¸?à¹?มà¸?ะมีà¸à¸±à¸?à¸?ระ '%c' à¹?มà¹?à¹?
msgid "volume doesn't implement mount"
msgstr "à¹?วลุมà¹?มà¹?รà¸à¸?รัà¸?à¸?ารà¹?มาà¸?à¸?à¹?"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "�ม�มี��ร��รม�ี�ล��ะ��ีย�สำหรั��ั��าร���ม�ระ�ภ��ี��ว�"
@@ -1493,79 +1493,79 @@ 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"
diff --git a/po/tl.po b/po/tl.po
index 8b9c11b..6a0124d 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-12-01 00:15-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,123 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "Hindi suportado ang mga symbolic link"
@@ -1276,7 +1276,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1333,7 +1333,7 @@ msgstr ""
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr ""
@@ -1566,80 +1566,80 @@ 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"
diff --git a/po/tr.po b/po/tr.po
index 78b40cd..d3e8b04 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-12-01 00:15-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,121 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "Sembolik baÄ?lar desteklenmiyor"
@@ -1244,7 +1244,7 @@ msgstr "GEmblemedIcon için bir Gemblem beklendi"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "İÅ?lem desteklenmiyor"
@@ -1299,7 +1299,7 @@ msgstr "Dosy adları '%c' içeremez"
msgid "volume doesn't implement mount"
msgstr "sistem baÄ?lama uygulamıyor"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "Bu dosyayı iÅ?lemek için hiçbir uygulama kayıtlı deÄ?il"
@@ -1529,80 +1529,80 @@ 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"
diff --git a/po/tt.po b/po/tt.po
index e01da1c..67c37cc 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr ""
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr ""
@@ -1194,7 +1194,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr ""
@@ -1249,7 +1249,7 @@ msgstr ""
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr ""
@@ -1480,80 +1480,80 @@ 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 ""
diff --git a/po/uk.po b/po/uk.po
index 6191ad0..32d9ca1 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-12-01 00:15-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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
@@ -254,27 +254,27 @@ msgstr[0] "%u байÑ?"
msgstr[1] "%u байÑ?и"
msgstr[2] "%u байÑ?Ñ?в"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f кбайÑ?"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f Ð?байÑ?"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f Ð?байÑ?"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "Ð?омилка Ñ?иÑ?аннÑ? Ñ?имволÑ?Ñ?ного поÑ?иланнÑ? \"%s\": %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "СимволÑ?Ñ?нÑ? поÑ?иланнÑ? не пÑ?дÑ?Ñ?имÑ?Ñ?Ñ?Ñ?Ñ?Ñ?"
@@ -1260,7 +1260,7 @@ msgstr "Ð?Ñ?Ñ?кÑ?Ñ?Ñ?Ñ?Ñ?Ñ? GEmblem длÑ? GEmblemedIcon"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Ð?пеÑ?аÑ?Ñ?Ñ? не пÑ?дÑ?Ñ?имÑ?Ñ?Ñ?Ñ?Ñ?Ñ?"
@@ -1315,7 +1315,7 @@ msgstr "назви Ñ?айлÑ?в не можÑ?Ñ?Ñ? мÑ?Ñ?Ñ?иÑ?и Ñ?имвол '%
msgid "volume doesn't implement mount"
msgstr "Ñ?ом не пÑ?дÑ?Ñ?имÑ?Ñ? опеÑ?аÑ?Ñ?Ñ? монÑ?Ñ?ваннÑ?"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "Ð?е заÑ?еÑ?Ñ?Ñ?Ñ?овано пÑ?огÑ?амÑ? длÑ? обÑ?обки Ñ?Ñ?ого Ñ?айлÑ?"
@@ -1545,81 +1545,81 @@ 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 не пÑ?дÑ?Ñ?имÑ?Ñ?Ñ?Ñ?Ñ?Ñ?"
diff --git a/po/vi.po b/po/vi.po
index 16f37d8..f5fd2ad 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-12-01 00:15-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,118 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "Không há»? trợ khả nÄ?ng sá» dụng liên kết tượng trưng"
@@ -1251,7 +1251,7 @@ msgstr "Mong Ä?ợi má»?t GEmblem cho GEmblemedIcon"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "Thao tác không Ä?ược há»? trợ"
@@ -1307,7 +1307,7 @@ msgstr "Tên táºp tin không thá»? chứa « %c »"
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:5995
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"
@@ -1537,82 +1537,82 @@ 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"
diff --git a/po/wa.po b/po/wa.po
index 42c86f8..b141ecc 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-12-01 00:15-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,121 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "Loyéns simbolikes nén sopoirtés"
@@ -1209,7 +1209,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1266,7 +1266,7 @@ msgstr ""
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr ""
@@ -1497,80 +1497,80 @@ 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"
diff --git a/po/xh.po b/po/xh.po
index 471754d..47430b5 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-12-01 00:15-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,121 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, 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:1853
msgid "Symbolic links not supported"
msgstr "Ikhonkco elingumfuziselo alixhaswanga"
@@ -1273,7 +1273,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
#, fuzzy
msgid "Operation not supported"
@@ -1330,7 +1330,7 @@ msgstr ""
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr ""
@@ -1562,80 +1562,80 @@ 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"
diff --git a/po/yi.po b/po/yi.po
index 8031a4c..b037dea 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] ""
msgstr[1] ""
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr ""
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr ""
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr ""
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, fuzzy, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "× ×?×? ×?×¢×§×¢× ×? ש×?ַפֿ×? ×?×¢×§×¢ %s: %s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr ""
@@ -1239,7 +1239,7 @@ msgstr ""
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr ""
@@ -1294,7 +1294,7 @@ msgstr ""
msgid "volume doesn't implement mount"
msgstr ""
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr ""
@@ -1526,80 +1526,80 @@ 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 ""
diff --git a/po/zh_CN.po b/po/zh_CN.po
index d3708cd..918ebc9 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-12-01 00:15-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,118 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u å?è??"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "读å??符å?·é?¾æ?¥â??%sâ??失败ï¼?%s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "ä¸?æ?¯æ??符å?·é?¾æ?¥"
@@ -1208,7 +1208,7 @@ msgstr "GEmblemedIcon ä¸åº?为 GEmblem"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "ä¸?æ?¯æ??该æ??ä½?"
@@ -1263,7 +1263,7 @@ msgstr "æ??ä»¶å??ä¸?è?½å??å?«â??%câ??"
msgid "volume doesn't implement mount"
msgstr "å?·æ?ªå®?ç?°æ??è½½"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "没æ??注å??为å¤?ç??æ¤æ??ä»¶ç??åº?ç?¨ç¨?åº?"
@@ -1493,79 +1493,79 @@ 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"
diff --git a/po/zh_HK.po b/po/zh_HK.po
index 1e0d9c4..b2346f7 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u ä½?å??çµ?"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "è®?å??符è??é?£çµ?â??%sâ??失æ??ï¼?%s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "ä¸?æ?¯æ?´ç¬¦è??é?£çµ?"
@@ -1206,7 +1206,7 @@ msgstr "é ?æ??ç?º GEmblemedIcon ç?? GEmblem"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "ä¸?æ?¯æ?´ç??æ??ä½?"
@@ -1261,7 +1261,7 @@ msgstr "æª?æ¡?å??稱ä¸?è?½å??å?«ã??%cã??"
msgid "volume doesn't implement mount"
msgstr "å?²å?å??å°?æ?ªå¯¦ä½?æ??è¼?å??è?½"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "æ²?æ??æ??ç?¨ç¨?å¼?註å??ç?ºç?¨ä»¥è??ç??é??å??æª?æ¡?"
@@ -1491,79 +1491,79 @@ 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"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 27fe96c..dbefe53 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-12-01 00:15-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,119 @@ 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:1771
#, c-format
msgid "%u byte"
msgid_plural "%u bytes"
msgstr[0] "%u ä½?å??çµ?"
-#: glib/gfileutils.c:1772
+#: glib/gfileutils.c:1779
#, c-format
msgid "%.1f KB"
msgstr "%.1f KB"
-#: glib/gfileutils.c:1777
+#: glib/gfileutils.c:1784
#, c-format
msgid "%.1f MB"
msgstr "%.1f MB"
-#: glib/gfileutils.c:1782
+#: glib/gfileutils.c:1789
#, c-format
msgid "%.1f GB"
msgstr "%.1f GB"
-#: glib/gfileutils.c:1825
+#: glib/gfileutils.c:1832
#, c-format
msgid "Failed to read the symbolic link '%s': %s"
msgstr "è®?å??符è??é?£çµ?â??%sâ??失æ??ï¼?%s"
-#: glib/gfileutils.c:1846
+#: glib/gfileutils.c:1853
msgid "Symbolic links not supported"
msgstr "ä¸?æ?¯æ?´ç¬¦è??é?£çµ?"
@@ -1206,7 +1206,7 @@ msgstr "é ?æ??ç?º GEmblemedIcon ç?? GEmblem"
#: 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:6827 gio/gfile.c:6917 gio/gfile.c:7003
#: gio/win32/gwinhttpfile.c:441
msgid "Operation not supported"
msgstr "ä¸?æ?¯æ?´ç??æ??ä½?"
@@ -1261,7 +1261,7 @@ msgstr "æª?æ¡?å??稱ä¸?è?½å??å?«ã??%cã??"
msgid "volume doesn't implement mount"
msgstr "å?²å?å??å°?æ?ªå¯¦ä½?æ??è¼?å??è?½"
-#: gio/gfile.c:5992
+#: gio/gfile.c:5995
msgid "No application is registered as handling this file"
msgstr "æ²?æ??æ??ç?¨ç¨?å¼?註å??ç?ºç?¨ä»¥è??ç??é??å??æª?æ¡?"
@@ -1491,79 +1491,79 @@ 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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]